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.