Hello,
Kamailio SIP Server v4.0.4 stable release is out.
This is a maintenance release of the latest stable branch, 4.0, that
includes fixes since release of v4.0.0. There is no change to database
schema or configuration language structure that you have to do on
installations of v4.0.0. Deployments running previous v4.x.x versions
are strongly recommended to be upgraded to v4.0.4.
For more details about version 4.0.4 (including links and guidelines to
download the tarball or from GIT repository), visit:
* http://www.kamailio.org/w/2013/10/kamailio-v4-0-4-released/
RPM, Debian/Ubuntu packages will be available soon as well.
Cheers,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Module: sip-router
Branch: 4.0
Commit: f8ae762545b85ead432f67bcb6969bc92f01b93d
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f8ae762…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Fri Sep 20 11:18:09 2013 +0200
registrar: note about empty value for received_param
(cherry picked from commit e35fe9c6095361414565b1099dea1ad5950fb38d)
---
modules/registrar/README | 3 ++-
modules/registrar/doc/registrar_admin.xml | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/modules/registrar/README b/modules/registrar/README
index cce005c..c60c0ae 100644
--- a/modules/registrar/README
+++ b/modules/registrar/README
@@ -441,7 +441,8 @@ modparam("registrar", "received_avp", "$avp(s:rcv)")
3.11. received_param (string)
The name of the parameter that will be appended to Contacts of 200 OK
- when the received URI was set by nathelper module.
+ when the received URI was set by nathelper module. If the value is
+ empty string, then the parameter is not appended anymore.
Default value is "received".
diff --git a/modules/registrar/doc/registrar_admin.xml b/modules/registrar/doc/registrar_admin.xml
index 772957c..bf2bdef 100644
--- a/modules/registrar/doc/registrar_admin.xml
+++ b/modules/registrar/doc/registrar_admin.xml
@@ -364,7 +364,8 @@ modparam("registrar", "received_avp", "$avp(s:rcv)")
<title><varname>received_param</varname> (string)</title>
<para>
The name of the parameter that will be appended to Contacts of
- 200 OK when the received URI was set by nathelper module.
+ 200 OK when the received URI was set by nathelper module. If the
+ value is empty string, then the parameter is not appended anymore.
</para>
<para>
<emphasis>