Module: kamailio Branch: 5.2 Commit: 6bb5594f23cf10fb149edbfaf044f7ca9de8f7b8 URL: https://github.com/kamailio/kamailio/commit/6bb5594f23cf10fb149edbfaf044f7ca9de8f7b8
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2020-04-27T12:21:23Z rtpengine: remove obselete auto-bridge flag (GH #2301) (cherry picked from commit cf084881d79dc18d8272fc4a9f89c0bfc8e1fde0) --- Modified: src/modules/rtpengine/doc/rtpengine_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/6bb5594f23cf10fb149edbfaf044f7ca9de8f7b8.diff Patch: https://github.com/kamailio/kamailio/commit/6bb5594f23cf10fb149edbfaf044f7ca9de8f7b8.patch --- diff --git a/src/modules/rtpengine/doc/rtpengine_admin.xml b/src/modules/rtpengine/doc/rtpengine_admin.xml index f3a92412eb..74adc8ae8d 100644 --- a/src/modules/rtpengine/doc/rtpengine_admin.xml +++ b/src/modules/rtpengine/doc/rtpengine_admin.xml @@ -2114,15 +2114,6 @@ rtpengine_offer(); supports two network interfaces instead of multiple, arbitrarily named ones. </para></listitem> <listitem><para> - <emphasis>auto-bridge</emphasis> - this flag an alternative to the - <quote>internal</quote> and <quote>external</quote> flags - in order to do automatic bridging between IPv4 on the - "internal network" and IPv6 on the "external network". Instead of - explicitly instructing the &rtp; proxy to select a particular address - family, the distinction is done by the given IP in the &sdp; body by - the &rtp; proxy itself. Not supported by Sipwise rtpengine. - </para></listitem> - <listitem><para> <emphasis>address-family=...</emphasis> - instructs the &rtp; proxy that the recipient of this &sdp; body expects to see addresses of a particular family. Possible values are <quote>IP4</quote> and <quote>IP6</quote>. For example, _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
