[Asterisk-Users] Wait in Dial String

David Choo DavidChoo at espore.com
Wed Apr 20 15:04:44 MST 2005


Guys,

Thanks a mil. I'll try it out and see how!

Best Regards,

==============================
David Choo
Systems Engineer
Business & Technology Division
"Engineered for Changing Businesses"
Espore Corp Pte Ltd
68 Kallang Pudding Rd
#04-03 SYH Logistics Bldg
Singapore 349327
Tel: 65-68487806
Fax : 65-6842 2724
E-mail :DavidChoo at Espore.com
=============================

Privileged/Confidential information may be contained in this message. If
you are not the intended recipient, you must not copy it or use it for any
purpose, nor deliver this message to anyone. Instead, please delete this
message and destroy any other record of it immediately and kindly notify
the sender by return email. Thank you for your co-operation.

Internet communications cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, arrive late, or contain
viruses. The sender therefore does not accept liability for any errors or
omissions in the context of this message nor can the sender guarantee that
this message is virus free.


                                                                           
             "Robert Webb"                                                 
             <asterisk at ropegur                                             
             u.com>                                                     To 
             Sent by:                  asterisk-users at lists.digium.com,    
             asterisk-users-bo                                          cc 
             unces at lists.digiu                                             
             m.com                                                 Subject 
                                       Re: [Asterisk-Users] Wait in Dial   
                                       String                              
             20/04/2005 11:54                                              
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
              Asterisk Users                                               
              Mailing List -                                               
              Non-Commercial                                               
                Discussion                                                 
             <asterisk-users at l                                             
             ists.digium.com>                                              
                                                                           
                                                                           





On Wed, 20 Apr 2005 10:24:37 -0500
  Josiah Bryan <jbryan at productiveconcepts.com> wrote:
> On Wednesday 20 April 2005 10:29 am, David Choo wrote:
>> Dear All,
>>
>> My boss has placed a requirement for me to forward all
>>our IDD calls
>> through a partner's IDD service, which requires us to
>>call a 8 digit
>> number, wait for 1 sec, before we send in the foreign
>>number we're trying
>> to call.
>>
>> As I can't find anything on getting the PBX to wait, i'm
>>only removing the
>> 1st 3 digits (900) and sending in an extra 1 to simulate
>>the wait. It
>> works, but not all the time. Is there anyway that I can
>>place a wait
>> command here? I'm tried placing w / p but both don't
>>works. Would like to
>> seek your kind assistance!
>>
>> exten = _9001.,1,Dial(Zap/g1/64919669,,D(${EXTEN:3}),)
>> exten = _9001.,n,Hangup()
>>
>
> Try 'w',
>
> E.g. for my old bridge to BizFon, I had to dial 9, wait,
>then the number:
>
> exten => _NXXXXX,1,Dial(Zap/g1/9w${EXTEN})
>
> Just put the 'w' between the numbers that you want it to
>'wait' at.
>
> -josiah
>


And as an added tidbit... If I remeber correctly, each "w"
is about a 1/2 second. So to get a second pause you would
need "ww" in the string.
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users





More information about the asterisk-users mailing list