<div>Hey there,</div><div><br></div>I don&#39;t think that its DTMF mode issue ! OP say pressing 9 asterisk ignores while pressing 6 is OK. Using expensive PBX solutions should be never be the first priority.<div><br><div>
So I&#39;d a similar experience in some asterisk version when I used to enter 2 asterisk always took 3-4 seconds to do anything wheras all other DTMF digits were working as quickly as DTMF entered. </div><div>Since pressing 6 key works fine means this could be more possibly issue with handset.</div>
<div>Also there is an option in background application &quot;m&quot; where background will only accept the DTMF whose extens are created in the same context..so if you&#39;ve something like this in your dialplan</div><div>
<br></div><div>[test-BKGRND]</div><div>exten =&gt; s,1,Background(som-sound-file,m)</div><div>exten =&gt; s,n,Waitexten(20)</div><div><br></div><div>exten =&gt; 1,1,NOOP(User presssed 1)</div><div>exten =&gt; 3,1,NOOP(User presssed 1)</div>
<div>exten =&gt; 5,1,NOOP(User presssed 1)</div><div><br></div><div>Background will act as only recognizing DTMF 1,3,and 5. </div><div><br></div><div>even if its DTmfmode issue ...you can one more trick to fix this as well.. use application sipdtmfmode(inband|rfc2833|info)  if call is coming from a particular caller/UA.</div>
<div><br></div><div>I hope this could be of some help.</div><div><br></div><div>Regards,</div><div><br></div><div>- Sammy</div><div><br></div><div><div class="gmail_quote">On Mon, Sep 19, 2011 at 4:51 AM, Zeeshan A Zakaria <span dir="ltr">&lt;<a href="mailto:mail@visionvoip.com">mail@visionvoip.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">This DTMF problem has always been there and there is no real solution for it, other than using those expensive PBX systems like that from Avaya, Cisco, etc. This problem happens when you are sending inband DTMF tones. Via softphone you are sending out-of-band DTMF which is basically SIP messages.<br>

<br>
--<br>
Zeeshan A Zakaria<br>
<br>
IT Consultant<br>
<a href="http://www.zeeshanz.com" target="_blank">www.zeeshanz.com</a><br>
855-ZEESHAN<br>
<div><div></div><div class="h5"><br>
&quot;asterisk asterisk&quot; &lt;<a href="mailto:asterisk@ck-lee.com">asterisk@ck-lee.com</a>&gt; wrote:<br>
<br>
&gt;From time to time, I have a DTMF problem. The asterisk cannot recognize<br>
&gt;my<br>
&gt;handset key pressed if I press 9 to start with. However, if I press<br>
&gt;with 6,<br>
&gt;it is ok.<br>
&gt;<br>
&gt;On the other hand, if DMTF key is generated from softphone, it is ok.<br>
&gt;<br>
&gt;My dialplan is as follow<br>
&gt;<br>
&gt;exten =&gt; 1002,1,Answer<br>
&gt;exten =&gt; 1002,n,Wait(2)<br>
&gt;exten =&gt; 1002,n,Background(thank-you-for-calling)<br>
&gt;exten =&gt; 1002,n,Background(vm-enter-num-to-call)<br>
&gt;exten =&gt; 1002,n,WaitExten()<br>
&gt;exten =&gt; 1002,n,Hangup<br>
&gt;exten =&gt; i,1,Background(pbx-invalid)<br>
&gt;exten =&gt; i,2,Goto(1002,1)<br>
&gt;exten =&gt; t,1,Background(vm-goodbye)<br>
&gt;exten =&gt; t,2,Hangup<br>
&gt;<br>
&gt;Thanks for the help in advance.<br>
</div></div>&gt;--<br>
&gt;_____________________________________________________________________<br>
&gt;-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&gt;               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;<br>
&gt;asterisk-users mailing list<br>
&gt;To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
--<br>
Sent from my Android phone with K-9 Mail. Please excuse my brevity.<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</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>