diff --git a/modules/rtpengine/doc/rtpengine_admin.xml b/modules/rtpengine/doc/rtpengine_admin.xml index fdc9a2d9e3a..1ea4efd6cc7 100644 --- a/modules/rtpengine/doc/rtpengine_admin.xml +++ b/modules/rtpengine/doc/rtpengine_admin.xml @@ -239,6 +239,28 @@ modparam("rtpengine", "setid_avp", "$avp(setid)") +
+ <varname>force_send_interface</varname> (string) + + Forces all control messages between the &sip; proxy and + the &rtp; proxy to be sent from the specified local + interface. Only IPv4 addresses are supported so far. If + not specified, the default interface selected by the + operating system will be used. + + + There is no default value. + + + Set <varname>force_send_interface</varname> parameter + +... +modparam("rtpengine", "force_send_interface", "10.3.7.123") +... + + +
+