<div dir="ltr">You can use the ResetCDR() application with the w flag in it after you get the unavailable, busy or etc message from the callee. It will store the cdr of that call and after forwarding to mobile, that cdr will be dumped again.<br>
<br><div class="gmail_quote">On Wed, Sep 24, 2008 at 8:26 AM, Nhadie <span dir="ltr">&lt;<a href="mailto:nhadie@gmail.com">nhadie@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi,<br>
<br>
i&#39;m using this macro to dial an extension and forward to a mobile if<br>
unavailable,busy or noanswer<br>
<br>
exten =&gt; 100,1,Macro(dial-ext|SIP/${EXTEN}|vm-100|moh-100)<br>
exten =&gt; 100,2,Goto(100-${DIALSTATUS}|1)<br>
exten =&gt; 100-BUSY,1,Macro(dialout-local-mobile|91234567)<br>
exten =&gt; 100-BUSY,2,Voicemail(100@vm-100|u)<br>
exten =&gt; 100-CONGESTION,1,Macro(dialout-local-mobile|91234567)<br>
exten =&gt; 100-CONGESTION,2,Voicemail(100@vm-100|u)<br>
exten =&gt; 100-NOANSWER,1,Macro(dialout-local-mobile|91234567)<br>
exten =&gt; 100-NOANSWER,2,Voicemail(100@vm-100|u)<br>
<br>
my prob is on the CDR, from extension 500 i called 100, 100 is not<br>
online so it should forward it to my mobile<br>
<br>
but on the cdr it shows like this:<br>
<br>
&nbsp;From &nbsp; &nbsp;To<br>
500 &nbsp; &nbsp; 100-CHANUNAVAIL<br>
<br>
should it be like<br>
<br>
&nbsp;From &nbsp; &nbsp;To<br>
500 &nbsp; &nbsp; 91234567<br>
<br>
or<br>
<br>
&nbsp;From &nbsp; &nbsp;To<br>
100 &nbsp; &nbsp; 91234567<br>
<br>
any idea how to fix those?<br>
<br>
regards,<br>
nhadie<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>
Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Best Regards<br>Rizwan Hisham<br><br>
</div>