|
@@ -59,6 +59,7 @@ MODULE_VERSION
|
|
/* Module parameter variables */
|
|
/* Module parameter variables */
|
|
int http_query_timeout = 4;
|
|
int http_query_timeout = 4;
|
|
int http_response_trim = 0;
|
|
int http_response_trim = 0;
|
|
|
|
+int http_response_mode = 0;
|
|
static int forward_active = 0;
|
|
static int forward_active = 0;
|
|
static int mp_max_id = 0;
|
|
static int mp_max_id = 0;
|
|
static char* mp_switch = "";
|
|
static char* mp_switch = "";
|
|
@@ -124,6 +125,7 @@ static param_export_t params[] = {
|
|
{"xcap_table", PARAM_STR, &xcap_table},
|
|
{"xcap_table", PARAM_STR, &xcap_table},
|
|
{"http_query_timeout", INT_PARAM, &http_query_timeout},
|
|
{"http_query_timeout", INT_PARAM, &http_query_timeout},
|
|
{"http_response_trim", INT_PARAM, &http_response_trim},
|
|
{"http_response_trim", INT_PARAM, &http_response_trim},
|
|
|
|
+ {"http_response_mode", INT_PARAM, &http_response_mode},
|
|
{"forward_active", INT_PARAM, &forward_active},
|
|
{"forward_active", INT_PARAM, &forward_active},
|
|
{0, 0, 0}
|
|
{0, 0, 0}
|
|
};
|
|
};
|