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

2006-01-05 Thread Pisac
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.

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


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

2006-01-05 Thread Pisac
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.

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


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

2006-01-05 Thread DRi
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)

[EMAIL PROTECTED] 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

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


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

2006-01-04 Thread Pisac
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