Module: kamailio Branch: master Commit: 9d67099ce41c897819b2164f3e17a8a454d3f2c2 URL: https://github.com/kamailio/kamailio/commit/9d67099ce41c897819b2164f3e17a8a454d3f2c2
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2017-05-18T22:01:26+02:00 modules: readme files regenerated - tm ... [skip ci] --- Modified: src/modules/tm/README Modified: src/modules/topos/README Modified: src/modules/uac/README Modified: src/modules/usrloc/README --- Diff: https://github.com/kamailio/kamailio/commit/9d67099ce41c897819b2164f3e17a8a454d3f2c2.diff Patch: https://github.com/kamailio/kamailio/commit/9d67099ce41c897819b2164f3e17a8a454d3f2c2.patch --- diff --git a/src/modules/tm/README b/src/modules/tm/README index 689fae9..6e7bc5c 100644 --- a/src/modules/tm/README +++ b/src/modules/tm/README @@ -1589,7 +1589,7 @@ modparam("tm", "dns_reuse_rcv_socket", 1) 3.46. xavp_contact (string) The name of XAVP storing the attributes per contact. This must be the - same as the usrloc parameter xavp_contacts. + same as the usrloc parameter xavp_contact. Default value is âNULLâ. diff --git a/src/modules/topos/README b/src/modules/topos/README index 6b831f1..ab83dca 100644 --- a/src/modules/topos/README +++ b/src/modules/topos/README @@ -30,7 +30,7 @@ Daniel-Constantin Mierla 3.3. sanity_checks (int) 3.4. branch_expire (int) 3.5. dialog_expire (int) - 3.6. clean_inteval (int) + 3.6. clean_interval (int) List of Examples @@ -58,7 +58,7 @@ Chapter 1. Admin Guide 3.3. sanity_checks (int) 3.4. branch_expire (int) 3.5. dialog_expire (int) - 3.6. clean_inteval (int) + 3.6. clean_interval (int) 1. Overview @@ -97,7 +97,7 @@ Chapter 1. Admin Guide 3.3. sanity_checks (int) 3.4. branch_expire (int) 3.5. dialog_expire (int) - 3.6. clean_inteval (int) + 3.6. clean_interval (int) 3.1. db_url (str) @@ -161,7 +161,7 @@ modparam("topos", "branch_expire", 300) modparam("topos", "dialog_expire", 3600) ... -3.6. clean_inteval (int) +3.6. clean_interval (int) Interval in seconds to run the clean up of stored records. diff --git a/src/modules/uac/README b/src/modules/uac/README index 3747d8c..9623b2c 100644 --- a/src/modules/uac/README +++ b/src/modules/uac/README @@ -95,7 +95,7 @@ Ramona-Elena Modroiu 1.10. Set auth_username_avp parameter 1.11. Set auth_password_avp parameter 1.12. Set reg_db_url parameter - 1.13. Set reg_timer_inteval parameter + 1.13. Set reg_timer_interval parameter 1.14. Set reg_retry_interval parameter 1.15. Set reg_random_delay parameter 1.16. Set reg_db_table parameter @@ -434,7 +434,7 @@ modparam("uac", "reg_db_url", The default value is 90 seconds. - Example 1.13. Set reg_timer_inteval parameter + Example 1.13. Set reg_timer_interval parameter ... modparam("uac", "reg_timer_interval", 60) ... diff --git a/src/modules/usrloc/README b/src/modules/usrloc/README index 9e1e450..fbddff4 100644 --- a/src/modules/usrloc/README +++ b/src/modules/usrloc/README @@ -850,7 +850,7 @@ modparam("usrloc", "timer_procs", 4) Example 1.36. Set xavp_contact parameter ... -modparam("usrloc", "xavp_contact", "ulattrs") +modparam("tm|usrloc", "xavp_contact", "ulattrs") ... 3.37. db_ops_ruid (int)
_______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
