|
@@ -85,6 +85,8 @@ int db_mode = 0; /*!< Database sync scheme: 0-no db, 1-write throug
|
|
int ul_fetch_rows = 2000;
|
|
int ul_fetch_rows = 2000;
|
|
int hashing_type = 0; /*!< has type for storing P-CSCF contacts - 0 - use full contact AOR, 1 - use IP:PORT only */
|
|
int hashing_type = 0; /*!< has type for storing P-CSCF contacts - 0 - use full contact AOR, 1 - use IP:PORT only */
|
|
|
|
|
|
|
|
+int lookup_check_received = 1; /*!< Should we check received on lookup?
|
|
|
|
+
|
|
db1_con_t* ul_dbh = 0;
|
|
db1_con_t* ul_dbh = 0;
|
|
db_func_t ul_dbf;
|
|
db_func_t ul_dbf;
|
|
|
|
|
|
@@ -109,6 +111,8 @@ static param_export_t params[] = {
|
|
{"timer_interval", INT_PARAM, &timer_interval },
|
|
{"timer_interval", INT_PARAM, &timer_interval },
|
|
{"db_mode", INT_PARAM, &db_mode },
|
|
{"db_mode", INT_PARAM, &db_mode },
|
|
{"hashing_type", INT_PARAM, &hashing_type },
|
|
{"hashing_type", INT_PARAM, &hashing_type },
|
|
|
|
+ {"lookup_check_received", INT_PARAM, &lookup_check_received },
|
|
|
|
+
|
|
{0, 0, 0}
|
|
{0, 0, 0}
|
|
};
|
|
};
|
|
|
|
|