Module: kamailio Branch: master Commit: 66fe1f64dfff41ff048b9d8c6e471f86f569eebb URL: https://github.com/kamailio/kamailio/commit/66fe1f64dfff41ff048b9d8c6e471f86...
Author: Richard Fuchs rfuchs@sipwise.com Committer: Richard Fuchs rfuchs@sipwise.com Date: 2015-01-15T12:51:48-05:00
rtpengine: update docs for force_send_interface
---
Modified: modules/rtpengine/doc/rtpengine_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/66fe1f64dfff41ff048b9d8c6e471f86... Patch: https://github.com/kamailio/kamailio/commit/66fe1f64dfff41ff048b9d8c6e471f86...
---
diff --git a/modules/rtpengine/doc/rtpengine_admin.xml b/modules/rtpengine/doc/rtpengine_admin.xml index fdc9a2d..1ea4efd 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)") </example> </section>
+ <section id="rtpengine.p.force_send_interface"> + <title><varname>force_send_interface</varname> (string)</title> + <para> + 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. + </para> + <para> + There is no default value. + </para> + <example> + <title>Set <varname>force_send_interface</varname> parameter</title> +<programlisting format="linespecific"> +... +modparam("rtpengine", "force_send_interface", "10.3.7.123") +... +</programlisting> + </example> + </section> + </section>
<section>