Using ViciBox5.x86_64-5.0.3
VERSION: 2.8-411a
BUILD: 130915-0045
Asterisk 1.8.23.0
Hello
I am trying to log a call that is dialing to a "ring group" of muiltiple extensions. I am sending calls to an extension that does a "ring all" once they drop from my vicidial ingroup. I see that the asterisk.call_log is logging outbound calls from the phone extensions but it isn't logging inbound calls to them. How can I get the calls to be logged in call_log?
This is the dialplan I have written for the extension that is under my default context
exten => 5554005,1,Answer
exten => 5554005,2,Set(CALLERID(number)=${CDR(src)})
exten => 5554005,3,AGI(agi://127.0.0.1:4577/call_log)
exten => 5554005,4,Dial(SIP/1101&SIP/8551&SIP/8552&SIP/8553&SIP/8554&SIP/8558, 8, A(MCS))
exten => 5554005,5,AGI(agi-VDAD_ALL_inbound.agi,CLOSER-----LB-----MCSLine2-----8005554005-----closer-----park----------999-----1)
exten => 5554005,6,Hangup
Help me Obi Wan Kanobi you're my only hope
thanks.