[Freeswitch-users] How to disable FS DTMF detection
Vallimamod Abdullah
vma at vallimamod.org
Tue Feb 19 11:39:17 UTC 2019
Hi,
You need to put the
<param name="pass-rfc2833" value="true"/>
in your sip profile like all other params.
It is not necessary however as you can just put
<action application="export" data="pass_rfc2833=true"/>
in your dialplan, notice the export instead of set.
The spandsp_stop_dtmf only works for inband dtmf, not the rfc2833 one.
Hope this helps.
Best Regards,
--
Vallimamod Abdullah
SIP Solutions
vma at sip.solutions
linkedin.com/in/vallimamod
.
> On 19 Feb 2019, at 10:40, Adrian Worutowicz <adrian.worutowicz at esifrance.net> wrote:
>
> Hi,
>
> I’ve developed a couple of endpoints and I use bgapi originate & bridge.
> Free Switch intercepts and interprets DTMF and I do not want that.
>
> In the dialplan I tried:
>
> <param name="pass-rfc2833" value="true"/>
> <action application="set" data="pass_rfc2833=true"/>
>
> <action application="set" data="exec_after_bridge_app=stop_dtmf"/>
> <action application="stop_dtmf">
>
> <action application="spandsp_stop_dtmf"/>
>
> None of those methods works.
>
> Maybe there is a parameter in originate that I should use?
>
> *** How to tell Free Switch to leave alone the DTMF tones? ***
>
> I’ll appreciate any help,
> Adrian.
> _________________________________________________________________________
> Professional FreeSWITCH Services
> sales at freeswitch.com
> https://freeswitch.com
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss
> https://freeswitch.org/confluence
> https://cluecon.com
>
> 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
> https://freeswitch.com
More information about the FreeSWITCH-users
mailing list