I may be wrong but after looking around all I could find was an email about
w and p. It said w is to wait for a tone and p was for a pause. I can't find
anything to verify this.

--john

>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:asterisk-users-
>[EMAIL PROTECTED] On Behalf Of Henry Devito
>Sent: Wednesday, November 10, 2004 2:15 PM
>To: [EMAIL PROTECTED]; 'Asterisk Users Mailing List - Non-Commercial
>Discussion'
>Subject: RE: [Asterisk-Users] Pause during dial
>
>
>
>> Is there a way to put pauses in a dial string?  I need * to dial a
>> number then pause for 6 seconds and dial a second string of numbers.
>>
>>search the list.
>>This question has been answered tons of time before.
>>
>>Matteo.
>
>Good day,
>
>I did search the list before I posted and found several answers all saying
>to use the "w" prompt.  I have not been able to get this to work, so I was
>hoping to get an example from someone on the list. I need to dial one
>variable pause and the dial the second variable.  I tried to use the "D"
>prompt also, but I must be making a formatting error.
>
>exten => 3,1,DigitTimeout(4)         ; Set Digit Timeout 4 seconds
>exten => 3,2,ResponseTimeout(5)      ; Set Response Timeout 5 sec
>exten => 3,3,Read(destination,enter_destination,4)
>exten => 3,4,NoOp(${destination})
>exten => 3,5,Wait(2)
>exten => 3,6,Read(pin,Enter_pin,6)
>exten => 3,7,NoOp(${pin})
>exten => 3,8,Dial(sip/${destination}D{$pin})
>exten => 3,9,Hangup
>
>_______________________________________________
>Asterisk-Users mailing list
>[EMAIL PROTECTED]
>http://lists.digium.com/mailman/listinfo/asterisk-users
>To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to