Module: kamailio
Branch: 4.2
Commit: 9e293335585598e6f7bf7c9e58a0bee4cc9eb068
URL: https://github.com/kamailio/kamailio/commit/9e293335585598e6f7bf7c9e58a0bee…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-01-15T20:12:33+01:00
docbook/Makefile: use default system catalog implicitely
- custom catalog can be forced with nocatalog=no
(cherry picked from commit 508b11011c85bb21e5bd4212a16fabb9136e22fa)
---
Modified: docbook/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/9e293335585598e6f7bf7c9e58a0bee…
Patch: https://github.com/kamailio/kamailio/commit/9e293335585598e6f7bf7c9e58a0bee…
---
diff --git a/docbook/Makefile b/docbook/Makefile
index 0fd61e2..ec5841d 100644
--- a/docbook/Makefile
+++ b/docbook/Makefile
@@ -99,6 +99,10 @@ html_css ?= /css/sr-doc.css
# file or docbook xsl stylesheets are being installed.
catalog ?= $(docbook_dir)/catalog.xml
+# Use standard catalog from OS, set it to no to use the above path to a
+# custom catalog file.
+nocatalog ?= yes
+
lynx ?= lynx
dia ?= dia
xsltproc ?= xsltproc
Hi!
The jansson module for the jansson library does not document the dependency of the jansson library. The README should have a URL and possibly package names for the library.
Thanks,
/O
Hi,
At 1&1 we found it useful to be able to specify the binding interface on
which kamailio should communicate with rtpengine. We introduced a non
mandatory parameter "force_send_interface" that expects an IPv4 IP to be
used in binding the rtpengine communication responsible sockets.
We propose the attached patch and welcome any observations regarding it.
Thank you
Module: kamailio
Branch: master
Commit: 66fe1f64dfff41ff048b9d8c6e471f86f569eebb
URL: https://github.com/kamailio/kamailio/commit/66fe1f64dfff41ff048b9d8c6e471f8…
Author: Richard Fuchs <rfuchs(a)sipwise.com>
Committer: Richard Fuchs <rfuchs(a)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/66fe1f64dfff41ff048b9d8c6e471f8…
Patch: https://github.com/kamailio/kamailio/commit/66fe1f64dfff41ff048b9d8c6e471f8…
---
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>