<div dir="ltr">Hi Mathew,<div>The regular sip stack has 'auto' dtmfmode which behaved as I said - if the remote replied with telephony event it used RFC2833 otherwise it used inband.</div><div><br></div><div><br></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 11, 2014 at 5:43 PM, Matthew Jordan <span dir="ltr"><<a href="mailto:mjordan@digium.com" target="_blank">mjordan@digium.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Tue, Mar 11, 2014 at 8:23 AM, Yaron Nachum <<a href="mailto:nachum.yaron@gmail.com">nachum.yaron@gmail.com</a>> wrote:<br>

> Hello,<br>
> I have installed the latest version 12 that has been released (12.1.0.rc3).<br>
><br>
> I have setup default dtmf mode (rfc47..) but when I am calling to a endpoint<br>
> that doesn't support it (no telephony event in the rtpmap) the asterisk<br>
> responds OK in the signalling but DTMF is not working.<br>
><br>
> Is it a known issue?<br>
><br>
<br>
</div>I don't think that's an issue at all.<br>
<br>
Your configured your endpoint to support RFC 4733 DTMF. However, the<br>
INVITE request that was received by Asterisk didn't offer support for<br>
DTMF, so Asterisk can't accept it. It has to accept only what is in<br>
the offer.<br>
<br>
Your configuration can't force the UA to offer what it wants - you can<br>
only configure Asterisk with what it should support with that UA.<br>
<br>
There's really only two possible outcomes here:<br>
(1) Reject the INVITE request with a 488 (you didn't offer me DTMF!)<br>
(2) Accept the INVITE request but not have DTMF over RFC 4733.<br>
<br>
What you're seeing is option (2), which I think is better than<br>
rejecting the entire call simply because the thing you are talking to<br>
doesn't support the DTMF mode you configured it to have.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Matthew Jordan<br>
Digium, Inc. | Engineering Manager<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a><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>
</font></span></blockquote></div><br></div>