Thanks Anthony. <div><br></div><div>We just did some additional testing against a different SIP provider, and we were not able to re-produce the issue with that SIP provider. It was working correctly 100% of the time. </div>
<div><br></div><div>We are going to open a ticket with iCall to try to understand the issue.<br><br><div class="gmail_quote">On Tue, Feb 1, 2011 at 12:22 PM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I dont think there any current dtmf issues open.<br>
It sounds like maybe you are going across the pstn and encountering<br>
some problems with transition from<br>
2833 to inband and back again or from hair-pinning the call.<br>
<div><div></div><div class="h5"><br>
<br>
<br>
On Tue, Feb 1, 2011 at 12:00 PM, Matt Stockton &lt;<a href="mailto:mstockton@harqen.com">mstockton@harqen.com</a>&gt; wrote:<br>
&gt; Sorry about not including the version. The version of freeswitch I am using<br>
&gt; is.<br>
&gt; FreeSWITCH Version 1.0.head (git-256a82d 2011-01-31 10-12-28 -0600)<br>
&gt;  I just updated to the latest yesterday to re-test it.<br>
&gt; On Tue, Feb 1, 2011 at 10:10 AM, Matt Stockton &lt;<a href="mailto:mstockton@harqen.com">mstockton@harqen.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I have having trouble with both missing and duplicated DTMF in<br>
&gt;&gt; Freeswitch.<br>
&gt;&gt; Here are the steps of how I am using it:<br>
&gt;&gt; 1. Leg A - I am calling out from my Freeswitch instance (through iCall),<br>
&gt;&gt; and I am calling an iCall number that is also connected to the same<br>
&gt;&gt; Freeswitch instance.<br>
&gt;&gt; 2. Leg B - The above call is routed through iCall and then answered by the<br>
&gt;&gt; same Freeswitch instance.<br>
&gt;&gt; 3. On Leg B, I play a file and attempt to get DTMF in a lua script. Here<br>
&gt;&gt; is the code of interest:<br>
&gt;&gt;<br>
&gt;&gt; callPin = session:playAndGetDigits(1, 10, 4, 30000, &quot;#&quot;,&quot;/tmp/cw_17.wav&quot;,<br>
&gt;&gt; &quot;&quot;, &quot;\\d+&quot;);<br>
&gt;&gt;<br>
&gt;&gt; 4. On Leg A, I send DTMF information in a lua script. Here is the code of<br>
&gt;&gt; interest. I initiate a delay between each digit:<br>
&gt;&gt;<br>
&gt;&gt; local newPin = &quot;&quot;;<br>
&gt;&gt;<br>
&gt;&gt; for i = 1, string.len(pin) do<br>
&gt;&gt;<br>
&gt;&gt;   newPin = newPin .. string.sub(pin, i, i) .. &quot;W&quot;;<br>
&gt;&gt;<br>
&gt;&gt; end<br>
&gt;&gt;<br>
&gt;&gt; session:execute(&quot;send_dtmf&quot;, newPin .. &quot;#@200&quot;);<br>
&gt;&gt;<br>
&gt;&gt; ** Note that there is a session:sleep on Leg A before I send the DTMF to<br>
&gt;&gt; make sure i don&#39;t send it too early **<br>
&gt;&gt;<br>
&gt;&gt; The problem is that the recognized DTMF on Leg B is wrong about 30% of the<br>
&gt;&gt; time. For example, if Leg A enters: 22063083, Leg B will get the DTMF digits<br>
&gt;&gt; 222063083. This is an example of duplication, but I have also experienced<br>
&gt;&gt; missing DTMF codes (and an occasional wrong code completely)<br>
&gt;&gt;<br>
&gt;&gt; I have messed with a bunch of DTMF settings in hopes of fixing this issue,<br>
&gt;&gt; but I cannot seem to find something that is reliable 100% of the time.<br>
&gt;&gt;<br>
&gt;&gt; _____________________________<br>
&gt;&gt;<br>
&gt;&gt; Here are the DTMF settings I have looked at / messed with. I&#39;ve tried<br>
&gt;&gt; various values for the dtmf-duration in the config (and in the send_dtmf<br>
&gt;&gt; command above)<br>
&gt;&gt;<br>
&gt;&gt;     &lt;!-- This is in external.xml --&gt;<br>
&gt;&gt;<br>
&gt;&gt;     &lt;param name=&quot;dtmf-duration&quot; value=&quot;500&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt;     &lt;param name=&quot;dtmf-type&quot; value=&quot;rfc2833&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt;     &lt;param name=&quot;inbound-codec-prefs&quot; value=&quot;$${global_codec_prefs}&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt;     &lt;param name=&quot;outbound-codec-prefs&quot; value=&quot;$${outbound_codec_prefs}&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt;     &lt;param name=&quot;inbound-codec-negotiation&quot; value=&quot;greedy&quot;/&gt;<br>
&gt;&gt;     &lt;!-- This is in vars.xml --&gt;<br>
&gt;&gt;     &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;global_codec_prefs=PCMU&quot;/&gt;<br>
&gt;&gt;     &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;outbound_codec_prefs=PCMU&quot;/&gt;<br>
&gt;&gt; ________________________<br>
&gt;&gt; I have run fs_cli with event logging and the DTMF events that Freeswitch<br>
&gt;&gt; gets do correlate to the wrong value (e.g. the duplication / missing digits<br>
&gt;&gt; is noticable in the Freeswitch events as well).<br>
&gt;&gt; Also, I am not running any dtmf-related applications on the session before<br>
&gt;&gt; I give control to the lua scripts (e.g. not running start_dtmf)<br>
&gt;&gt; Has anyone experienced this type of issue? Or know what I can do to<br>
&gt;&gt; resolve it? My next step was going to be trying this against another<br>
&gt;&gt; provider besides iCall, but I figured I would see if anyone has encountered<br>
&gt;&gt; a similar problem before. Any help is appreciated.<br>
&gt;&gt; Thanks<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Anthony Minessale II<br>
<br>
FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
<br>
AIM: anthm<br>
<a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
<br>
FreeSWITCH Developer Conference<br>
<a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
<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></div>