Re: [asterisk-users] DAHDISendCallreroutingFacility

2012-03-12 Thread Mehdi Shirazi
for using this application it is enough to put this in 
chan_dahdi.conf  ?
...

context=incoming
facilityenable=yes
transfer=yes

--- On Sat, 3/10/12, Karsten Wemheuer k...@gmx.de wrote:

From: Karsten Wemheuer k...@gmx.de
Subject: Re: [asterisk-users] DAHDISendCallreroutingFacility
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Date: Saturday, March 10, 2012, 12:05 PM

Hi,

Am Samstag, den 10.03.2012, 08:42 -0800 schrieb Mehdi Shirazi:
 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

No You don't need mISDN or other modules. DAHDISendCallreroutingFacility
is part of chan_dahdi. But as far as I know Asterisk 1.8.7 had problems
with this application. Try using at least 1.8.8 (1.8.10.0 is currently
the stable version of 1.8 release).

HTH,
Karsten



--
_
-- 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
--
_
-- 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

[asterisk-users] DAHDISendCallreroutingFacility

2012-03-10 Thread Mehdi Shirazi
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 rmudg...@digium.com wrote:

From: Richard Mudgett
 rmudg...@digium.com
Subject: Re: Libpri
To: Mehdi Shirazi mahdi_shir...@yahoo.com
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

Re: [asterisk-users] DAHDISendCallreroutingFacility

2012-03-10 Thread Karsten Wemheuer
Hi,

Am Samstag, den 10.03.2012, 08:42 -0800 schrieb Mehdi Shirazi:
 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

No You don't need mISDN or other modules. DAHDISendCallreroutingFacility
is part of chan_dahdi. But as far as I know Asterisk 1.8.7 had problems
with this application. Try using at least 1.8.8 (1.8.10.0 is currently
the stable version of 1.8 release).

HTH,
Karsten



--
_
-- 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


Re: [asterisk-users] DAHDISendCallreroutingFacility

2012-03-10 Thread Alex Villací­s Lasso

El 10/03/12 12:05, Karsten Wemheuer escribió:

Hi,

Am Samstag, den 10.03.2012, 08:42 -0800 schrieb Mehdi Shirazi:

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

No You don't need mISDN or other modules. DAHDISendCallreroutingFacility
is part of chan_dahdi. But as far as I know Asterisk 1.8.7 had problems
with this application. Try using at least 1.8.8 (1.8.10.0 is currently
the stable version of 1.8 release).

HTH,
Karsten



--
_
-- 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

Elastix has 1.8.10.0 in the elastix-beta repository (yum 
--enablerepo=elastix-beta).

--
_
-- 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