Skip to content

Commit

Permalink
Fix in the parameters trust-address and SIP-source-address of the rtp…
Browse files Browse the repository at this point in the history
…engine
  • Loading branch information
flaviogoncalves committed Oct 4, 2020
1 parent fc3978d commit f82d3b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion modules/rtpengine/README
Expand Up @@ -471,7 +471,10 @@ rtpengine_offer();
trusted. Without this flag, the RTP proxy ignores
address in the SDP and uses source address of the SIP
message as media address which is passed to the RTP
proxy.
proxy. From rtpengine 3.8 this is the default behaviour.
+ SIP-source-address - the opposite of trust-address.
Restores the old default behaviour of ignoring endpoint
addresses in the SDP body.
+ replace-origin - flags that IP from the origin
description (o=) should be also changed.
+ replace-session-connection - flags to change the
Expand Down
6 changes: 5 additions & 1 deletion modules/rtpengine/doc/rtpengine_admin.xml
Expand Up @@ -478,7 +478,11 @@ rtpengine_offer();
<emphasis>trust-address</emphasis> - flags that IP address in SDP should
be trusted. Without this flag, the &rtp; proxy ignores address in
the SDP and uses source address of the SIP message as media
address which is passed to the RTP proxy.
address which is passed to the RTP proxy. From rtpengine 3.8 this is the default behaviour.
</para></listitem>
<listitem><para>
<emphasis>SIP-source-address</emphasis> - the opposite of trust-address.
Restores the old default behaviour of ignoring endppoint of the addresses in the SDP body.
</para></listitem>
<listitem><para>
<emphasis>replace-origin</emphasis> - flags that IP from the origin
Expand Down

0 comments on commit f82d3b1

Please sign in to comment.