浏览代码

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
Daniel-Constantin Mierla 13 年之前
父节点
当前提交
f55f4dcd84
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      etc/kamailio.cfg

+ 3 - 1
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 -----