Hi
I installed Asterisk 1.8.7 with CD ISO(Elastix 2.2)
I want to use DAHDISendCallreroutingFacility Application on a PRI link(LIBPRI
Already installed).
according to
https://wiki.asterisk.org/wiki/display/AST/New+in+1.8
Asterisk 1.8 include this application but I cannot see it with "core show
applications"
Do I need to install mISDN or other modules for using that ?
Regards
M.Shirazi
--- On Mon, 2/27/12, Richard Mudgett <[email protected]> wrote:
From: Richard Mudgett
<[email protected]>
Subject: Re: Libpri
To: "Mehdi Shirazi" <[email protected]>
Date: Monday, February 27, 2012, 11:55 AM
> Is it possible to do this with Libpri:
>
> exten => _X.,1,Set(_SS7_LSPI_IDENT=ON)
> exten => _X.,n,Set(_SS7_RLT_ON=YES)
> exten => _X.,n,Answer()
> exten => _X.,n,Playback(demo-congrats)
>
> <Do your database lookup here and than redirect the call
> back to the ss7 switch based on your lookup
results
> and drop out of the media path>
>
> exten => _X.,n,Dial(DAHDI/r2/8005551212,30)
> exten => _X.,n,Hangup()
You really should ask this on the asterisk-users mailing list.
You have not specified the Asterisk version you are using.
For Asterisk v1.8, the euroisdn(ETSI) switchtype can transfer
the call back to the switch with ECT. Other switches use the
term 2BCT. For ETSI and QSIG switchtypes, you could also
deflect the call before you answer the call with the
DAHDISendCallreroutingFacility application.
exten => _X.,1,Proceeding()
same => n, Do your database lookup to decide what to do with the call.
same => n,DAHDISendCallreroutingFacility(<destination-5551212>,
<original-my-number>, cfu|cfb|cfnr|unknown)
same => n,Hangup()
Richard
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users