diff --git a/src/modules/cdp/doc/cdp_admin.xml b/src/modules/cdp/doc/cdp_admin.xml index aaa229767c7..698e3e3c040 100644 --- a/src/modules/cdp/doc/cdp_admin.xml +++ b/src/modules/cdp/doc/cdp_admin.xml @@ -127,7 +127,24 @@ modparam("cdp", "latency_threshold", 1000)
- workerq_length_threshold_percentage (int) + <varname>workerq_latency_threshold</varname> (int) + + The time in ms above which a log error is written to log file for + putting tasks into task queue. + + Default value is 100. + + + Set <varname>workerq_latency_threshold</varname> parameter + + ... +modparam("cdp", "workerq_latency_threshold", 250) +... + + +
+
+ <varname>workerq_length_threshold_percentage</varname> (int) The threshold of the length of the worker queue as a percentage of the maximum queue size - when exceeded a warning is written to the log diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index cd9afcced41..3a2eaaa49ca 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -221,6 +221,27 @@ modparam("dispatcher", "priority_col", "dstpriority")
+
+ <varname>attrs_col</varname> (string) + + The column's name in the database storing the attributes for + destination URI. + + + + Default value is attrs. + + + + Set <quote>attrs_col</quote> parameter + +... +modparam("dispatcher", "attrs_col", "dstattrs") +... + + +
+
<varname>force_dst</varname> (int) diff --git a/src/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml b/src/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml index c4fd46b66db..52620f2b13d 100644 --- a/src/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml +++ b/src/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml @@ -134,7 +134,7 @@ modparam("dmq_usrloc", "sync", 0) - Set <varname>batch size</varname> parameter + Set <varname>batch_size</varname> parameter ... modparam("dmq_usrloc", "batch_size", 4000) diff --git a/src/modules/dnssec/doc/dnssec_admin.xml b/src/modules/dnssec/doc/dnssec_admin.xml index 9070c890a33..ee7ddd1ab18 100644 --- a/src/modules/dnssec/doc/dnssec_admin.xml +++ b/src/modules/dnssec/doc/dnssec_admin.xml @@ -114,7 +114,7 @@ Default value is 0(no changes) - Set <varname>enable_full_lr</varname> parameter + Set <varname>general_query_flags</varname> parameter ... diff --git a/src/modules/htable/doc/htable_admin.xml b/src/modules/htable/doc/htable_admin.xml index 154f1f0c5a9..17391626a17 100644 --- a/src/modules/htable/doc/htable_admin.xml +++ b/src/modules/htable/doc/htable_admin.xml @@ -414,7 +414,7 @@ $ kamcmd htable.dump htable - Set <varname>hash_size</varname> parameter + Set <varname>htable</varname> parameter ... modparam("htable", "htable", "a=>size=4;autoexpire=7200;dbtable=htable_a;") diff --git a/src/modules/lcr/doc/lcr_admin.xml b/src/modules/lcr/doc/lcr_admin.xml index 47bed3ee9f8..69574b38a3d 100644 --- a/src/modules/lcr/doc/lcr_admin.xml +++ b/src/modules/lcr/doc/lcr_admin.xml @@ -203,7 +203,7 @@ modparam("lcr","db_url","&exampledb;") - Setting <varname>gw_table</varname> module parameter + Setting <varname>lcr_gw_table</varname> module parameter ... modparam("lcr", "lcr_gw_table","gw") diff --git a/src/modules/ldap/doc/ldap_admin.xml b/src/modules/ldap/doc/ldap_admin.xml index 214582489ff..0e3f146ef7a 100644 --- a/src/modules/ldap/doc/ldap_admin.xml +++ b/src/modules/ldap/doc/ldap_admin.xml @@ -440,7 +440,7 @@ ldap_client_bind_timeout = 500 Parameters
- config_file (string) + <varname>config_file</varname> (string) Full path to LDAP configuration file. diff --git a/src/modules/msilo/doc/msilo_admin.xml b/src/modules/msilo/doc/msilo_admin.xml index 885368ea36a..3563e2a87a9 100644 --- a/src/modules/msilo/doc/msilo_admin.xml +++ b/src/modules/msilo/doc/msilo_admin.xml @@ -807,3 +807,18 @@ m_dump("$fu");
+
+
+
+
+ <varname>sc_stored_hdrs</varname> (string) + + The name of the column in silo table, storing the extra headers. + + Default value is extra_hdrs. + + Set the <quote>sc_stored_hdrs</quote> parameter + +... +modparam("msilo", "sc_stored_hdrs", "extra_headers") +... diff --git a/src/modules/nsq/doc/nsq_admin.xml b/src/modules/nsq/doc/nsq_admin.xml index 4f317465186..a5fa007921a 100644 --- a/src/modules/nsq/doc/nsq_admin.xml +++ b/src/modules/nsq/doc/nsq_admin.xml @@ -260,7 +260,7 @@ modparam("nsq", "consumer_event_key", "My-JSON-Field-Name")
- <varname>consumer_event_sub_key</varname>(str) + <varname>consumer_event_subkey</varname>(str) The default name of the field in json payload to compose the event name 2nd part @@ -271,10 +271,10 @@ modparam("nsq", "consumer_event_key", "My-JSON-Field-Name") Default value is Event-Name. - Set <varname>consumer_event_sub_key</varname> parameter + Set <varname>consumer_event_subkey</varname> parameter ... -modparam("nsq", "consumer_event_sub_key", "My-JSON-SubField-Name") +modparam("nsq", "consumer_event_subkey", "My-JSON-SubField-Name") ... @@ -384,7 +384,7 @@ modparam("nsq", "topic_channel", "My-NSQ-Topic-2:My-NSQ-Channel-2") ... modparam("nsq", "consumer_event_key", "Event-Category") -modparam("nsq", "consumer_event_sub_key", "Event-Name") +modparam("nsq", "consumer_event_subkey", "Event-Name") ... event_route[nsq:consumer-event-presence-update] @@ -408,7 +408,7 @@ event_route[nsq:consumer-event-presence] event_route[nsq:consumer-event-event-category-event-name] { # event-category is the name of the consumer_event_key parameter - # event-name is the name of the consumer_event_sub_key parameter + # event-name is the name of the consumer_event_subkey parameter # this event route is executed if we can't find the previous ... } diff --git a/src/modules/presence_xml/doc/presence_xml_admin.xml b/src/modules/presence_xml/doc/presence_xml_admin.xml index 3b9dcd18e19..4eaf7d82ac5 100644 --- a/src/modules/presence_xml/doc/presence_xml_admin.xml +++ b/src/modules/presence_xml/doc/presence_xml_admin.xml @@ -190,6 +190,25 @@ modparam("presence_xml", "disable_bla", 1)
+
+ <varname>disable_xcapdiff</varname>(int) + + Set this parameter to disable the handling of the "xcap-diff" event. + + + Default value: 0. + + + + Set <varname>disable_xcapdiff</varname> parameter + +... +modparam("presence_xml", "disable_xcapdiff", 1) +... + + +
+
<varname>force_active</varname> (int) diff --git a/src/modules/rls/doc/rls_admin.xml b/src/modules/rls/doc/rls_admin.xml index ab3b2d1664d..8a1c03963a4 100644 --- a/src/modules/rls/doc/rls_admin.xml +++ b/src/modules/rls/doc/rls_admin.xml @@ -566,6 +566,25 @@ modparam("rls", "max_notify_body_length", 32000)
+
+ <varname>reload_db_subs</varname> (integer) + + Reload subscriptions on module initialization (requires db_mode 0 (memory only mode)). + + + + Default value is 0 (do not load rows from db). + + + + Set <varname>reload_db_subs</varname> parameter + +... +modparam("rls", "reload_db_subs", 1) +... + + +
<varname>fetch_rows</varname> (integer) diff --git a/src/modules/sms/doc/params.xml b/src/modules/sms/doc/params.xml index 242d4513f0c..509238a4afd 100644 --- a/src/modules/sms/doc/params.xml +++ b/src/modules/sms/doc/params.xml @@ -218,8 +218,8 @@ modparam("sms", "max_sms_parts", 10)
-
- <varname>domain_str</varname> (string) +
+ <varname>domain</varname> (string) Specify a fake domain name to be used by the gateway. The Contact headers and the From header from request will be construct based on @@ -231,10 +231,10 @@ modparam("sms", "max_sms_parts", 10) Default is the name of the machine the gateway is running on. - Set <varname>domain_str</varname> parameter + Set <varname>domain</varname> parameter ... -modparam("sms", "domain_str", "foo.bar") +modparam("sms", "domain", "foo.bar") ... diff --git a/src/modules/tmx/doc/tmx_admin.xml b/src/modules/tmx/doc/tmx_admin.xml index e6646ecdb75..69a18fd85f5 100644 --- a/src/modules/tmx/doc/tmx_admin.xml +++ b/src/modules/tmx/doc/tmx_admin.xml @@ -59,9 +59,7 @@
Parameters
- - <function moreinfo="none">precheck_trans</function> - + <varname>precheck_trans</varname> (int) Enable/disable transaction pre-check via t_precheck_trans() function. If set to 0, the internal structures are not created @@ -71,7 +69,7 @@ Default value is 1 (enabled). - <function>precheck_trans</function> usage + <varname>precheck_trans</varname> (int) ... modparam("tmx", "precheck_trans", 0) diff --git a/src/modules/xcap_server/doc/xcap_server_admin.xml b/src/modules/xcap_server/doc/xcap_server_admin.xml index a90c531b3f0..9e0d1d9df90 100644 --- a/src/modules/xcap_server/doc/xcap_server_admin.xml +++ b/src/modules/xcap_server/doc/xcap_server_admin.xml @@ -163,7 +163,7 @@ modparam("xcap_server", "xcap_table", "xcapdocs") - Set <varname>url_match</varname> parameter + Set <varname>xcap_root</varname> parameter ... modparam("xcap_server", "xcap_root", "/xcap-root/") @@ -215,7 +215,7 @@ modparam("xcap_server", "xml_ns",
- <varname>directory_scheme (int)</varname> + <varname>directory_scheme</varname> (int) Allows the scheme used in org.openmobilealliance.xcap-directory listings to be @@ -253,7 +253,7 @@ modparam("xcap_server", "directory_scheme", 0)
- <varname>directory_hostname (str)</varname> + <varname>directory_hostname</varname> (string) Allows the hostname (and port) used in org.openmobilealliance.xcap-directory listings to be diff --git a/src/modules/xmpp/doc/xmpp_admin.xml b/src/modules/xmpp/doc/xmpp_admin.xml index 1ad36406a7f..ab201c5a84b 100644 --- a/src/modules/xmpp/doc/xmpp_admin.xml +++ b/src/modules/xmpp/doc/xmpp_admin.xml @@ -182,7 +182,7 @@
Parameters
- <varname>backend(string)</varname> + <varname>backend</varname> (string) The mode you are using the module; it can be either "component" or "server".