Hello,
I pass you the main configurations file
exten => h,1,DeadAGI(
agi://127.0.0.1:4577/call_log)
exten => h,2,DeadAGI(
agi://127.0.0.1:4577/VD_hangup--HVcause ... EBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIAL
EDTIME}-----${ANSWEREDTIME}))
exten => _9XXXXXXX,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _9XXXXXXX,2,Dial(${TRUNK}/${EXTEN:1},,tTo)
exten => _9XXXXXXX,3,Hangup
I have finalized eliminating the file call_log.agi that was located in the /var/lib/asterisk/agi-bin directory, after eliminating that file I have made a series of calls, and I am with the surprise that even so these calls are registered in the table call_log. I do not understand so that they register the calls on the table call_log if script that uses the application fast agi is not present in the /var/lib/asterisk/agi-bin directory (This is the directory who asterisk to occupy by defect for script agi and also corresponds to the directory defined in the configuration file astguiclient.conf. so that
what is making that for happening this anomaly?
Has Asterisk a system of storing for the eliminated agi´s archives ?.
Thanks.