Module: kamailio Branch: master Commit: 22b13d4d44cb0dbd71b87deab42af5f7c8ea932f URL: https://github.com/kamailio/kamailio/commit/22b13d4d44cb0dbd71b87deab42af5f7c8ea932f
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2018-04-12T21:31:59+02:00 msilo: remove not working tm parameter in the example cfg, reported from Abdul Basit - remove the not working, too small tm parameter in the example cfg - has been not changed in the last 10 years, probably not valid anymore - reported from Abdul Basit on sr-users --- Modified: src/modules/msilo/doc/msilo.cfg --- Diff: https://github.com/kamailio/kamailio/commit/22b13d4d44cb0dbd71b87deab42af5f7c8ea932f.diff Patch: https://github.com/kamailio/kamailio/commit/22b13d4d44cb0dbd71b87deab42af5f7c8ea932f.patch --- diff --git a/src/modules/msilo/doc/msilo.cfg b/src/modules/msilo/doc/msilo.cfg index 7bec0841e6..1ea4bc3545 100644 --- a/src/modules/msilo/doc/msilo.cfg +++ b/src/modules/msilo/doc/msilo.cfg @@ -48,12 +48,6 @@ modparam("msilo","contact_hdr","Contact: [email protected]:5060;msilo=yes\r\ modparam("msilo","content_type_hdr","Content-Type: text/plain\r\n") modparam("msilo","offline_message","*** User $rU is offline!") -# -- tm params -- - -modparam("tm", "fr_timer", 10 ) -modparam("tm", "fr_inv_timer", 15 ) -modparam("tm", "wt_timer", 10 ) - route{ if ( !mf_process_maxfwd_header("10") ) _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
