X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=route.c;h=c9505870289d9ec8a111262eb44096d25711340f;hp=7bbae0c75bab6bbccb8ad45e02b0ca132781a112;hb=7dc10dcae129d2ef7f40a455aba45179eb68d1d8;hpb=9deb150f2ba289736e81f69bb7cf24e5b236ee96 diff --git a/route.c b/route.c index 7bbae0c..c950587 100644 --- a/route.c +++ b/route.c @@ -222,6 +222,9 @@ struct param_defs param_defs[] = { { PARAM_NOPASSWORD, "nopassword", PARAM_TYPE_NULL, "nopassword", "Don't ask for password. Be sure to authenticate right via real caller ID."}, + { PARAM_STRIP, + "strip", PARAM_TYPE_NULL, + "strip", "Remove digits that were required to match this rule."}, { 0, NULL, 0, NULL, NULL} }; @@ -309,7 +312,7 @@ struct action_defs action_defs[] = { // "Caller calls the timer."}, { ACTION_GOTO, "goto", NULL, &EndpointAppPBX::action_dialing_goto, NULL, - PARAM_CONNECT | PARAM_RULESET | PARAM_SAMPLE, + PARAM_CONNECT | PARAM_RULESET | PARAM_STRIP | PARAM_SAMPLE, "Jump to given ruleset and optionally play sample. Dialed digits are not flushed."}, { ACTION_MENU, "menu", NULL, &EndpointAppPBX::action_dialing_menu, NULL,