<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi<br>according to voip wiki for call redirection :<br><h2 id="CallRedirection"> Call Redirection</h2>There is a way to redirect your call back to the calling switch instead of keeping the media in your path.<br>Here is a sample:<br><br>exten =&gt; _X.,1,Set(_SS7_LSPI_IDENT=ON)<br>exten =&gt; _X.,n,Set(_SS7_RLT_ON=YES)<br>;exten =&gt; _X.,n,Answer()<br>exten =&gt; _X.,n,Playback(demo-congrats)<br><br>&lt;Do your database lookup here and than redirect the call<br>back to the ss7 switch based on your lookup results<br>and drop out of the media path&gt;<br><br>exten =&gt; _X.,n,Dial(DAHDI/r2/8005551212,30)<br>exten =&gt; _X.,n,Hangup()<br><br>My question: Is there any implemented method for Asterisk knows the charging information of deflected call? I think this relate CRG message for SS7. I know Asterisk supports Advice of charge for
 PRI.<br><br>Regards.<br>M.Shirazi <br></td></tr></table>