<div dir="ltr">Hi,<br>Im planning to store CDR log to another database, so I used these Dialplan code first:<br>exten => _X.,n,DeadAGI(xml-rpc_sendCDRLog.php)<br><br>or<br><br>exten => h,n,AGI(xml-rpc_sendCDRLog.php)<br>
<br>Actually it seems both of them work, But not in "ANSWER" disposition status.(when call answred, AGI not run)<br><br>Please let me know how can I run my AGI code when user answer the call and then hangup it.<br>
</div>