<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <tt>Hi Ahmed,<br>
      <br>
      The two "c" is a perfectly legitimate case - the first one is the
      per-session session (affecting all streams), the second is per
      stream (affecting only the current stream, the 'm' line).<br>
      <br>
      So, your device is buggy, not respecting the SDP RFC.<br>
      <br>
      Try using the "c" flag in both offer/answer :</tt><br>
    <tt><span class="emphasis"><em>    c</em></span> - flags to change
      the session-level SDP connection (c=) IP if media-description also
      includes connection information. <br>
<a class="moz-txt-link-freetext" href="http://www.opensips.org/html/docs/modules/2.4.x/rtpproxy.html#func_rtpproxy_engage">http://www.opensips.org/html/docs/modules/2.4.x/rtpproxy.html#func_rtpproxy_engage</a><br>
      <br>
      Regards,<br>
    </tt>
    <pre class="moz-signature" cols="72">Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  <a class="moz-txt-link-freetext" href="https://www.opensips-solutions.com">https://www.opensips-solutions.com</a>
OpenSIPS Summit 2019
  <a class="moz-txt-link-freetext" href="https://www.opensips.org/events/Summit-2019Amsterdam/">https://www.opensips.org/events/Summit-2019Amsterdam/</a>
</pre>
    <div class="moz-cite-prefix">On 03/13/2019 09:32 PM, Ahmed Shabana
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:AM6PR0702MB3766ABA33CEB56B3B8451A1CF64A0@AM6PR0702MB3766.eurprd07.prod.outlook.com">
      <pre wrap="">Dears, First sorry it you received the below content of this email with wrong subject

The issue we face with some of our sip peers complaint that we sent in our SDP contains two 'c='

v=0.
o=- 1552491282093 1 IN IP4 192.168.104.200.
s=Our Local Private Media Server.
c=IN IP4 **192.168.104.200.**
t=0 0.
m=audio 36356 RTP/AVP 8 0 101.
c=IN IP4 **Public.Interface.RTPPRoxy.**
a=sendrecv.
a=rtcp:36357 IN IP4 Public.Interface.RTPPRoxy.
a=ptime:20.
a=rtpmap:0 pcmu/8000.
a=rtpmap:101 telephone-event/8000.
a=rtpmap:8 pcma/8000.

I am using RTPProxy inside the script just like below
        rtpproxy_offer("nt60T60", "$avp(advertised_address)", "$avp(mediaSet)",)
        rtpproxy_answer("ocnt50T50", "{{ ips.opensips }}","$avp(mediaSet)" , ) ;

how could I hide private IPs in above SDP that reach our trunk side ?

Best regards ,
Shabana

_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>