Module: sip-router
Branch: master
Commit: f55f4dcd848547fb89f9d8c51bdb20f5544087bd
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f55f4dc…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Fri May 4 16:35:40 2012 +0200
kamailio.cfg: set version to 3.3 in the top comments
- GRUU is disabled via registrar modparam to be coherent with the logi
in config, as GRUU would require lookup for requests within dialog
---
etc/kamailio.cfg | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index 284cea3..6d60ee3 100644
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -1,6 +1,6 @@
#!KAMAILIO
#
-# Kamailio (OpenSER) SIP Server v3.2 - default configuration script
+# Kamailio (OpenSER) SIP Server v3.3 - default configuration script
# - web:
http://www.kamailio.org
# - git:
http://sip-router.org
#
@@ -306,6 +306,8 @@ modparam("registrar", "method_filtering", 1)
#modparam("registrar", "max_contacts", 10)
# max value for expires of registrations
modparam("registrar", "max_expires", 3600)
+# set it to 1 to enable GRUU
+modparam("registrar", "gruu_enabled", 0)
# ----- acc params -----