Module: kamailio Branch: master Commit: 3131832b65850593b78dfd5b8335a0e26009fb58 URL: https://github.com/kamailio/kamailio/commit/3131832b65850593b78dfd5b8335a0e26009fb58
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2019-04-04T17:01:47+02:00 modules: readme files regenerated - lcr ... [skip ci] --- Modified: src/modules/lcr/README --- Diff: https://github.com/kamailio/kamailio/commit/3131832b65850593b78dfd5b8335a0e26009fb58.diff Patch: https://github.com/kamailio/kamailio/commit/3131832b65850593b78dfd5b8335a0e26009fb58.patch --- diff --git a/src/modules/lcr/README b/src/modules/lcr/README index 0dd6fae04e..396945e714 100644 --- a/src/modules/lcr/README +++ b/src/modules/lcr/README @@ -10,6 +10,12 @@ Juha Heinanen <[email protected]> +Edited by + +Ovidiu Sas + + <[email protected]> + Copyright © 2005-2014 Juha Heinanen __________________________________________________________________ @@ -1234,9 +1240,13 @@ if (to_any_gw("192.55.66.2", 1)) { 5.3. lcr.dump_rules Causes lcr module to dump the contents of its in-memory lcr_rule and - lcr_rule_target tables. + lcr_rule_target tables. Rules can be filetered by lcr_id or lcr_id and + prefix. The filters are passed as optional parameters. - Parameters: none + Parameters: + * lcr_id filter rules based on lcr_id. + * prefix filter rules based on prefix (prefixes shorter or equal to + the give prefix) in addition to the previous lcr_id parameter. Example 1.60. lcr.dump_rules RPC example $ kamcmd lcr.dump_rules
_______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
