<div dir="ltr">Hi,<div><br></div><div>Yes, the client is broken. It advertises RFC2833 in the SDP but does not send and RTP Events for the DTMF tones and just sends it inband, and the other end does not like it (it doesn't for some reason fall back to inband DTMF).</div><div><br></div><div>The workaround I have used is to remove the RFC2833 bits in the SDP packet by using the replace_body() function.</div><div><br></div><div>Thank you.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 31 Mar 2020 at 13:23, Răzvan Crainea <<a href="mailto:razvan@opensips.org">razvan@opensips.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This sounds a bit broken: if the client advertises the payload type of <br>
96, thats what it will have in the generated RTP packets, so I don't <br>
really see a valid reason for doing that. Unless the client is really <br>
broken and advertises a ptype of 96, but sends the packets using 101.<br>
<br>
Anyhow, in order to do that, you can use the subst_body() function in <br>
the textops module:<br>
<a href="https://opensips.org/docs/modules/2.4.x/textops.html#func_subst_body" rel="noreferrer" target="_blank">https://opensips.org/docs/modules/2.4.x/textops.html#func_subst_body</a><br>
<br>
Best regards,<br>
<br>
Răzvan Crainea<br>
OpenSIPS Core Developer<br>
<a href="http://www.opensips-solutions.com" rel="noreferrer" target="_blank">http://www.opensips-solutions.com</a><br>
<br>
On 3/27/20 4:43 PM, solarmon wrote:<br>
> Hi,<br>
> <br>
> I have an opensips 2.4 cluster using rtpproxy nodes.<br>
> <br>
> I'm troubleshooting some DTMF issue and have a requirement to change the <br>
> inbound INVITE SDP payload from:<br>
> <br>
> a=rtpmap:96 telephone-event/8000<br>
> <br>
> to<br>
> <br>
> a=rtpmap:101 telephone-event/8000<br>
> <br>
> in the outbound INVITE SDP.<br>
> <br>
> How could this mapping/conversion be achieved with my opensips/rtpproxy <br>
> setup?<br>
> <br>
> Thank you!<br>
> <br>
> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
> <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
> <br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div>