Hi
I made a voice broadcast campaign and it plays a pre recorded message about vote and it gives different option. But when I press 1, 2 or 3 nothing happens and it keeps playing the message as if it didn't recognize my imput.
I have this in my extensions.conf
; VICIDIAL_auto_dialer transfer script SURVEY at beginning:
exten => 8366,1,Playback(sip-silence)
exten => 8366,2,AGI(
agi://127.0.0.1:4577/call_log)
exten => 8366,3,AGI(agi-VDADtransferSURVEY.agi,${EXTEN})
exten => 8366,4,AGI(agi-VDADtransferSURVEY.agi,${EXTEN})
exten => 8366,5,AGI(agi-VDADtransferSURVEY.agi,${EXTEN})
exten => 8366,6,Hangup
how could I make it go to the agent if 1 2 or 3 is pressed.
Thanks