<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><<span class="yshortcuts" id="lw_1331397536_2">rmudgett@digium.com</span>></i></b> wrote:<br><br>From: Richard Mudgett
<rmudgett@digium.com><br>Subject: Re: Libpri<br>To: "Mehdi Shirazi" <<span class="yshortcuts" id="lw_1331397536_3">mahdi_shirazi@yahoo.com</span>><br>Date: Monday, February 27, 2012, 11:55 AM<br><br>> Is it possible to do this with Libpri:<br>> <br>> exten => _X.,1,Set(_SS7_LSPI_IDENT=ON)<br>> exten => _X.,n,Set(_SS7_RLT_ON=YES)<br>> exten => _X.,n,Answer()<br>> exten => _X.,n,Playback(demo-congrats)<br>> <br>> <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><br>> <br>> exten => _X.,n,Dial(DAHDI/r2/8005551212,30)<br>> exten => _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. Other switches use the<br>term 2BCT. 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 => _X.,1,Proceeding()<br>same => n, Do your database lookup to decide what to do with the call.<br>same => n,DAHDISendCallreroutingFacility(<destination-5551212>, <original-my-number>, cfu|cfb|cfnr|unknown)<br>same => n,Hangup()<br><br>Richard</td></tr></table>