by jbm_primas » Mon Aug 18, 2014 4:49 am
Hi,
I am new to VICIDIAL and I have a project that reads Asterisk CTI messages. My problem is when the call sends to Inbound of VICIDIAL thru AGI (script below) I cannot see any CTI messages. Can you please help me understand why I cannot see CTI messages? Or why when it transfer to Inbound i cannot see a Queue message. Does VICIDIAL use Asterisk Queue?
here's my code.
exten => 1000,1,Answer
exten => 1000,n,AGI(agi-VDAD_ALL_inbound.agi,CID-----LB-----1000-----1000-----Closer-----park----------898-----1)
exten => 1000,n,Hangup
thanks,