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() 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@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.
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 -- Josiah Bryan IT Coordinator Productive Concepts, Inc. jbryan@productiveconcepts.com (765) 964-6009, ext. 224
Try one "w": exten = _9001.,1,Dial(Zap/g1/64919669,,D(w${EXTEN:3}),) *********** exten = _9001.,n,Hangup() Robert Andrew Keller Ferndale School District #502 rkeller@ferndale.wednet.edu 360-383-9228 PH. 360-383-9218 FAX "Paving the way for tomorrows genius."> From: David Choo <DavidChoo@espore.com> > Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion > <asterisk-users@lists.digium.com> > Date: Wed, 20 Apr 2005 22:29:27 +0800 > To: "Asterisk Users Mailing List - Non-Commercial Discussion" > <asterisk-users@lists.digium.com> > Cc: James Lim <James.lim@espore.com> > Subject: [Asterisk-Users] Wait in Dial String > > > 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() > > 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@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. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@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