<div dir="ltr">Hi,<br>Im planning to store CDR log to another database, so I used these Dialplan code first:<br>exten =&gt; _X.,n,DeadAGI(xml-rpc_sendCDRLog.php)<br><br>or<br><br>exten =&gt; h,n,AGI(xml-rpc_sendCDRLog.php)<br>

<br>Actually it seems both of them work, But not in &quot;ANSWER&quot; 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>