[Freeswitch-users] generate inband dtmf
Holger Esser
hesser4900 at gmail.com
Tue Oct 5 07:19:41 PDT 2010
Hi guys,
I have a question about the start_dtmf_generate function. I have a dialplan
entry that is called from a socket call like this:
originate sofia/gateway/teliax/xxxxxxxxxx 5000
<condition field="destination_number" expression="^5000$">
<action application="answer"/>
<action application="sleep" data="1000"/>
<action application="playback" data="voicemail/vm-goodbye.wav"/>
<action application="sleep" data="2000"/>
<action application="start_dtmf_generate"/>
<action application="send_dtmf" data="0123456789"/>
<action application="sleep" data="90000"/>
</condition>
However, DTMF are still via the RFC and not inband. I am using the latest
GIT.
Any ideas?
Thx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101005/67856803/attachment-0001.html
More information about the FreeSWITCH-users
mailing list