hi
i am using agi-NVA_recording.agi to record the calls of non agents.
below is my dialplan
[record]
exten => _X.,1,AGI(agi-NVA_recording.agi,BOTH------Y---Y---Y---N)
exten => _X.,n,Goto(default,${EXTEN},1)
exten => _X.,n,Hangup
exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses ... EBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})
i am going to develop a webpage to display this recording report
the table will be ,
Source | destination | call date time | duration | recordinglocation | hangup cause.
the problem is i am not getting the value for Hangup Cause from Recording_log table or call_log table.
--> from which table i will get the Hangup_cause
--> what does this line will do
exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses ... EBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})
will this line logs the ${HANGUPCAUSE} in any table?