Call transfer not working
Posted: Tue Sep 03, 2013 11:24 pm
asterisk version. 1.4
vicidial VERSION: 2.6-397a
BUILD: 130414-1924
I want to use the 3 way call and encountered a problem
What we want to do is after calling the customer we will transfer the call into another number and leave 3 way
After putting the customer on hold and click the transfer conf when I dial the number to transfer the call into that number it wont connect ..
I dont use the 88 in the 3way dial prefix and my dial plan is
hope someone can help me fix this issue...
vicidial VERSION: 2.6-397a
BUILD: 130414-1924
I want to use the 3 way call and encountered a problem
What we want to do is after calling the customer we will transfer the call into another number and leave 3 way
After putting the customer on hold and click the transfer conf when I dial the number to transfer the call into that number it wont connect ..
I dont use the 88 in the 3way dial prefix and my dial plan is
- Code: Select all
exten => _1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1NXXNXXXXXX,n,Dial(SIP/4751${EXTEN}@APN,,TtoR)
exten => _1NXXNXXXXXX,n,Hangup()
hope someone can help me fix this issue...