Hi, <br>I`m trying to implement Call Forwarding in my FS setup. I set a user variable managing the type of forwarding (busy,no answer,unconditional) and the destination the phone is forwarded to:<br><br>&lt;user id=&#39;102&#39;&gt;<br>

     &lt;variables&gt;<br>     &lt;variable name=&#39;fwd_type&#39; value=&#39;unconditional&#39;/&gt;<br>     &lt;variable name=&#39;fwd_unconditional_number&#39; value=&#39;103&quot;/&gt;<br>     &lt;/variables&gt;<br>
&lt;/user&gt;<br>
<br>Then in my dialplan I check if the called user has ${fwd_type} set and if so I set the destination_number to ${fwd_unconditional_number}. After this operation I bridge the call to the new destination_number.<br>The issue in this scenario is that I get a cdr in which A (101) calls C(103) and I need to have two cdrs, one from A(101) to B(102) and one from B(102) to C(103).<br>

Does anyone know how can this be implemented.<br><br>10x,<br>NG<br>