[asterisk-users] [SOLVED] PlayDTMF and Asterisk Manager

Paul Hales pdhales at optusnet.com.au
Mon Jul 16 19:45:14 CDT 2007


On Fri, 2007-07-13 at 14:12 +0000, lemmel lemmel wrote:
> >They used the 'local' dial option, with the D option (from memory)
> 
> ----------------------------------
> Documentation :
> 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.)
> ----------------------------------
> 
> The Dial D option is for a dialplan command and is not conditionnal (the 
> agent may or may not want a transfert) and is designed in order to emit DTMF 
> on the called channel (e.g. in order to pass through a IVR) before the 
> channels are bridged, and not in order to give to asterisk order.
> 
> >If you want more info, I can grab it from them next week....
> Why not, but I don't think that will help me.
> 
> _________________________________________________________________

Here is my piece of generosity of the work - and it's not even my work.
7xx to login, *7xx to logout.

PaulH

[agentlogin]

exten => _7xx,1,AgentCallbackLogin(${EXTEN}||${CALLERIDNUM}@default)
exten => _7xx,2,Hangup

exten => _87xx,1,AgentCallbackLogin()
exten => _87xx,2,Hangup


exten => _*7xx,1,Playback(beep)
exten => _*7xx,2,Dial(Local/8${EXTEN:1}/n,,D(${EXTEN:1}#${EXTEN:1}##))
exten => _*7xx,3,Hangup





More information about the asterisk-users mailing list