[Asterisk-Users] RE: toll access - account code

Josh Reineke jreineke at nac.aero
Thu Jun 24 14:19:34 MST 2004


Sorry for thinking out loud here.  The bracket at the end of the first line
should have been a parantheses.

        -- Executing Dial("SIP/4299-cf70", "Zap/g1/19074749606wwww1234") in
new stack
     -- Called g1/19074749606wwww1234
    -- Hungup 'Zap/1-1'

Now I get the prompt for the access code, but it doesn't appear to dial the
wwww1234 to complete the dial string.

?

-----Original Message-----
From: Josh Reineke 
Sent: Thursday, June 24, 2004 12:15 PM
To: 'asterisk-users at lists.digium.com'
Subject: RE: toll access - account code

Here is an example of my dialplan, where 1234 is the account code required
by my telco for a toll access call.

exten => _91NXXNXXXXXX,1,Dial(Zap/g1/${EXTEN:1}wwww1234}
exten => _91NXXNXXXXXX,2,Congestion

When I include the wwww1234, with any variation of www before the code, I
get a "Reorder" error on my Cisco 7940 talking SIP.  Asterisk CLI spits this
out:

Jun 24 12:07:34 WARNING[1234455344]: pbx.c:1215 pbx_extension_helper:  No
applic ation 'Dial(Zap/g1/${EXTEN:1}wwww1234}' for extension (test,
919074749606, 1)
   == Spawn extension (test, 919074749606, 1) exited non-zero on
'SIP/4299-cee1'

If I take out the www1234, I can complete the call, but have to enter in the
account code by hand.

Any ideas?

Thanks,

Josh

-----Original Message-----
From: Josh Reineke
Sent: Thursday, June 24, 2004 9:40 AM
To: 'asterisk-users at lists.digium.com'
Subject: toll access - account code

Our telco has setup toll access account codes for outgoing calls.  I would
like to include these account codes in the dialplan for certain extensions
(fax lines, modems) so that they are not prompted for the 4 digit code when
making a toll call.  I have played around with the 'w' command with ZAP
channels, commas, and DISA, all with no success.  I see a lot of examples of
Asterisk with account codes, but they are all using internal codes, not
those setup by a telco.  Has anyone set this up successfully or can point me
in the right direction?

Thanks,

Josh



More information about the asterisk-users mailing list