Hello,<br><br>In my 1.6.1.18-powered system, I&#39;ve got the following dialplan (in extensions.ael) :<br><br>Dial(SIP/foo,15);<br>if (${DIALSTATUS}=&quot;NOANSWER&quot;)<br>   Dial(SIP/bar,15);<br><br>When  SIP/baz dials peer SIP/foo which do not answer, I&#39;ve got a single CDR entry like this:<br>
<br>SIP/baz     SIP/bar     time_when_foo_started_to_ring    time_when_bar_ended_talking ANSWERED<br><br><br>How can I get two CDR entries : <br>- one for the unanswered call from SIP/baz to SIP/foo<br>- and one for the answered one from SIP/baz to SIP/bar ?<br>
<br>I&#39;ve read about ForkCDR app but from reading its embedded doc, I couldn&#39;t find if and how I could get the result I&#39;m after.<br><br>What would you suggest ?<br><br>Regards<br>