<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi<br>I installed <span class="yshortcuts" id="lw_1331397536_0">Asterisk</span> 1.8.7 with CD ISO(Elastix 2.2)<br>I want to use DAHDISendCallreroutingFacility Application on a PRI link(LIBPRI Already installed).<br>according to<br><a target="_blank" href="https://wiki.asterisk.org/wiki/display/AST/New+in+1.8"><span class="yshortcuts" id="lw_1331397536_1">https://wiki.asterisk.org/wiki/display/AST/New+in+1.8</span></a><br>Asterisk 1.8 include this application but I cannot see it with "core show applications"<br>Do I need to install mISDN or other modules for using that ?<br><br>Regards<br>M.Shirazi<br><br><br><br><br><br><br><br>--- On <b>Mon, 2/27/12, Richard Mudgett <i>&lt;<span class="yshortcuts" id="lw_1331397536_2">rmudgett@digium.com</span>&gt;</i></b> wrote:<br><br>From: Richard Mudgett
 &lt;rmudgett@digium.com&gt;<br>Subject: Re: Libpri<br>To: "Mehdi Shirazi" &lt;<span class="yshortcuts" id="lw_1331397536_3">mahdi_shirazi@yahoo.com</span>&gt;<br>Date: Monday, February 27, 2012, 11:55 AM<br><br>&gt; Is it possible to do this with Libpri:<br>&gt; <br>&gt; exten =&gt; _X.,1,Set(_SS7_LSPI_IDENT=ON)<br>&gt; exten =&gt; _X.,n,Set(_SS7_RLT_ON=YES)<br>&gt; exten =&gt; _X.,n,Answer()<br>&gt; exten =&gt; _X.,n,Playback(demo-congrats)<br>&gt; <br>&gt; &lt;Do your database lookup here and than redirect the call<br>&gt; back to the ss7 switch based on your lookup
 results<br>&gt; and drop out of the media path&gt;<br>&gt; <br>&gt; exten =&gt; _X.,n,Dial(DAHDI/r2/8005551212,30)<br>&gt; exten =&gt; _X.,n,Hangup()<br><br>You really should ask this on the asterisk-users mailing list.<br>You have not specified the Asterisk version you are using.<br><br>For Asterisk v1.8, the euroisdn(ETSI) switchtype can transfer<br>the call back to the switch with ECT.&nbsp; Other switches use the<br>term 2BCT.&nbsp; For ETSI and QSIG switchtypes, you could also<br>deflect the call before you answer the call with the<br>DAHDISendCallreroutingFacility application.<br><br>exten =&gt; _X.,1,Proceeding()<br>same =&gt; n, Do your database lookup to decide what to do with the call.<br>same =&gt; n,DAHDISendCallreroutingFacility(&lt;destination-5551212&gt;, &lt;original-my-number&gt;, cfu|cfb|cfnr|unknown)<br>same =&gt; n,Hangup()<br><br>Richard</td></tr></table>