[Asterisk-Users] Put a wait in a .call file.

Karl H. Putz kputz at columbus.rr.com
Thu May 5 07:23:48 MST 2005


>-----Original Message-----
>From: asterisk-users-bounces at lists.digium.com
>[mailto:asterisk-users-bounces at lists.digium.com]On Behalf Of Ronan
>Eckelberry
>Sent: Thursday, May 05, 2005 9:09 AM
>To: Asterisk Users Mailing List - Non-Commercial Discussion
>Subject: Re: [Asterisk-Users] Put a wait in a .call file.
>
>
>No go.  Now, it picks up the phone, waits, and still only dials 6 of the
>7 #'s.  It is VERY wierd....

This sounds like it might be a dialplan or zapata.conf problem.

Be sure that you do not have a "stripmsd=1" in your zapata.conf (or any
value greater than 0).

In extensions.conf be sure that in the context that you are dialing from you
are not stripping digits in
the Dial command.  i.e. if the Dial command passes a number to be dialed
that includes a ":" and a number

;exten => _41X.,1,Dial(SIP/${EXTEN:2}@sipprovider,,r)

Above, the first 2 digits, "41", will not be part of the dialstring.

Also double check the TRUNKMSD value in extensions.conf if you are using any
of the default setup
that includes this variable.  Anything other than 0 will strip digits.


Good luck,

Karl Putz


>
>-Ronan
>





More information about the asterisk-users mailing list