[Asterisk-Users] AT&T access code entry by Asterisk

Walker Haddock whaddock at datacrest.com
Wed Dec 17 06:14:19 MST 2003


Thanks again Tilghman!  You've done it again.

That did it!  I needed 10 seconds of delay.  I put in 20 `w`s.  It worked!

So, to have * dial a long distance access code, insert the .5 second wait token `w` or `W` in the dial string.  Here is the exten record that I was successful with:

exten => _91NXXXXXXXXX,1,Dial(ZAP/g1/${EXTEN}wwwwwwwwwwwwwwwwwwww5555555,70)

Yes, there are 20 `w` tokens.  It waits 10 seconds and then dials the ld access code.

I'll leave the remaining attached for documentation.

Walker

On Tue, Dec 16, 2003 at 11:51:05PM -0600, Tilghman Lesher wrote:
> On Tuesday 16 December 2003 23:04, Walker Haddock wrote:
> > On Tue, Dec 16, 2003 at 07:04:47PM -0600, Brian West wrote:
> > > Its an upppercase W
> 
> Actually, it's both.  The 'w' is case-insensitive.
> 
> > OK, still no joy!  Here's the way I tried it:
> >
> > exten => _91NXXXXXXXXX,1,Dial(ZAP/g1/${EXTEN}WWW5555555,70)
> 
> You may want to time yourself as to how long the system waits before
> prompting for the code.  Each 'w' waits exactly 0.5 seconds.  So if you
> need to wait 5 seconds before inputting the code, then you'll need 10
> 'w's.
> 
> -Tilghman
-- 
********   DataCrest, Inc. -- Technically Superior   ******************
Walker Haddock                       http://www.datacrest.com
DataCrest, Inc.                    e-mail:  wh at datacrest.com
1634A Montgomery Hwy.    phone:  1-888-941-3282, 1-205-335-8589
Birmingham, AL 35216                  fax:  1-205-823-7838
***********************************************************************



More information about the asterisk-users mailing list