unable to make calls to specific area code from softphone di
Posted: Mon Nov 25, 2013 3:15 am
I am having two issues with a carrier settings and I could use some direction. We were finally able to get my outbound dialing campaign working using the dialplan listed below (thank you Poundteam). The issues I am encountering are:
1. The sales process requires a tpv, and the agent uses transf/conf to accomplish the connection. The problem is the agent is required to enter digits in via the softphone (eyebeam or x-lite) keypad or use the Send DTMF function. Either way, the digits fail to verify with the TPV IVR 90% of the time.
2. We used to dial manually to reach the TPV in these cases (when we were using another carrier) but now we get a "Call failed: 503 Service Unavailable" message on the faceplate of the softphone and an audio message "The Person you are calling is unavailable, please try again"
The softphones seem not to be utilizing the same dialplan as vici when manually dialed, because at least the dialer connects the call.
Other than the carrier not fitting in easily, the only thing I can think to mention that might make a difference is that the Carrier and TPV company are both in the same area code.
[carrier3a]
type=friend
fromuser=xxXXxxXXxxXX
user=xxXXxxXXxxXX
username=xxXXxxXXxxXX
secret=PxxXXxxXXxxXX
host=99.999.99.99
canreinvite=no
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
nat=yes
GSIPTRUNK = SIP/carrier3a
exten => _41NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _41NXXNXXXXXX,n,Dial(${GSIPTRUNK}/${EXTEN:1},,tTor)
exten => _41NXXNXXXXXX,n,Hangup
Any Ideas as to why I am encountering these problems, and suggestions as to ways I might overcome them?
1. The sales process requires a tpv, and the agent uses transf/conf to accomplish the connection. The problem is the agent is required to enter digits in via the softphone (eyebeam or x-lite) keypad or use the Send DTMF function. Either way, the digits fail to verify with the TPV IVR 90% of the time.
2. We used to dial manually to reach the TPV in these cases (when we were using another carrier) but now we get a "Call failed: 503 Service Unavailable" message on the faceplate of the softphone and an audio message "The Person you are calling is unavailable, please try again"
The softphones seem not to be utilizing the same dialplan as vici when manually dialed, because at least the dialer connects the call.
Other than the carrier not fitting in easily, the only thing I can think to mention that might make a difference is that the Carrier and TPV company are both in the same area code.
[carrier3a]
type=friend
fromuser=xxXXxxXXxxXX
user=xxXXxxXXxxXX
username=xxXXxxXXxxXX
secret=PxxXXxxXXxxXX
host=99.999.99.99
canreinvite=no
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
nat=yes
GSIPTRUNK = SIP/carrier3a
exten => _41NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _41NXXNXXXXXX,n,Dial(${GSIPTRUNK}/${EXTEN:1},,tTor)
exten => _41NXXNXXXXXX,n,Hangup
Any Ideas as to why I am encountering these problems, and suggestions as to ways I might overcome them?