Re: [Asterisk-Users] T1 Help

2004-06-03 Thread Eric Wieling
On Thu, 2004-06-03 at 06:20, Andrew Kohlsmith wrote: > What's 'd'? I don't see it in "show application dial" in my copy of *, pulled > from CVS HEAD on 20040601. "d" was an option to dial to indicate you wanted a "data quality call". I think it decreased latency on the call, but I'm not sure.

Re: [Asterisk-Users] T1 Help

2004-06-03 Thread Andrew Kohlsmith
On Tuesday 17 February 2004 14:16, Bisker, Scott (7805) wrote: > Make sure you have your extensions.conf setup to dial out the T-1. > Something like this. > > exten => _81NXXNXX,1,Dial(${LONGDISTANCET1}/${EXTEN:1}) > exten => _81NXXNXX,2,Hangup > exten => _71NXXNXX,1,Dial(${LONGDISTANC

RE: [Asterisk-Users] T1 Help

2004-02-17 Thread Bisker, Scott (7805)
Make sure you have your extensions.conf setup to dial out the T-1. Something like this. exten => _81NXXNXX,1,Dial(${LONGDISTANCET1}/${EXTEN:1}) exten => _81NXXNXX,2,Hangup exten => _71NXXNXX,1,Dial(${LONGDISTANCET1}/${EXTEN:1}||d) exten => _71NXXNXX,2,Hangup -Original Mes