From 7dc10dcae129d2ef7f40a455aba45179eb68d1d8 Mon Sep 17 00:00:00 2001 From: Super User Date: Sun, 3 Jun 2007 12:11:09 +0200 Subject: backup --- route.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'route.c') 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, -- cgit v1.2.3-55-g7522