[Asterisk-Users] local exchange dialtone on ISDN/bristuff?
DRi at b-w-computer.de
DRi at b-w-computer.de
Thu Jan 5 02:38:40 MST 2006
I don't know if it's possible, but I use a workaround to simulate the
external dialtone:
I use '0' to access external lines
exten -> _0,1,ChanIsAvail(Zap/g1)
exten -> _0,2,playtones(dial)
exten -> _0,3,goto(external_tone|et)
...extensions if some dialed without waiting for dialtone
[external_tone]
exten => et,1,DigitTimeout(1)
exten => et,2,Playtones(dial)
exten => et,3,WaitExten(8)
exten => _X,1,DIAL(ZAP/g1/${EXTEN})
exten => _X.,1,DIAL(ZAP/g1/${EXTEN})
exten => _X,102,PLAYTONES(busy)
exten => _X.,102,PLAYTONES(busy)
asterisk-users-bounces at lists.digium.com wrote on 04.01.2006 21:48:19:
> How can I get external (telecom local exchange) dialtone on HFC ISDN BRI
> with bristuff/zaphfc driver?
>
> with capi, voip-info say that it should be something like:
> Dial(CAPI/MSN:b)
> But with zaphfc, if I try: Dial(ZAP/1/), I just get NOANSWER.
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list