Ringing During Autodial
Posted: Tue Oct 07, 2014 1:52 pm
A recent issue has come up that we can't seem to put a finger on. Has anyone run into this or have an idea on where to troubleshoot? Any input is appreciated!
In Autodial mode Agents are sporadically hearing ringing - a different ringing than the distinctive Vicidial System Ring, so I am thinking it may be a signaling/options issue. This is happening on 2 separate systems, we have 7 different carriers that the trunk LCRs into and the behavior does not seem limited to one carrier, yet I can't see any pattern here.
Dialplan:
exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(${Carrier}/${EXTEN:1},,tTo)
exten => _91NXXNXXXXXX,3,Hangup
Account Entry:
[Carrier]
username=
type=peer
port=5060
secret=
host=xx.xxx.com
fromuser=
context=trunkinbound
disallow=all
allow=g729
canreinvite=yes
qualify=yes
I have PCAPs available if needed...
Thank you in advance for any help...
In Autodial mode Agents are sporadically hearing ringing - a different ringing than the distinctive Vicidial System Ring, so I am thinking it may be a signaling/options issue. This is happening on 2 separate systems, we have 7 different carriers that the trunk LCRs into and the behavior does not seem limited to one carrier, yet I can't see any pattern here.
Dialplan:
exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(${Carrier}/${EXTEN:1},,tTo)
exten => _91NXXNXXXXXX,3,Hangup
Account Entry:
[Carrier]
username=
type=peer
port=5060
secret=
host=xx.xxx.com
fromuser=
context=trunkinbound
disallow=all
allow=g729
canreinvite=yes
qualify=yes
I have PCAPs available if needed...
Thank you in advance for any help...