[Freeswitch-users] generate inband dtmf

Michael Collins msc at freeswitch.org
Tue Oct 5 11:49:25 PDT 2010


Get a console debug of a call in progress and put it in pastebin. Be sure to
use console loglevel 7. Hopefully the debug output will tell you what's
going on when it tries to do inband DTMF sending.

Also, check this handy page for tips on collecting information for
troubleshooting:
http://wiki.freeswitch.org/wiki/Reporting_Bugs

-MC

On Tue, Oct 5, 2010 at 7:19 AM, Holger Esser <hesser4900 at gmail.com> wrote:

> 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
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101005/49def374/attachment.html 


More information about the FreeSWITCH-users mailing list