tags:

views:

44

answers:

1

Hi all,

I have read about start_dtmf application in freeswitch which is used to detect in-band dtmf. I have tested this ,but it didn't detect any DTMF.

<extension name="dtmf_test">
<condition field="destination_number" expression="^6000$">
<action application="answer"/>
<action application="start_dtmf"/>
<action application="bridge" data="user/6888"/>

Please help me.

A: 

Hello, how do you know that it's not working?

1) Be sure that the phone path is using in-band DTMFs What kind of SIP user agents or phones are involved in this test call? Softphones usually have the option to change DTMF settings.

2) Be sure to have your console log set to DEBUG to see if DTMFs get recognized. Usually you can set it in DEBUG by pressing the F8 key at the FreeSWITCH console.

Ciao!

Lallo