Have you used a mobile phone when you test the &quot;fast speed DTMF sequence&quot;?<div><br><div>We have found that in GSM network DTMF digits are sent out-of-band from the terminal (despite the tones generated by phones) and are &quot;injected&quot; in-band into the audio channel _but_ with some delays between digits. At least this is the situation in Romania (Vodafone and Orange GSM networks).</div>
<div><br></div><div>HTH,</div><div>Ioan (Nini) Indreias</div><div><a href="http://www.modulo.ro">www.modulo.ro</a><br><br><div class="gmail_quote">On Mon, Oct 19, 2009 at 10:54 PM, Danny Nicholas <span dir="ltr">&lt;<a href="mailto:danny@debsinc.com">danny@debsinc.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 lang="EN-US" link="blue" vlink="blue">

<div>

<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size:10.0pt;font-family:Arial;color:navy">The default setting of tonedur in
dahdi.conf is 80.  This means that each DTMF key you press takes 80 ms to
transmit across  the “line”.  When mine got changed to 300, it made
my in-house calls take 2-5 seconds to connect and outgoing calls 7-11 seconds. 
Genconf_dahdi changes this if you regenerate (I think).</span></font></p>

<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size:10.0pt;font-family:Arial;color:navy"> </span></font></p>

<div>

<div class="MsoNormal" align="center" style="text-align:center"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">

<hr size="2" width="100%" align="center">

</span></font></div>

<p class="MsoNormal"><b><font size="2" face="Tahoma"><span style="font-size:10.0pt;font-family:Tahoma;font-weight:bold">From:</span></font></b><font size="2" face="Tahoma"><span style="font-size:10.0pt;font-family:Tahoma">
<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>
[mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>] <b><span style="font-weight:bold">On Behalf Of </span></b>Waruna de Silva<br>
<b><span style="font-weight:bold">Sent:</span></b> Monday, October 19, 2009
1:44 PM<br>
<b><span style="font-weight:bold">To:</span></b> Asterisk
 Users Mailing List - Non-Commercial Discussion<br>
<b><span style="font-weight:bold">Subject:</span></b> Re: [asterisk-users]
delay in processing dtmf</span></font></p>

</div><div><div></div><div class="h5">

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"> </span></font></p>

<p class="MsoNormal" style="margin-bottom:12.0pt"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">Hey thanks for that,<br>
<br>
but can you give more details on that.<br>
<br>
<br>
</span></font></p>

<div>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">On Mon, Oct 19, 2009 at 11:46 PM, Danny Nicholas &lt;<a href="mailto:danny@debsinc.com" target="_blank">danny@debsinc.com</a>&gt; wrote:</span></font></p>


<div link="blue" vlink="purple">

<div>

<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size:10.0pt;font-family:Arial;color:navy">You might want to play with tonedur in dahdi.conf.  This IME
effects SIP calls as well.</span></font></p>

<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size:10.0pt;font-family:Arial;color:navy"> </span></font></p>

<div>

<div class="MsoNormal" align="center" style="text-align:center"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">

<hr size="2" width="100%" align="center">

</span></font></div>

<p class="MsoNormal"><b><font size="2" face="Tahoma"><span style="font-size:10.0pt;font-family:Tahoma;font-weight:bold">From:</span></font></b><font size="2" face="Tahoma"><span style="font-size:10.0pt;font-family:Tahoma"> <a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>
[mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>]
<b><span style="font-weight:bold">On Behalf Of </span></b>Waruna de Silva<br>
<b><span style="font-weight:bold">Sent:</span></b> Monday, October 19, 2009
1:06 PM<br>
<b><span style="font-weight:bold">To:</span></b> <a href="mailto:asterisk-users@lists.digium.com" target="_blank">asterisk-users@lists.digium.com</a><br>
<b><span style="font-weight:bold">Subject:</span></b> [asterisk-users] delay in
processing dtmf</span></font></p>

</div>

<div>

<div>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"> </span></font></p>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">Hi,<br>
I&#39;m new to this list<br>
<br>
I&#39;m developing asterisk application where users can call and control volume up
and down in music player. <br>
Problem I&#39;m getting is if users press 222228 in fast speed, system will process
all those 2s and then process 8, so there is few seconds ( around 4-5)
processing key press 8 , therefore users will feel unresponsiveness in
system.(in other words users will press those six keys in 2.5 seconds and it
will take 5 seconds to process them),its not application&#39;s problem. may be
within asterisk.<br>
<br>
this only happen when users call from physical phone, if they use softphone eg:
Xlite then this delay wont happen. <br>
<br>
think this is because network latency in telephony networks. Are  there
any work around or possible solutions? Please anyone know, give me<br>
some idea.<br>
<br>
Thanks in advance<br>
Waruna.</span></font></p>

</div>

</div>

</div>

</div>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"><br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></span></font></p>

</div>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"> </span></font></p>

</div></div></div>

</div>


<br>_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div></div>