<div dir="ltr"><div>When I changed the Aastra phone settings to use SIP INFO, am not facing this issue. But, when I change it to use RTP for DTMF, then &#39;#&#39; is getting detected more times.<br><br></div>I did a pcap and listened to the audio, I could hear only one tone(beep) for each key pressed. Is there anything other configuration to get it working in RTP?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 19, 2015 at 10:40 PM, Michael Jerris <span dir="ltr">&lt;<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">If you are using a sip phone, you are MUCH better off using non audio based dtmf like rfc-2833.  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.  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><div class="h5"><div><br></div><div><br><div><blockquote type="cite"><div>On Jan 19, 2015, at 4:38 AM, Nagalenoj H. &lt;<a href="mailto:nagalenoj@gmail.com" target="_blank">nagalenoj@gmail.com</a>&gt; wrote:</div><br><div><div dir="ltr"><div><div><div>Hi,<br><br></div>When I use spandsp_start_dtmf along with play_and_get_digits, &#39;#&#39; is getting detected many times, though it is pressed once.<br><br></div>Other DTMFs are getting detected properly, whereas the &#39;#&#39; is getting detected 2 or 3 times. <br><br></div><div>I have checked the SIP phone&#39;s settings, I do not find anything wrong there.<br><br></div>What could be the reason? Is this because of some SIP phone setting? Here is the freeswitch log,<br><div><br>2015-01-19 09:33:39.671681 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [1]<br>2015-01-19 09:33:39.671681 [DEBUG] switch_channel.c:488 RECV DTMF 1:2000<br>2015-01-19 09:33:39.851686 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [1], duration = 191 ms<br>2015-01-19 09:33:40.071688 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [4]<br>2015-01-19 09:33:40.071688 [DEBUG] switch_channel.c:488 RECV DTMF 4:2000<br>2015-01-19 09:33:40.251687 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [4], duration = 153 ms<br>2015-01-19 09:33:40.431699 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [7]<br>2015-01-19 09:33:40.431699 [DEBUG] switch_channel.c:488 RECV DTMF 7:2000<br>2015-01-19 09:33:40.631680 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [7], duration = 204 ms<br>2015-01-19 09:33:40.851688 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [4]<br>2015-01-19 09:33:40.851688 [DEBUG] switch_channel.c:488 RECV DTMF 4:2000<br>2015-01-19 09:33:40.971695 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [4], duration = 127 ms<br>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/" target="_blank">sip:278@192.168.2.86:5060</a> [BREAK]<br>2015-01-19 09:33:41.171701 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [7]<br>2015-01-19 09:33:41.171701 [DEBUG] switch_channel.c:488 RECV DTMF 7:2000<br>2015-01-19 09:33:41.351680 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [7], duration = 191 ms<br>2015-01-19 09:33:41.371686 [DEBUG] switch_ivr_play_say.c:1314 Codec Activated L16@8000hz 1 channels 20ms<br>2015-01-19 09:33:41.691686 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [#]<br>2015-01-19 09:33:41.691686 [DEBUG] switch_channel.c:488 RECV DTMF #:2000<br>EXECUTE sofia/internal/<a href="mailto:392@3427.vbiz.mundio.com" target="_blank">392@3427.vbiz.mundio.com</a> flush_dtmf()<br>2015-01-19 09:33:41.691686 [DEBUG] switch_ivr_play_say.c:1314 Codec Activated L16@8000hz 1 channels 30ms<br>2015-01-19 09:33:41.711684 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [#], duration = 38 ms<br>2015-01-19 09:33:41.771683 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [#]<br>2015-01-19 09:33:41.771683 [DEBUG] switch_channel.c:488 RECV DTMF #:2000<br>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>2015-01-19 09:33:41.771683 [DEBUG] switch_ivr_play_say.c:1314 Codec Activated L16@8000hz 1 channels 30ms<br>2015-01-19 09:33:41.811686 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [#], duration = 25 ms<br>2015-01-19 09:33:41.871691 [DEBUG] mod_spandsp_dsp.c:373 DTMF BEGIN DETECTED: [#]<br>2015-01-19 09:33:41.871691 [DEBUG] switch_channel.c:488 RECV DTMF #:2000<br>2015-01-19 09:33:41.951681 [DEBUG] mod_spandsp_dsp.c:385 DTMF END DETECTED: [#], duration = 76 ms<br></div></div></div></blockquote></div><br></div></div></div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Regards,<br>Nagalenoj H.</div>
</div>