|
@@ -69,6 +69,7 @@ Bogdan-Andrei Iancu
|
|
|
3.31. xavp_contact (string)
|
|
|
3.32. db_ops_ruid (int)
|
|
|
3.33. handle_lost_tcp (int)
|
|
|
+ 3.34. expires_type (int)
|
|
|
|
|
|
4. Functions
|
|
|
5. MI Commands
|
|
@@ -159,6 +160,7 @@ Bogdan-Andrei Iancu
|
|
|
1.31. Set xavp_contact parameter
|
|
|
1.32. Set db_ops_ruid parameter
|
|
|
1.33. Set handle_lost_tcp parameter
|
|
|
+ 1.34. Set expires_type parameter
|
|
|
|
|
|
Chapter 1. Admin Guide
|
|
|
|
|
@@ -208,6 +210,7 @@ Chapter 1. Admin Guide
|
|
|
3.31. xavp_contact (string)
|
|
|
3.32. db_ops_ruid (int)
|
|
|
3.33. handle_lost_tcp (int)
|
|
|
+ 3.34. expires_type (int)
|
|
|
|
|
|
4. Functions
|
|
|
5. MI Commands
|
|
@@ -275,7 +278,8 @@ Chapter 1. Admin Guide
|
|
|
retransmissions in this case.
|
|
|
|
|
|
To find out how to control/select the contact maching algorithm, please
|
|
|
- see the module parameter matching_mode - ???.
|
|
|
+ see the module parameter matching_mode - Section 3.23, "matching_mode
|
|
|
+ (integer)".
|
|
|
|
|
|
2. Dependencies
|
|
|
|
|
@@ -328,6 +332,7 @@ Chapter 1. Admin Guide
|
|
|
3.31. xavp_contact (string)
|
|
|
3.32. db_ops_ruid (int)
|
|
|
3.33. handle_lost_tcp (int)
|
|
|
+ 3.34. expires_type (int)
|
|
|
|
|
|
3.1. nat_bflag (integer)
|
|
|
|
|
@@ -779,6 +784,21 @@ modparam("usrloc", "db_ops_ruid", 1)
|
|
|
modparam("usrloc", "handle_lost_tcp", 1)
|
|
|
...
|
|
|
|
|
|
+3.34. expires_type (int)
|
|
|
+
|
|
|
+ If set to 1, Kamailio expects to deal with BIGINT type on database
|
|
|
+ columns for expires and last modified values. It allows to handle
|
|
|
+ better the daylight time adjustmens. If set to 0, those columns are
|
|
|
+ expected to be on default type 'DATETIME'. When it is 1, the database
|
|
|
+ columns types have to be changed manually to 'BIGINT'.
|
|
|
+
|
|
|
+ Default value is "0".
|
|
|
+
|
|
|
+ Example 1.34. Set expires_type parameter
|
|
|
+...
|
|
|
+modparam("usrloc", "expires_type", 1)
|
|
|
+...
|
|
|
+
|
|
|
4. Functions
|
|
|
|
|
|
There are no exported functions that could be used in scripts.
|