From 971ae411a5eca66b2ce2bc95230b76510c132b09 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Wed, 28 Dec 2022 10:32:49 +0100 Subject: [PATCH] modules: readme files regenerated - alias_db ... [skip ci] --- src/modules/alias_db/README | 16 +++--- src/modules/app_perl/README | 2 +- src/modules/app_sqlang/README | 6 +- src/modules/avp/README | 24 ++++---- src/modules/avpops/README | 66 ++++++++++----------- src/modules/carrierroute/README | 2 +- src/modules/cfgutils/README | 2 +- src/modules/cplc/README | 10 ++-- src/modules/db2_ldap/README | 4 +- src/modules/db2_ops/README | 8 +-- src/modules/db_text/README | 6 +- src/modules/dialog/README | 40 ++++++------- src/modules/dialplan/README | 2 +- src/modules/dlgs/README | 2 +- src/modules/dnssec/README | 6 +- src/modules/domainpolicy/README | 2 +- src/modules/erlang/README | 66 ++++++++++----------- src/modules/exec/README | 4 +- src/modules/imc/README | 2 +- src/modules/ims_dialog/README | 34 +++++------ src/modules/ims_registrar_scscf/README | 4 +- src/modules/ims_usrloc_scscf/README | 2 +- src/modules/jwt/README | 8 +-- src/modules/keepalive/README | 2 +- src/modules/lrkproxy/README | 2 +- src/modules/mangler/README | 2 +- src/modules/maxfwd/README | 2 +- src/modules/msilo/README | 4 +- src/modules/nat_traversal/README | 2 +- src/modules/p_usrloc/README | 10 ++-- src/modules/permissions/README | 8 +-- src/modules/pike/README | 2 +- src/modules/presence/README | 4 +- src/modules/pua/README | 4 +- src/modules/pua_bla/README | 2 +- src/modules/pua_xmpp/README | 10 ++-- src/modules/pv_headers/README | 8 +-- src/modules/registrar/README | 12 ++-- src/modules/rls/README | 6 +- src/modules/rr/README | 42 +++++++------- src/modules/ruxc/README | 2 +- src/modules/seas/README | 2 +- src/modules/siptrace/README | 10 ++-- src/modules/siputils/README | 24 ++++---- src/modules/sl/README | 2 +- src/modules/sms/README | 2 +- src/modules/snmpstats/README | 6 +- src/modules/sst/README | 7 ++- src/modules/systemdops/README | 8 +-- src/modules/textops/README | 80 +++++++++++++------------- src/modules/textopsx/README | 2 +- src/modules/tm/README | 31 +++++----- src/modules/tmx/README | 6 +- src/modules/tsilo/README | 4 +- src/modules/uac/README | 16 +++--- src/modules/uac_redirect/README | 34 +++++------ src/modules/uid_domain/README | 14 ++--- src/modules/uri_db/README | 6 +- src/modules/usrloc/README | 18 +++--- src/modules/websocket/README | 6 +- src/modules/xcap_client/README | 4 +- src/modules/xmlrpc/README | 2 +- 62 files changed, 363 insertions(+), 363 deletions(-) diff --git a/src/modules/alias_db/README b/src/modules/alias_db/README index d0301791200..adf72196849 100644 --- a/src/modules/alias_db/README +++ b/src/modules/alias_db/README @@ -42,8 +42,8 @@ Daniel-Constantin Mierla 4. Functions - 4.1. alias_db_lookup(table_name [,flags]) - 4.2. alias_db_find( table_name , input, output [,flags] ) + 4.1. alias_db_lookup(table_name[, flags]) + 4.2. alias_db_find(table_name, input, output[, flags]) List of Examples @@ -81,8 +81,8 @@ Chapter 1. Admin Guide 4. Functions - 4.1. alias_db_lookup(table_name [,flags]) - 4.2. alias_db_find( table_name , input, output [,flags] ) + 4.1. alias_db_lookup(table_name[, flags]) + 4.2. alias_db_find(table_name, input, output[, flags]) 1. Overview @@ -219,10 +219,10 @@ modparam("alias_db", "append_branches", 1) 4. Functions - 4.1. alias_db_lookup(table_name [,flags]) - 4.2. alias_db_find( table_name , input, output [,flags] ) + 4.1. alias_db_lookup(table_name[, flags]) + 4.2. alias_db_find(table_name, input, output[, flags]) -4.1. alias_db_lookup(table_name [,flags]) +4.1. alias_db_lookup(table_name[, flags]) The function takes the R-URI and search to see whether it is an alias or not. If it is an alias for a local user, the R-URI is replaced with @@ -254,7 +254,7 @@ alias_db_lookup("dbaliases", "rd"); alias_db_lookup("dba_$(rU{s.substr,0,1})"); ... -4.2. alias_db_find( table_name , input, output [,flags] ) +4.2. alias_db_find(table_name, input, output[, flags]) The function is very similar to alias_db_lookup(), but instead of using fixed input (RURI) and output (RURI) is able to get the input SIP URI diff --git a/src/modules/app_perl/README b/src/modules/app_perl/README index f6c6ac660b8..8c4e9f75343 100644 --- a/src/modules/app_perl/README +++ b/src/modules/app_perl/README @@ -1256,7 +1256,7 @@ ou=de"); Set up a new LDAP connection. The first argument, when given, should be a hash reference pointing to - to the connection parameters, possibly an + to the connection parameters, possibly a Kamailio::LDAPUtils::LDAPConfig object. This argument may be undef in which case a new (default) Kamailio::LDAPUtils::LDAPConfig object is used. diff --git a/src/modules/app_sqlang/README b/src/modules/app_sqlang/README index bdf804dd798..e2f329e2eb6 100644 --- a/src/modules/app_sqlang/README +++ b/src/modules/app_sqlang/README @@ -206,9 +206,9 @@ if(!sqlang_runstring('KSR.dbg("Hello World from $fU\n")')) 5.1. app_sqlang.reload - Marks the need to reload the SQLang script pointed by 'load' - parameter.The actual reload is done by every working process when the - next call to sqlang_run() function or KEMI config is executed. + Marks the need to reload the SQLang script pointed by 'load' parameter. + The actual reload is done by every working process when the next call + to sqlang_run() function or KEMI config is executed. Name: app_sqlang.reload diff --git a/src/modules/avp/README b/src/modules/avp/README index e47c4a0bf93..05009738866 100644 --- a/src/modules/avp/README +++ b/src/modules/avp/README @@ -20,11 +20,11 @@ Michal Matyska 1. Overview 2. Functions - 2.1. set_iattr(attribute,value) + 2.1. set_iattr(attribute, value) 2.2. flags2attr("$avp") - 2.3. set_sattr(attribute,value) + 2.3. set_sattr(attribute, value) 2.4. print_attr($attribute) - 2.5. attr2uri($attribute[,uri-part]) + 2.5. attr2uri($attribute[, uri-part]) 2.6. attr_exists(attribute) 2.7. attr_equals(attribute, value) 2.8. attr_equals_xl(attribute, xl_format) @@ -73,11 +73,11 @@ Chapter 1. Admin Guide 1. Overview 2. Functions - 2.1. set_iattr(attribute,value) + 2.1. set_iattr(attribute, value) 2.2. flags2attr("$avp") - 2.3. set_sattr(attribute,value) + 2.3. set_sattr(attribute, value) 2.4. print_attr($attribute) - 2.5. attr2uri($attribute[,uri-part]) + 2.5. attr2uri($attribute[, uri-part]) 2.6. attr_exists(attribute) 2.7. attr_equals(attribute, value) 2.8. attr_equals_xl(attribute, xl_format) @@ -117,11 +117,11 @@ Chapter 1. Admin Guide 2. Functions - 2.1. set_iattr(attribute,value) + 2.1. set_iattr(attribute, value) 2.2. flags2attr("$avp") - 2.3. set_sattr(attribute,value) + 2.3. set_sattr(attribute, value) 2.4. print_attr($attribute) - 2.5. attr2uri($attribute[,uri-part]) + 2.5. attr2uri($attribute[, uri-part]) 2.6. attr_exists(attribute) 2.7. attr_equals(attribute, value) 2.8. attr_equals_xl(attribute, xl_format) @@ -143,7 +143,7 @@ Chapter 1. Admin Guide 2.24. hdr_body2attrs(headername, prefix) 2.25. hdr_body2attrs2(headername, prefix) -2.1. set_iattr(attribute,value) +2.1. set_iattr(attribute, value) Create an AVP of type integer. @@ -165,7 +165,7 @@ set_iattr("fr_inv_timer", "60") flags2attr("$msg_flags") ... -2.3. set_sattr(attribute,value) +2.3. set_sattr(attribute, value) Create an AVP of type string. @@ -185,7 +185,7 @@ set_sattr("called_number", "1234") Meaning of the parameter is as follows: * attribute - The name of the AVP. -2.5. attr2uri($attribute[,uri-part]) +2.5. attr2uri($attribute[, uri-part]) Rewrite the whole Request-URI of the message being processed with the value of an AVP, or if an uri-part is specified, rewrite only that diff --git a/src/modules/avpops/README b/src/modules/avpops/README index e30b9bae22d..3f50598376f 100644 --- a/src/modules/avpops/README +++ b/src/modules/avpops/README @@ -39,18 +39,18 @@ Ramona-Elena Modroiu 5. Functions - 5.1. avp_db_load(source,name) - 5.2. avp_db_store(source,name) - 5.3. avp_db_delete(source,name) - 5.4. avp_db_query(query[,dest]) + 5.1. avp_db_load(source, name) + 5.2. avp_db_store(source, name) + 5.3. avp_db_delete(source, name) + 5.4. avp_db_query(query[, dest]) 5.5. avp_delete(name) - 5.6. avp_pushto(destination,name) - 5.7. avp_check(name,op_value) - 5.8. avp_copy(old_name,new_name) + 5.6. avp_pushto(destination, name) + 5.7. avp_check(name, op_value) + 5.8. avp_copy(old_name, new_name) 5.9. avp_printf(dest, format) 5.10. avp_subst(avps, subst) 5.11. avp_subst_pv(avps, subst) - 5.12. avp_op(name,op_value) + 5.12. avp_op(name, op_value) 5.13. is_avp_set(name) 5.14. avp_print() @@ -108,18 +108,18 @@ Chapter 1. Admin Guide 5. Functions - 5.1. avp_db_load(source,name) - 5.2. avp_db_store(source,name) - 5.3. avp_db_delete(source,name) - 5.4. avp_db_query(query[,dest]) + 5.1. avp_db_load(source, name) + 5.2. avp_db_store(source, name) + 5.3. avp_db_delete(source, name) + 5.4. avp_db_query(query[, dest]) 5.5. avp_delete(name) - 5.6. avp_pushto(destination,name) - 5.7. avp_check(name,op_value) - 5.8. avp_copy(old_name,new_name) + 5.6. avp_pushto(destination, name) + 5.7. avp_check(name, op_value) + 5.8. avp_copy(old_name, new_name) 5.9. avp_printf(dest, format) 5.10. avp_subst(avps, subst) 5.11. avp_subst_pv(avps, subst) - 5.12. avp_op(name,op_value) + 5.12. avp_op(name, op_value) 5.13. is_avp_set(name) 5.14. avp_print() @@ -131,7 +131,7 @@ Chapter 1. Admin Guide implementing services/preferences per user/domain. With this module, they are usable directly from configuration script. - The module implement functions for interfacing DB resources + The module implements functions for interfacing DB resources (loading/storing/removing), functions for swapping information between AVPs and SIP messages and a function for testing/checking the value of an AVP. @@ -338,22 +338,22 @@ modparam("avpops","db_scheme", 5. Functions - 5.1. avp_db_load(source,name) - 5.2. avp_db_store(source,name) - 5.3. avp_db_delete(source,name) - 5.4. avp_db_query(query[,dest]) + 5.1. avp_db_load(source, name) + 5.2. avp_db_store(source, name) + 5.3. avp_db_delete(source, name) + 5.4. avp_db_query(query[, dest]) 5.5. avp_delete(name) - 5.6. avp_pushto(destination,name) - 5.7. avp_check(name,op_value) - 5.8. avp_copy(old_name,new_name) + 5.6. avp_pushto(destination, name) + 5.7. avp_check(name, op_value) + 5.8. avp_copy(old_name, new_name) 5.9. avp_printf(dest, format) 5.10. avp_subst(avps, subst) 5.11. avp_subst_pv(avps, subst) - 5.12. avp_op(name,op_value) + 5.12. avp_op(name, op_value) 5.13. is_avp_set(name) 5.14. avp_print() -5.1. avp_db_load(source,name) +5.1. avp_db_load(source, name) Loads from DB into memory the AVPs corresponding to the given source. If given, it sets the script flags for loaded AVPs. It returns true if @@ -391,7 +391,7 @@ avp_db_load("$uuid","$avp(s:404fwd)/fwd_table"); avp_db_load("$ru","$avp(i1:123)/$some_scheme"); ... -5.2. avp_db_store(source,name) +5.2. avp_db_store(source, name) Stores to DB the AVPs corresponding to the given source. @@ -407,7 +407,7 @@ avp_db_store("$tu","$avp(i:678)"); avp_db_store("$ru/username","$avp(email)"); ... -5.3. avp_db_delete(source,name) +5.3. avp_db_delete(source, name) Deletes from DB the AVPs corresponding to the given source. @@ -424,7 +424,7 @@ avp_db_delete("$ru/username","$avp(email)"); avp_db_delete("$uuid","$avp(s:404fwd)/fwd_table"); ... -5.4. avp_db_query(query[,dest]) +5.4. avp_db_query(query[, dest]) Make a database query and store the result in AVPs. This command is deprecated, please use the more flexible and advanced sqlops module @@ -486,7 +486,7 @@ avp_delete("i"); avp_delete("a3"); ... -5.6. avp_pushto(destination,name) +5.6. avp_pushto(destination, name) Pushes the value of AVP(s) into the SIP message. @@ -516,7 +516,7 @@ avp_pushto("$du","$avp(i:679)"); avp_pushto("$br","$avp(i:680)"); ... -5.7. avp_check(name,op_value) +5.7. avp_check(name, op_value) Checks the value of the AVP(s) against an operator and value. @@ -571,7 +571,7 @@ $var(id)=2; avp_check("$xavp(op=>foo[*])","fm/$xavp(op=>fm[$var(id)])/g"); ... -5.8. avp_copy(old_name,new_name) +5.8. avp_copy(old_name, new_name) Copy / move an avp under a new name. @@ -683,7 +683,7 @@ avp_subst_pv("$avp(src)", "/$var(y)/$var(z)/gi"); avp_subst_pv("$avp(src)", "$var(x)"); ... -5.12. avp_op(name,op_value) +5.12. avp_op(name, op_value) Different integer operations with avps. diff --git a/src/modules/carrierroute/README b/src/modules/carrierroute/README index ceb1975d8d4..0f556148dc3 100644 --- a/src/modules/carrierroute/README +++ b/src/modules/carrierroute/README @@ -983,7 +983,7 @@ domain register { In the second and third routes are certain gateway errors matched, if this errors have occurred, then the next domain will be chosen. Note that the reply_code must be 3 characters wide, and only the "." - character is accepted as wildcard.The last route does forwarding + character is accepted as wildcard. The last route does forwarding according some flags, e.g. the customer came from a certain carrier, and has call-forwarding deactivated. In order to use the routing that is specified above, a matching carrierroute table must be provided, diff --git a/src/modules/cfgutils/README b/src/modules/cfgutils/README index b2700058a81..3158ba91fae 100644 --- a/src/modules/cfgutils/README +++ b/src/modules/cfgutils/README @@ -721,7 +721,7 @@ $ kamcmd cfgutils.reset_gflag 1 5.8. cfgutils.is_gflag - Returns true if the all the flags from the bitmask are set. + Returns true if all the flags from the bitmask are set. The parameter value must be a bitmask in decimal or hexadecimal format. The bitmask has a 32 bit size. diff --git a/src/modules/cplc/README b/src/modules/cplc/README index 76789354ed3..dc1381e8fb2 100644 --- a/src/modules/cplc/README +++ b/src/modules/cplc/README @@ -50,7 +50,7 @@ Frederic Gaisnon 4. Functions - 4.1. cpl_run_script(type,mode, [uri]) + 4.1. cpl_run_script(type, mode[, uri]) 4.2. cpl_process_register() 4.3. cpl_process_register_norpl() @@ -121,7 +121,7 @@ Chapter 1. Admin Guide 4. Functions - 4.1. cpl_run_script(type,mode, [uri]) + 4.1. cpl_run_script(type, mode[, uri]) 4.2. cpl_process_register() 4.3. cpl_process_register_norpl() @@ -429,11 +429,11 @@ modparam("cplc","ignore3xx",1) 4. Functions - 4.1. cpl_run_script(type,mode, [uri]) + 4.1. cpl_run_script(type, mode[, uri]) 4.2. cpl_process_register() 4.3. cpl_process_register_norpl() -4.1. cpl_run_script(type,mode, [uri]) +4.1. cpl_run_script(type, mode[, uri]) Starts the execution of the CPL script. The user name is fetched from new_uri or requested uri or from To header -in this order- (for @@ -464,7 +464,7 @@ modparam("cplc","ignore3xx",1) stateless mode. + IS_STATEFUL - the current INVITE has already a transaction associated. All signaling operations (replies or proxy) will - be done in stateful way.So, if the function returns, will be + be done in stateful way. So, if the function returns, will be in stateful mode. + FORCE_STATEFUL - the current INVITE has no transaction created yet. All signaling operations will be done is a stateful way diff --git a/src/modules/db2_ldap/README b/src/modules/db2_ldap/README index d94e5f30c8b..a4b3d2a8d86 100644 --- a/src/modules/db2_ldap/README +++ b/src/modules/db2_ldap/README @@ -51,8 +51,8 @@ Chapter 1. Admin Guide This procedure is sometimes tricky because the LDAP does not support all database features or supports them in different manner. Here we must express especially filtering and multi-values. The multi-value is - de facto array of single values. If the LDAP module get a multi-value - field then generates record for every single value, respectively for + de facto array of single values. If the LDAP module gets a multi-value + field then it generates record for every single value, respectively for every combination in case the more fields contain multi-value. The LDAP supports natively "AND", "OR", "NOT" logical operators and diff --git a/src/modules/db2_ops/README b/src/modules/db2_ops/README index c429ae5af53..8d3171b1dfc 100644 --- a/src/modules/db2_ops/README +++ b/src/modules/db2_ops/README @@ -22,7 +22,7 @@ Tomas Mandys 5. Functions - 5.1. db_query(query | query_id [,handle] ) + 5.1. db_query(query | query_id[, handle]) 5.2. db_close(handle) 5.3. db_first(handle) 5.4. db_next(handle) @@ -77,7 +77,7 @@ Chapter 1. Admin Guide 5. Functions - 5.1. db_query(query | query_id [,handle] ) + 5.1. db_query(query | query_id[, handle]) 5.2. db_close(handle) 5.3. db_first(handle) 5.4. db_next(handle) @@ -186,7 +186,7 @@ tra_ops ] 5. Functions - 5.1. db_query(query | query_id [,handle] ) + 5.1. db_query(query | query_id[, handle]) 5.2. db_close(handle) 5.3. db_first(handle) 5.4. db_next(handle) @@ -202,7 +202,7 @@ tra_ops ] 5.14. @db.fetch.handle 5.15. @db.fetch.handle.row_no -5.1. db_query(query | query_id [,handle] ) +5.1. db_query(query | query_id[, handle]) Executes query and in case of SELECT returns result via handle, seeks the first record and returns TRUE if table is not empty. The result is diff --git a/src/modules/db_text/README b/src/modules/db_text/README index a43bf8087ca..5f730d0ef42 100644 --- a/src/modules/db_text/README +++ b/src/modules/db_text/README @@ -228,7 +228,7 @@ suser:supasswd:xxx:alpha.org:xxx 4.1. db_mode (integer) Set caching mode (0) or non-caching mode (1). In caching mode, data is - loaded at startup. In non-caching mode, the module check every time a + loaded at startup. In non-caching mode, the module checks every time a table is requested whether the corresponding file on disk has changed, and if yes, will re-load the table from file. @@ -426,7 +426,7 @@ loadmodule "modules/auth_db/auth_db.so" # use dbtext database for persistent storage modparam("usrloc", "db_mode", 2) -modparam("usrloc|auth_db", "db_url", "db_text:///tmp/kamailiodb") +modparam("usrloc|auth_db", "db_url", "text:///tmp/kamailiodb") # -- auth params -- # @@ -461,7 +461,7 @@ route{ # use different transport protocol if (!method=="REGISTER") record_route(); - # subsequent messages withing a dialog should take the + # subsequent messages within a dialog should take the # path determined by record-routing if (loose_route()) { # mark routing logic in request diff --git a/src/modules/dialog/README b/src/modules/dialog/README index 1c341fa9fab..16bd23303e0 100644 --- a/src/modules/dialog/README +++ b/src/modules/dialog/README @@ -121,10 +121,10 @@ Julien Klingenmeyer 7. Functions - 7.1. set_dlg_profile(profile,[value]) - 7.2. unset_dlg_profile(profile,[value]) - 7.3. is_in_profile(profile,[value]) - 7.4. get_profile_size(profile,[value],size) + 7.1. set_dlg_profile(profile[, value]) + 7.2. unset_dlg_profile(profile[, value]) + 7.3. is_in_profile(profile[, value]) + 7.4. get_profile_size(profile[, value], size) 7.5. dlg_isflagset(flag) 7.6. dlg_setflag(flag) 7.7. dlg_resetflag(flag) @@ -378,10 +378,10 @@ Chapter 1. Admin Guide 7. Functions - 7.1. set_dlg_profile(profile,[value]) - 7.2. unset_dlg_profile(profile,[value]) - 7.3. is_in_profile(profile,[value]) - 7.4. get_profile_size(profile,[value],size) + 7.1. set_dlg_profile(profile[, value]) + 7.2. unset_dlg_profile(profile[, value]) + 7.3. is_in_profile(profile[, value]) + 7.4. get_profile_size(profile[, value], size) 7.5. dlg_isflagset(flag) 7.6. dlg_setflag(flag) 7.7. dlg_resetflag(flag) @@ -619,7 +619,7 @@ Chapter 1. Admin Guide 6.1. enable_stats (integer) If statistics support should be enabled or not. Via statistics - variables, the module provide information about the dialog processing. + variables, the module provides information about the dialog processing. Set it to zero to disable or to non-zero to enable it. Default value is “1 (enabled)”. @@ -663,7 +663,7 @@ modparam("dialog", "rr_param", "xyz") 6.4. dlg_flag (integer) Flag to be used for marking if a dialog should be constructed for the - current request (this make sense only for initial requests). + current request (this makes sense only for initial requests). Note: it is not needed to set this parameter and its corresponding flag for initial request in case the “dlg_manage()” function is used. In @@ -716,7 +716,7 @@ modparam("dialog", "early_timeout", 180) 6.8. noack_timeout (integer) The timeout (in seconds) after which the dialogs which were answered - with 200ok but didn't receive the ACK are marked for termination (the + with 200 OK but didn't receive the ACK are marked for termination (the lifetime is set to 10 more seconds). Default value is “60 (1 minute)”. @@ -1532,10 +1532,10 @@ modparam("dialog", "debug_variables", 1) 7. Functions - 7.1. set_dlg_profile(profile,[value]) - 7.2. unset_dlg_profile(profile,[value]) - 7.3. is_in_profile(profile,[value]) - 7.4. get_profile_size(profile,[value],size) + 7.1. set_dlg_profile(profile[, value]) + 7.2. unset_dlg_profile(profile[, value]) + 7.3. is_in_profile(profile[, value]) + 7.4. get_profile_size(profile[, value], size) 7.5. dlg_isflagset(flag) 7.6. dlg_setflag(flag) 7.7. dlg_resetflag(flag) @@ -1557,7 +1557,7 @@ modparam("dialog", "debug_variables", 1) 7.23. dlg_reset_property(attr) 7.24. dlg_req_within(side, method, [headers], [content_type, content]) -7.1. set_dlg_profile(profile,[value]) +7.1. set_dlg_profile(profile[, value]) Inserts the current dialog into a profile. Note that if the profile does not support values, they will be silently discarded. Also, there @@ -1579,7 +1579,7 @@ set_dlg_profile("inbound_call"); set_dlg_profile("caller","$fu"); ... -7.2. unset_dlg_profile(profile,[value]) +7.2. unset_dlg_profile(profile[, value]) Removes the current dialog from a profile. @@ -1598,7 +1598,7 @@ unset_dlg_profile("inbound_call"); unset_dlg_profile("caller","$fu"); ... -7.3. is_in_profile(profile,[value]) +7.3. is_in_profile(profile[, value]) Checks if the current dialog belongs to a profile. If the profile is defined with values, then the check is also matching with the specific @@ -1626,7 +1626,7 @@ if (is_in_profile("caller","XX")) { } ... -7.4. get_profile_size(profile,[value],size) +7.4. get_profile_size(profile[, value], size) Returns the number of dialogs belonging to a profile. If the profile supports values, the check can be reinforced to take into account a @@ -2398,7 +2398,7 @@ kamcmd dlg.bridge_dlg _from_ _to_ _op_ been received. * connecting - initial INVITE was forwarded and rining or 1xx has been received. - * answering - initial INVITE received 200ok, but ACK was not handled + * answering - initial INVITE received 200 OK, but ACK was not handled yet. * ongoing - ongoing active dialog, after the ACK was processed. * all - all active dialogs, respectively the sum of the above values. diff --git a/src/modules/dialplan/README b/src/modules/dialplan/README index 9aaaae87c66..8527be3a98d 100644 --- a/src/modules/dialplan/README +++ b/src/modules/dialplan/README @@ -580,7 +580,7 @@ xlog("translated to var $var(y) \n"); 8. Installation - The modules requires one table in Kamailio database: dialplan. The SQL + This module requires one table in Kamailio database: dialplan. The SQL syntax to create them can be found in dialplan-create.sql script in the database directories in the kamailio/scripts folder. You can also find the complete database documentation on the project webpage, diff --git a/src/modules/dlgs/README b/src/modules/dlgs/README index 6ad2d39542c..dfb8f9b1f6e 100644 --- a/src/modules/dlgs/README +++ b/src/modules/dlgs/README @@ -140,7 +140,7 @@ Chapter 1. Admin Guide 3.1. active_lifetime (int) The lifetime in seconds of an active dialog in memory. A dialog is - considered active after the ACK of 200OK for INVITE. + considered active after the ACK of 200 OK for INVITE. Default value is 10800 (3 hours). diff --git a/src/modules/dnssec/README b/src/modules/dnssec/README index 05d6bf59fd9..0378e3e7d92 100644 --- a/src/modules/dnssec/README +++ b/src/modules/dnssec/README @@ -80,9 +80,9 @@ Chapter 1. Admin Guide Set this parameter to an integer value containing of an ORed result of one or more of the following values (constant present only for - documentation process, as they are mostly mapped to libval - flags).Setting this parameter will cause the libval defaults to be - completely overwritten + documentation process, as they are mostly mapped to libval flags). + Setting this parameter will cause the libval defaults to be completely + overwritten QUERY_DONT_VALIDATE == 1<<0 causes the validator to disable validation for this query. diff --git a/src/modules/domainpolicy/README b/src/modules/domainpolicy/README index 4afc20a0fe4..a7a99e3dde8 100644 --- a/src/modules/domainpolicy/README +++ b/src/modules/domainpolicy/README @@ -488,7 +488,7 @@ mysql> select * from domainpolicy; This example assumes that a set of SIP providers have established a secure Layer 3 network between their proxies. It does not matter - whether this network is build by means of IPsec, a private Layer 2 + whether this network is built by means of IPsec, a private Layer 2 network, or by simple firewalling. We will use the 10.x network (for the walled garden net) and "http://l3fed.org/" (as federation identifier) in this example. diff --git a/src/modules/erlang/README b/src/modules/erlang/README index 4b4d34f6b87..5d69b5109ea 100644 --- a/src/modules/erlang/README +++ b/src/modules/erlang/README @@ -46,9 +46,9 @@ Seudin Kasumovic 5. Functions - 5.1. erl_rpc(mod,fun,args,reply) - 5.2. erl_reg_send(server,msg) - 5.3. erl_send(pid,msg) + 5.1. erl_rpc(mod, fun, args, reply) + 5.2. erl_reg_send(server, msg) + 5.3. erl_send(pid, msg) 5.4. erl_reply(msg) 6. Event routes @@ -65,12 +65,12 @@ Seudin Kasumovic 1. Available Functions 1.1. erl_load_api(erl_api) - 1.2. rpc(reply,module,function,args) - 1.3. reg_send(server,msg) - 1.4. send(pid,msg) + 1.2. rpc(reply, module, function, args) + 1.3. reg_send(server, msg) + 1.4. send(pid, msg) 1.5. reply(msg) - 1.6. xavp2xbuff(xbuff,xavp) - 1.7. xbuff2xavp(xavp,xbuff) + 1.6. xavp2xbuff(xbuff, xavp) + 1.7. xbuff2xavp(xavp, xbuff) List of Examples @@ -133,9 +133,9 @@ Chapter 1. Admin Guide 5. Functions - 5.1. erl_rpc(mod,fun,args,reply) - 5.2. erl_reg_send(server,msg) - 5.3. erl_send(pid,msg) + 5.1. erl_rpc(mod, fun, args, reply) + 5.2. erl_reg_send(server, msg) + 5.3. erl_send(pid, msg) 5.4. erl_reply(msg) 6. Event routes @@ -477,12 +477,12 @@ DEBUG: