Page 1 of 1

Call Park Issue

PostPosted: Fri Mar 08, 2013 4:39 am
by rishuk
Hi

I am getting problem with call parking on inbound calls, when call comes in i can talk ut when i try to park it, it just hangup call
here is CLI output. please let me know what i should i do, i tried newer version of vicidial but facing same problem

i am using asterisk 1.4.39.1
vicidial
VERSION: 2.4-309a
BUILD: 110430-1642

AGI Script agi-VDAD_ALL_inbound.agi completed, returning 0
-- Executing [066*085*161*194*8600052@default:1] Goto("SIP/66.241.99.227-00000001", "default|8600052|1") in new stack
-- Goto (default,8600052,1)
-- Executing [8600052@default:1] MeetMe("SIP/66.241.99.227-00000001", "8600052|F") in new stack
== Manager 'sendcron' logged off from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Spawn extension (default, 8301, 0) exited non-zero on 'SIP/66.241.99.227-00000001'
-- Executing [8301@default:1] Answer("SIP/66.241.99.227-00000001", "") in new stack
-- Executing [8301@default:2] AGI("SIP/66.241.99.227-00000001", "park_CID.agi") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/park_CID.agi
== Spawn extension (default, 8301, 2) exited non-zero on 'SIP/66.241.99.227-00000001'
-- Executing [h@default:1] DeadAGI("SIP/66.241.99.227-00000001", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack

Re: Call Park Issue

PostPosted: Fri Mar 08, 2013 10:17 am
by williamconley
apparently you are trying "park_CID" and not normal park? Did you modify your park setup on the campaign? If you are using a special AGI, modify the agi to see if it requires configuration before you try using it.

go back to the "normal" park setup and verify that it works as expected. then make ONE change at a time and tell us which change breaks functionality. In this case, that would appear to be a need to customize the park_cid.agi file, but I'm guessing. never looked at it :)

and you should always remember to post your installation method, as questions like this often come down to installation!

seriously consider an upgrade while you're in here playing. a lot of new toys and bug fixes. if this turns out to actually be a bug, it could be fixed by an upgrade ...