Module: sip-router
Branch: master
Commit: cba4663bb425952c22084f3ba2192250430eae5a
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cba4663…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Sat Apr 17 13:34:50 2010 +0200
kamailio.cfg: added some tm parameters
- failure_reply_mode set to 3 - kamailio 1.5.x default behavior
- added fr_timer and fr_inv_timer with their default values to show they
take now milisecond values
---
etc/kamailio.cfg | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index 1269860..c70c767 100644
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -178,6 +178,14 @@ loadmodule "nathelper.so"
modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo")
+# ----- tm params -----
+# auto-discard branches from previous serial forking leg
+modparam("tm", "failure_reply_mode", 3)
+# default retransmission timeout: 30sec
+modparam("tm", "fr_timer", 30000)
+# default invite retransmission timeout after 1xx: 120sec
+modparam("tm", "fr_inv_timer", 120000)
+
# ----- rr params -----
# add value to ;lr param to cope with most of the UAs
modparam("rr", "enable_full_lr", 1)