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.
DRi@b-w-computer.de
2006-Jan-05 02:38 UTC
[Asterisk-Users] local exchange dialtone on ISDN/bristuff?
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@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