*********************************************************************************************** Asterisk cmd SendDTMF
Synopsis: Sends arbitrary DTMF digits Description: SendDTMF(digits[|timeout_ms]) Sends DTMF digits on a channel. A 'w' as digit will cause a pause of 0.5 seconds. The timeout option only works in CVS after 12-30-04. If not specified, the default value of the timeout is 250 ms (checked on Asterisk 1.4.21.2) Note: The Dial command comes with the 'D' option that is also able to send DTMF to a channel. ************************************************************************************************* Above is courtesy of Voipinfo.org. As it mentions, you can also use Dial command with 'D' option to achive what you ask for: ************************************************************************************************* Dial() SynopsisAttempts to establish a new outgoing connection on a channel, and then link it to the existing input channel. DescriptionDial(type/identifier, timeout, options, URL) Dial(type1/identifier1[&type2/identifier2[&type3/identifier3... ] ], timeout, options, URL) D(digits): After the called party answers, send digits as a DTMF stream, then connect the call to the originating channel. (You can also use 'w' to produce .5 second pauses.) ************************************************************************************************** -Bruce > Date: Thu, 20 Aug 2009 15:05:45 -0400 > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: Re: [on-asterisk] Dial plan > > It would go in your dialplan, extensions.conf by default, some others > using trixbox etc.. extensions_additional.conf... > > so in your dialplan the example would look like his > > [default] ; or your dialing out context... > > exten => 9055651212,1,Dial(Zap/g1/9055651212ww333,30,twr) > > > > Dean Yorke wrote: >> ok, so where does this go? What file. >> >> Does it go in extensions.conf >> >> On 20-Aug-09, at 2:02 PM, Philip Mullis wrote: >> >>> sure ie.. Zap/g1/9055651212ww333 ... >>> >>> each w give you a .5 second pause >>> >>> Dean Yorke wrote: >>>> Anyone ever used a feature in the dial plan to pass digits after the >>>> number called. >>>> >>>> Kind of like a calling card function. >>>> >>>> So, number dialed is 4165551212,,5423 >>>> >>>> on an analogue phone you would dial the first, wait then dial the >>>> last. How can I do this with a pstn trunk. >>>> >>>> Thanks >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > _________________________________________________________________ Stay on top of things, check email from other accounts! http://go.microsoft.com/?linkid=9671355 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
