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>