by palani.sivagurunathan » Thu Nov 13, 2014 10:24 am
Hi Team,
I install Vicidial : VERSION: 2.8-403a working fine for inbound process , problem in parking the call.
when i tried to park the call by click the "PARK CALL" button, the button changed into "GRAB PARKED CALL"and park call time start but call is hangup
my dialplan is extensons.conf file configuration for park
exten => 8301,1,Answer()
exten => 8301,2,AGI(park_CID.agi)
exten => 8301,3,Playback(park)
exten => 8301,4,Hangup()
exten => 8303,1,Answer()
exten => 8303,2,AGI(park_CID.agi)
exten => 8303,3,Playback(conf)
exten => 8303,4,Hangup()
; park channel for client GUI conferencing, hangup after 30 minutes
; create a GSM formatted audio file named "conf.gsm" that is 30 minutes long
; and put it in /var/lib/asterisk/sounds
exten => 8302,1,Answer()
exten => 8302,n,Playback(conf)
exten => 8302,n,Hangup()
exten => 8304,1,Answer()
exten => 8304,n,Playback(ding)
exten => 8304,n,Hangup()
park.gsm and conf.gsm file available in /var/lib/asterisk/sounds/ location .
when i dial 8031 from my eyebeam i able to listen the park music. But i can't able to park using vicidial screen .
Any one please help me
Thank you
PAlani