<p>Hello</p>

<p>I need to implement a hide-media-update feature (acme terminology) were OpenSIPs will handle Update messages and not passed to the client.</p>

<p>For example.</p>

<p>A -&gt; OpenSIPs -&gt; Carrier -&gt; B</p>

<p>B has Call Forwarding enabled so Carrier is sending back to OpenSIPs a new RTP Server to communicate with in order to get the Music On Hold. For that Carrier is sending UPDATE message with SDP.</p>

<p>I need OpenSIPs to handle that UPDATE and not send it back to A.</p>

<p>I tried the following</p>

<p>if(is_method("UPDATE"))<br>
{<br>
rtpengine_offer();<br>
send_reply("200","OK");<br>
}</p>

<p>But it didn't work. OK had no SDP.</p>

<p>Any suggestion?</p>

<p>Thank you in advance</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/issues/705">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AFOciUQCS99-XmZQ8TrzUPD_vJbadmLGks5pJPp1gaJpZM4Go2pt.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/OpenSIPS/opensips/issues/705"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>