Re: [asterisk-users] How to wait before sending DTMF in DIAL command

2008-04-02 Thread Eric Wieling
A w in the D() string will wait .5 second.  Example: 
Dial(Zap/g1/5551212,,D(ww668))

If you are dialing out of an FXO or FXS signaled port, you can add w 
to the dial string to wait .5 second.  Example: Dial(Zap/g1/ww5551212)

Pete Kay wrote:
 Is there anyway to have Asterisk to wait for 1 second before sending a DTMF
 using the D() option?

-- 
Consulting for Asterisk, Polycom, Sangoma, Digium, Cisco, LAN, WAN, QoS, 
T-1, PRI, Frame Relay, Linux, and network design.  Based near 
Birmingham, AL.  Now accepting clients worldwide.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] How to wait before sending DTMF in DIAL command

2008-04-01 Thread Pete Kay
Hi friends,

Is there anyway to have Asterisk to wait for 1 second before sending a DTMF
using the D() option?

Thanks for your suggestion.

Pete
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] How to wait before sending DTMF in DIAL command

2008-04-01 Thread Al lists
If you are asking about dial command on analog lines, here is what i do :

exten = _NXX,1,Dial(ZAP/g1/ww${EXTEN})

that should give you 2 seconds before actually start dialing, its good way
to wait for analog lines to stabilize first before dialing.


On Tue, Apr 1, 2008 at 9:49 PM, Pete Kay [EMAIL PROTECTED] wrote:

 Hi friends,

 Is there anyway to have Asterisk to wait for 1 second before sending a
 DTMF using the D() option?

 Thanks for your suggestion.

 Pete

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] How to wait before sending DTMF in DIAL command

2008-04-01 Thread Pete Kay
Hi
Thank you for your reply.  I am looking for sending the exension number such
as 100 immediately after the called party picks up.
I am hoping to send the digits after the call is picked up by the called
party instead of before.  Is this something that can be done?
I can't see anything in the option to allow that.

Thank you very much for all your help and suggestion.

Pete

On Tue, Apr 1, 2008 at 9:19 PM, Al lists [EMAIL PROTECTED] wrote:

 If you are asking about dial command on analog lines, here is what i do :

 exten = _NXX,1,Dial(ZAP/g1/ww${EXTEN})

 that should give you 2 seconds before actually start dialing, its good way
 to wait for analog lines to stabilize first before dialing.


   On Tue, Apr 1, 2008 at 9:49 PM, Pete Kay [EMAIL PROTECTED] wrote:

Hi friends,
 
  Is there anyway to have Asterisk to wait for 1 second before sending a
  DTMF using the D() option?
 
  Thanks for your suggestion.
 
  Pete
 
  ___
  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users