[Asterisk-Users] local exchange dialtone on ISDN/bristuff?

Pisac pisacc at gmail.com
Thu Jan 5 16:45:26 MST 2006


I found solution:

Just set "overlapdial=yes" in zapata.conf, and then in extensions.conf
"dial(zap/1/)" or if you using groups "dial(zap/g1/)", and you will get
dialtone from local exchange (telekom).

Cheers.


> It's not working for me. If I make interdigit pause more than 1 sec, I
> get hangup (busy) if number is not complete.

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

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




More information about the asterisk-users mailing list