Hi William,
Thanks for replying
My build details are as below same was included in my signature
server config: i3,4gb, Centos 6.9 64bit | Version: 2.14b0.5 | Schema: 1528 | revision 2928| Asterisk 1.8.0 | E1-card
Earlier I was not getting audio and calls were getting hung immediately after answer, but after changing dial plans as mentioned below by Striker i am now able to get audio
For PRI trunk you need to alter dialplan ( By Striker )
1. outbound dialing dialplan
exten => _XXXXXXXXXX,n,AGI(
agi://127.0.0.1:4577/call_log)
exten => _XXXXXXXXXX,n,Set(_Missing_CLID1=${CALLERID(all)})
exten => _XXXXXXXXXX,n,Dial(DAHDI/g1/${EXTEN},,tToR)
exten => _XXXXXXXXXX,n,Hangup()
2. Go to Extensions.conf and change the 8366 dialplan as below
; VICIDIAL_auto_dialer transfer script SURVEY at beginning:
exten => 8366,1,Playback(sip-silence)
exten => 8366,n,Set(CALLERID(all)=${Missing_CLID1})
exten => 8366,n,AGI(
agi://127.0.0.1:4577/call_log)
exten => 8366,n,AGI(agi-VDAD_ALL_outbound.agi,SURVEYCAMP-----LB)
exten => 8366,n,AGI(agi-VDAD_ALL_outbound.agi,SURVEYCAMP-----LB)
exten => 8366,n,Hangup()
But still calls are not getting via callmenu
I have set Survey Method: CALLMENU , but no luck
I have tested callmenu via inbound calls its working fine, but not working with survey
Please guide me to fix it