<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Sorry - my bad - dtmf-type looks like it just controls what's sent, not what's received.</div><div>Brian's advice is sound, or you can probably work around things right now by editing</div><div>src/mod/endpoints/mod_sofia/sofia.c - at around line 3838 you'll find:</div><div><div>if (dtmf.digit) {</div><div>&nbsp;&nbsp;/* queue it up */</div><div>&nbsp;&nbsp;switch_channel_queue_dtmf(channel, &amp;dtmf);</div><div>..more code..</div><div><div>&nbsp;&nbsp;/* Send 200 OK response */</div><div>&nbsp;&nbsp;nua_respond(nh, SIP_200_OK, NUTAG_WITH_THIS(nua), TAG_END());</div></div></div><div><br></div><div>- lose the bit which handles the SIP INFO DTMF by adding a couple of lines thusly:</div><div><div><div>if (dtmf.digit) {</div><div>#if 0</div><div>&nbsp;&nbsp;/* queue it up */</div><div>&nbsp;&nbsp;switch_channel_queue_dtmf(channel, &amp;dtmf);</div><div>..more code..</div><div>#endif</div><div><div>&nbsp;&nbsp;/* Send 200 OK response */</div><div>&nbsp;&nbsp;nua_respond(nh, SIP_200_OK, NUTAG_WITH_THIS(nua), TAG_END());</div><div><br></div><div>It's a nasty hack, but it just might work.</div><div><br></div><div>--Dave</div><div><br></div></div></div></div><div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Tell your phone to stop sending INFO and 2833 at the same time and the problem will stop. &nbsp;<div><br></div><div>/b</div><div><br><div><div>On Mar 23, 2009, at 4:17 AM, zhaoxxqq wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="color: rgb(0, 0, 128); font-family: Verdana; font-size: 10px; "><div>HI, friend,</div><div>I added &lt;param&nbsp;name="dtmf-type"&nbsp;value="rfc2833"&nbsp;/&gt; to my sip profile in external , like below.</div><div><div>&nbsp;&lt;gateway&nbsp;name="vos3000"&gt;</div><div>&nbsp;&nbsp;&nbsp;&lt;param&nbsp;name="username"&nbsp;value="anything"/&gt;--&gt;</div><div>&nbsp;&nbsp;&lt;param&nbsp;name="realm"&nbsp;value="221.192.133.51"/&gt;</div><div>&nbsp;&nbsp;&lt;param&nbsp;name="password"&nbsp;value="anything"/&gt;</div><div>&nbsp;&nbsp;&lt;param&nbsp;name="dtmf-type"&nbsp;value="rfc2833"&nbsp;/&gt;</div><div>&nbsp;&nbsp;&lt;param&nbsp;name="extension"&nbsp;value="87263150"/&gt;</div><div></div><div>&nbsp;&nbsp;&lt;param&nbsp;name="register"&nbsp;value="false"/&gt;</div><div>&nbsp;&nbsp;&lt;/gateway&gt;</div></div><div>&nbsp;</div><div>but. the problem is still exist. Can&nbsp;you help me.</div><div>&nbsp;</div><div>Zhao Xiaoqiang</div></span></blockquote></div><br></div></div>_______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></body></html>