Auto Dial Handoff to Agents Failing
Posted: Wed Jul 05, 2006 2:52 pm
Hello,
I am new to VICIDIAL, so bear with me. =) So far I have followed the SCRATCH install and am making manual calls (non-autodial) without any problems. As soon as I add in the autodial the call is dropped as soon as it is picked up. This is happening with both the agi-VDADtransfer.agi and the agi-VDADautoREMINDER.agi scripts.
Here is the asterisk log showing the dropped call:
Has anyone else seen this behavior? I have tested the auto-dial handing off to agi-test.agi script and it worked perfectly.
Thanks,
Sean
I am new to VICIDIAL, so bear with me. =) So far I have followed the SCRATCH install and am making manual calls (non-autodial) without any problems. As soon as I add in the autodial the call is dropped as soon as it is picked up. This is happening with both the agi-VDADtransfer.agi and the agi-VDADautoREMINDER.agi scripts.
Here is the asterisk log showing the dropped call:
- Code: Select all
-- Registered SIP 'gs102' at 192.168.1.34 port 5060 expires 120
-- Saved useragent "SJphone/1.60.299a/L (SJ Labs)" for peer gs102
-- Unregistered SIP 'gs102'
-- Registered SIP 'gs102' at 192.168.1.34 port 5060 expires 120
-- Saved useragent "SJphone/1.60.299a/L (SJ Labs)" for peer gs102
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'listencron' logged off from 127.0.0.1
> Channel SIP/gs102-006a1110 was answered.
== Manager 'sendcron' logged off from 127.0.0.1
-- Executing MeetMe("SIP/gs102-006a1110", "8600051") in new stack
== Parsing '/etc/asterisk/meetme.conf': Found
-- Created MeetMe conference 1023 for conference '8600051'
-- Playing 'conf-onlyperson' (language 'en')
> Channel SIP/gs102-d016 was answered.
-- Executing MeetMe("SIP/gs102-d016", "8600051") in new stack
-- Created MeetMe conference 1023 for conference '8600051'
-- Playing 'conf-onlyperson' (language 'en')
== Manager 'sendcron' logged off from 127.0.0.1
-- Saved useragent "SJphone/1.60.299a/L (SJ Labs)" for peer gs102
== Manager 'sendcron' logged on from 127.0.0.1
-- Executing AGI("Local/17022203310@default-0dad,2", "call_log.agi|17022203310") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
-- AGI Script call_log.agi completed, returning 0
-- Executing Dial("Local/17022203310@default-0dad,2", "IAX2/10112:password@72.34.43.5:4569/17022203310||tTo") in new stack
-- Called 10112:password@72.34.43.5:4569/17022203310
-- Call accepted by 72.34.43.5 (format gsm)
-- Format for call is gsm
-- IAX2/10112-1 is making progress passing it to Local/17022203310@default-0dad,2
-- IAX2/10112-1 answered Local/17022203310@default-0dad,2
> Channel Local/17022203310@default-0dad,1 was answered.
-- Executing AGI("Local/17022203310@default-0dad,1", "call_log.agi|8366") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
== Manager 'sendcron' logged off from 127.0.0.1
-- Executing DeadAGI("Local/17022203310@default-0dad,2", "call_log.agi|h") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
-- AGI Script call_log.agi completed, returning 0
-- Executing AGI("IAX2/10112-1", "agi-VDADtransferSURVEY.agi|8366") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/agi-VDADtransferSURVEY.agi
-- AGI Script call_log.agi completed, returning 0
-- Executing DeadAGI("Local/17022203310@default-0dad,2", "VD_hangup.agi|PRI-----NODEBUG-----16-----ANSWER-----4-----0") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/VD_hangup.agi
-- AGI Script agi-VDADtransferSURVEY.agi completed, returning 0
-- Executing Hangup("IAX2/10112-1", "") in new stack
-- Executing DeadAGI("IAX2/10112-1", "call_log.agi|h") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
-- AGI Script VD_hangup.agi completed, returning 0
-- AGI Script call_log.agi completed, returning 0
-- Executing DeadAGI("IAX2/10112-1", "VD_hangup.agi|PRI-----NODEBUG-----16---------------") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/VD_hangup.agi
-- AGI Script VD_hangup.agi completed, returning 0
-- Hungup 'IAX2/10112-1'
Has anyone else seen this behavior? I have tested the auto-dial handing off to agi-test.agi script and it worked perfectly.
Thanks,
Sean