by floydans » Thu Feb 03, 2011 12:35 pm
We are experiencing a similar problem on Vicibox 3.1.6 (VERSION: 2.4-296 BUILD: 110111-1305)
We have done zypper refresh/zypper up and now we are running on asterisk 1.4.39.1-vici but problem still remains.
We only do outbound calling and when agent do PARK CALL or PARK CUSTOMER DIAL and then GRAB CALL, everything works fine. The problem occurs when agent do PARK CALL or PARK CUSTOMER DIAL for the second time on the same call.
Steps:
1) Agent gets call from outbound campaign
2) Agent parks the call (with PARK CALL button) --> OK (music on hold is also playing)
3) Agent grabs call (with GRAB CALL button) OK
4) Agent parks call once again (with PARK CALL button) --> Call is HangUp
This happens on each call !
Cli on FIRST PARK CALL
[Feb 3 17:06:39] -- Executing [8301@default:1] Answer("IAX2/10.1.1.19:4569-11310", "") in new stack
[Feb 3 17:06:39] -- Executing [h@default:1] DeadAGI("Local/8600061@default-4491,1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----17-----6") in new stack
[Feb 3 17:06:39] -- Executing [8301@default:2] AGI("IAX2/10.1.1.19:4569-11310", "park_CID.agi") in new stack
[Feb 3 17:06:39] WARNING[1902]: res_agi.c:2212 deadagi_exec: Running DeadAGI on a live channel will cause problems, please use AGI
[Feb 3 17:06:39] == Manager 'sendcron' logged off from 127.0.0.1
[Feb 3 17:06:39] -- Launched AGI Script /var/lib/asterisk/agi-bin/park_CID.agi
[Feb 3 17:06:39] == Parsing '/etc/asterisk/manager.conf': [Feb 3 17:06:39] Found
[Feb 3 17:06:39] == Manager 'sendcron' logged on from 127.0.0.1
[Feb 3 17:06:39] == Spawn extension (default, 8301, 0) exited non-zero on 'Local/8600061@default-4491,2'
[Feb 3 17:06:39] -- Executing [8301@default:1] Answer("Local/8600061@default-4491,2", "") in new stack
[Feb 3 17:06:39] -- Executing [8301@default:2] AGI("Local/8600061@default-4491,2", "park_CID.agi") in new stack
[Feb 3 17:06:39] == Manager 'sendcron' logged off from 127.0.0.1
[Feb 3 17:06:39] -- Launched AGI Script /var/lib/asterisk/agi-bin/park_CID.agi
[Feb 3 17:06:39] == Spawn extension (default, 8301, 2) exited non-zero on 'Local/8600061@default-4491,2'
[Feb 3 17:06:39] -- Executing [h@default:1] DeadAGI("Local/8600061@default-4491,2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
[Feb 3 17:06:39] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Feb 3 17:06:39] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Feb 3 17:06:39] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Feb 3 17:06:39] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Feb 3 17:06:39] -- Started music on hold, class 'parked_calls', on IAX2/10.1.1.19:4569-11310
Cli on FIRST GRAB CALL
[Feb 3 17:08:42] -- Stopped music on hold on IAX2/10.1.1.19:4569-11310
[Feb 3 17:08:42] == Spawn extension (default, 8600061, 0) exited non-zero on 'IAX2/10.1.1.19:4569-11310'
[Feb 3 17:08:42] -- Executing [8600061@default:1] MeetMe("IAX2/10.1.1.19:4569-11310", "8600061|F") in new stack
Cli on SECOND PARK CALL
[Feb 3 17:11:03] == Spawn extension (default, 8301, 0) exited non-zero on 'IAX2/10.1.1.19:4569-11310'
[Feb 3 17:11:03] -- Executing [8301@default:1] Answer("IAX2/10.1.1.19:4569-11310", "") in new stack
[Feb 3 17:11:03] -- Executing [8301@default:2] AGI("IAX2/10.1.1.19:4569-11310", "park_CID.agi") in new stack
[Feb 3 17:11:03] == Manager 'sendcron' logged off from 127.0.0.1
[Feb 3 17:11:03] -- Launched AGI Script /var/lib/asterisk/agi-bin/park_CID.agi
[Feb 3 17:11:03] == Spawn extension (default, 8301, 2) exited non-zero on 'IAX2/10.1.1.19:4569-11310'
[Feb 3 17:11:03] -- Executing [h@default:1] DeadAGI("IAX2/10.1.1.19:4569-11310", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
[Feb 3 17:11:04] -- Hungup 'IAX2/10.1.1.19:4569-11310'
Anyone else facing the same issue?