[Asterisk-Users] ISDN Dialout
Gilad Ben-Yossef
gilad at codefidence.com
Mon Jan 3 10:22:37 MST 2005
Stefan Sowa wrote:
> Hi there,
>
> i'm running asterisk with one HFC Card(zaphfc) for NT-Mode and one Fritz
> PCI in TE-Mode with the chan_capi driver, connected to mISDN.
>
> The Fritzcard is directly connected to the external ISDN line of the
> german telekom. My Telephone is connected to the HFC-Card in NT-Mode.
>
> How can i get the dialtone from the ISDN provider(telekom). I wan't to
> dial 0 an get out of the PBX directly, like in other Hardware PBXs. I
> don't want to simulate a dialtone with asterisk.
>
> At the moment i have a setup LIKE this(just typed in for this mail and
> not tested).
>
> exten => s,1,Wait,1
> exten => s,2,Answer
> exten => s,3,Playtones(dial);
> exten => s,4,DigitTimeout,5
> exten => s,5,ResponseTimeout,10
>
> exten => _0XXX.,1,StripMSD,1
> exten => _XXX.,2,Dial,CAPI/3231:bBYEXTENSION
With a Zaptel channel (TDM) it would simply be:
exten => 0,1,Dial(Zap/1)
Maybe the same will work with ISDN:
exten => 0,1,Dial(CAPI/3232)
?
Gilad
More information about the asterisk-users
mailing list