<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">If you are using a sip phone, you are MUCH better off using non audio based dtmf like rfc-2833. &nbsp;If you are already using this, its possible that what is happening is the phone is sending the dtmf as audio and 2833, at which point, you should not have to use spandsp_start_dtmf at all. &nbsp;If the phone is sending only audio, and is not capable of using any other method, you will need to pull a pcap of this call, use wireshark to extract the audio, and do some analysis of the audio to figure out why it is detecting multiple digits.<div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 19, 2015, at 4:38 AM, Nagalenoj H. &lt;<a href="mailto:nagalenoj@gmail.com" class="">nagalenoj@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class="">Hi,<br class=""><br class=""></div>When I use spandsp_start_dtmf along with play_and_get_digits, '#' is getting detected many times, though it is pressed once.<br class=""><br class=""></div>Other DTMFs are getting detected properly, whereas the '#' is getting detected 2 or 3 times. <br class=""><br class=""></div><div class="">I have checked the SIP phone's settings, I do not find anything wrong there.<br class=""><br class=""></div>What could be the reason? Is this because of some SIP phone setting? Here is the freeswitch log,<br class=""><div class=""><br class="">2015-01-19 09:33:39.671681 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [1]<br class="">2015-01-19 09:33:39.671681 [DEBUG] switch_channel.c:488 RECV DTMF 1:2000<br class="">2015-01-19 09:33:39.851686 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [1], duration = 191 ms<br class="">2015-01-19 09:33:40.071688 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [4]<br class="">2015-01-19 09:33:40.071688 [DEBUG] switch_channel.c:488 RECV DTMF 4:2000<br class="">2015-01-19 09:33:40.251687 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [4], duration = 153 ms<br class="">2015-01-19 09:33:40.431699 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [7]<br class="">2015-01-19 09:33:40.431699 [DEBUG] switch_channel.c:488 RECV DTMF 7:2000<br class="">2015-01-19 09:33:40.631680 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [7], duration = 204 ms<br class="">2015-01-19 09:33:40.851688 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [4]<br class="">2015-01-19 09:33:40.851688 [DEBUG] switch_channel.c:488 RECV DTMF 4:2000<br class="">2015-01-19 09:33:40.971695 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [4], duration = 127 ms<br class="">2015-01-19 09:33:41.151691 [DEBUG] switch_core_session.c:1053 Send signal sofia/internal/<a href="http://sip:278@192.168.2.86:5060/" class="">sip:278@192.168.2.86:5060</a> [BREAK]<br class="">2015-01-19 09:33:41.171701 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [7]<br class="">2015-01-19 09:33:41.171701 [DEBUG] switch_channel.c:488 RECV DTMF 7:2000<br class="">2015-01-19 09:33:41.351680 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [7], duration = 191 ms<br class="">2015-01-19 09:33:41.371686 [DEBUG] switch_ivr_play_say.c:1314 Codec Activated L16@8000hz 1 channels 20ms<br class="">2015-01-19 09:33:41.691686 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [#]<br class="">2015-01-19 09:33:41.691686 [DEBUG] switch_channel.c:488 RECV DTMF #:2000<br class="">EXECUTE sofia/internal/<a href="mailto:392@3427.vbiz.mundio.com" class="">392@3427.vbiz.mundio.com</a> flush_dtmf()<br class="">2015-01-19 09:33:41.691686 [DEBUG] switch_ivr_play_say.c:1314 Codec Activated L16@8000hz 1 channels 30ms<br class="">2015-01-19 09:33:41.711684 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [#], duration = 38 ms<br class="">2015-01-19 09:33:41.771683 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [#]<br class="">2015-01-19 09:33:41.771683 [DEBUG] switch_channel.c:488 RECV DTMF #:2000<br class="">2015-01-19 09:33:41.771683 [DEBUG] switch_ivr_play_say.c:1747 done playing file file_string:///root/united_fone/voice_files/en//CR_enter_conf_pin.wav<br class="">2015-01-19 09:33:41.771683 [DEBUG] switch_ivr_play_say.c:1314 Codec Activated L16@8000hz 1 channels 30ms<br class="">2015-01-19 09:33:41.811686 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [#], duration = 25 ms<br class="">2015-01-19 09:33:41.871691 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [#]<br class="">2015-01-19 09:33:41.871691 [DEBUG] switch_channel.c:488 RECV DTMF #:2000<br class="">2015-01-19 09:33:41.951681 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [#], duration = 76 ms<br class=""></div></div></div></blockquote></div><br class=""></div></body></html>