This is through Sonus media device by the way. Have been looking at this doc, but still to no avail: <a href="http://wiki.freeswitch.org/wiki/RTP_Issues">http://wiki.freeswitch.org/wiki/RTP_Issues</a><div><br></div><div>It looks like rtp-timer-name = none is causing me more issues than I thought, so at this point I am trying to set it back to soft and fix the DTMF delay issue. I have a call out to my provider to find out if they have any details. Some media servers they send me to do not have the DTMF delay, and some do....ugh</div>
<div><br><div class="gmail_quote">On Wed, Nov 16, 2011 at 9:20 AM, Matt Stockton <span dir="ltr">&lt;<a href="mailto:mstockton@harqen.com">mstockton@harqen.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi all,<div><br></div><div>I am battling the following issue:</div><div><br></div><div>My applications are primarily lua scripts that play files, accept DTMF , and make db calls and url callbacks to post information. At one point, I was having issues with an ever increasing delay for DTMF recognition as the application progressed (e.g. I would use playAndGetDigits, and the DTMF wouldn&#39;t be &#39;recognized&#39; for a delayed amount of time. This time would increase and it appeared to be dependent on the number of db calls and url callbacks I made in the app -- as I made more, the delay would get worse). I asked around, and ended up changing this setting in my external sip profile:  rtp-timer-name = none  (it was soft before). This fixed my issue. </div>

<div><br></div><div>Now, I am battling a separate issue, and I seem to have isolated it&#39;s cause to setting rtp-timer-name to none instead of soft. The problem now is that when I want to play an mp3 file, and I use streamFile with shout or playback with http_get, the beginning of the file is not played at all (playing starts probably about 200-400ms into the file. This is very repeatable for me - it&#39;s not happening to every streamed file, but it seems to be very deterministic on while line of lua script it&#39;s happening (the streamFile is happening in a loop, and it seems to always be happening to the first streamed file).  If I change rtp-timer-name to soft, everything is fine, but then I&#39;ll have the first problem I described above. </div>

<div><br></div><div>So, to fix one problem I need rtp-timer-name = none, for the other problem, I need rtp-timer-name = soft.  I must be doing something wrong here, any suggestions?</div><div><br></div><div>Thanks,</div>
<div>
Matt</div>
</blockquote></div><br></div>