hi, i want to do the call menu i read the problem ibrahim47 and put this information for direct the inbound call to my IVR
Vicibox5.i686-5.0.3.iso|vicidial 2.8b0.5|build opensuse v.12.3 32 bit|Asterisk v1.8.23.0-vici|single server| No Digium/Sangoma Hardware | No Extra Software After Installation |Intel(R) Pentium|DUAL CPU E2220
i put it in the extensions.conf file
;inbound VICIDIAL calls:
#exten => 1234,1,Answer() ; Answer the line
#exten => 1234,2,AGI(agi-VDAD_ALL_inbound.agi,CID-----LB-----PRIME-----8002277655-----Closer-----ac----------999-----1)
#exten => 1234,3,Hangup()
when i call the 1234 the system active directly the interface of agent it's not play my message for ask me to press 1 digits to activated
8002277655: is the DIDnumber.
my call menu
menuID: accueil
admin user group: standard
menu prompt: ac (this is my message ac.gsm)
menu Timeout: 10
track calls in real-timereport: 1-Realtime tracking
tracking group: callmenu
log key press: 1-dtmf logging enabled
option : 1 description: la reception Route: INGROUP
In-group:PRIME Handle Method: CID
Search Method: LB ListID: 999
Campaign ID: TEST-IT Phone Code: 1.
and in the INGROUP i put call menu to the did-route.
the response of system:
-- Executing [1234@default:1] Answer("SIP/104-00000005", "") in new stack
[Dec 2 17:00:46] -- Executing [1234@default:2] AGI("SIP/104-00000005", "agi-VDAD_ALL_inbound.agi,CID-----LB-----PRIME-----8002277655-----Closer-----ac----------999-----1") in new stack
[Dec 2 17:00:46] -- Launched AGI Script /usr/share/asterisk/agi-bin/agi-VDAD_ALL_inbound.agi
[Dec 2 17:00:46] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Dec 2 17:00:46] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Dec 2 17:00:46] == Manager 'sendcron' logged on from 127.0.0.1
[Dec 2 17:00:46] -- Executing [192*168*001*002*78600051@default:1] Goto("Local/192*168*001*002*78600051@default-00000003;2", "default,78600051,1") in new stack
[Dec 2 17:00:46] -- Goto (default,78600051,1)
[Dec 2 17:00:46] -- Executing [78600051@default:1] MeetMe("Local/192*168*001*002*78600051@default-00000003;2", "8600051,Fq") in new stack
[Dec 2 17:00:46] > Channel Local/192*168*001*002*78600051@default-00000003;1 was answered.
[Dec 2 17:00:46] -- Executing [83047777777777@vicidial-auto:1] Answer("Local/192*168*001*002*78600051@default-00000003;1", "") in new stack
[Dec 2 17:00:46] -- Executing [83047777777777@vicidial-auto:2] Playback("Local/192*168*001*002*78600051@default-00000003;1", "ding") in new stack
[Dec 2 17:00:46] -- <Local/192*168*001*002*78600051@default-00000003;1> Playing 'ding.gsm' (language 'en')
[Dec 2 17:00:46] -- Executing [83047777777777@vicidial-auto:3] Hangup("Local/192*168*001*002*78600051@default-00000003;1", "") in new stack
[Dec 2 17:00:46] == Spawn extension (vicidial-auto, 83047777777777, 3) exited non-zero on 'Local/192*168*001*002*78600051@default-00000003;1'
[Dec 2 17:00:46] -- Executing [h@vicidial-auto:1] DeadAGI("Local/192*168*001*002*78600051@default-00000003;1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
[Dec 2 17:00:46] WARNING[4171]: res_agi.c:3930 deadagi_exec: DeadAGI has been deprecated, please use AGI in all cases!
[Dec 2 17:00:46] -- <Local/192*168*001*002*78600051@default-00000003;1>AGI Script
agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
[Dec 2 17:00:46] == Spawn extension (default, 78600051, 1) exited non-zero on 'Local/192*168*001*002*78600051@default-00000003;2'
[Dec 2 17:00:46] -- Executing [h@default:1] AGI("Local/192*168*001*002*78600051@default-00000003;2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
[Dec 2 17:00:46] -- <Local/192*168*001*002*78600051@default-00000003;2>AGI Script
agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
[Dec 2 17:00:47] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Dec 2 17:00:47] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Dec 2 17:00:47] == Manager 'sendcron' logged off from 127.0.0.1
[Dec 2 17:00:48] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Dec 2 17:00:48] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Dec 2 17:00:48] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Dec 2 17:00:48] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Dec 2 17:00:48] -- <SIP/104-00000005>AGI Script agi-VDAD_ALL_inbound.agi completed, returning 0
[Dec 2 17:00:48] -- Executing [192*168*001*002*8600051@default:1] Goto("SIP/104-00000005", "default,8600051,1") in new stack
[Dec 2 17:00:48] -- Goto (default,8600051,1)
please i need help.