summaryrefslogtreecommitdiffstats
path: root/action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'action.cpp')
-rw-r--r--action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.cpp b/action.cpp
index c80b8d3..23af732 100644
--- a/action.cpp
+++ b/action.cpp
@@ -1825,7 +1825,7 @@ void EndpointAppPBX::_action_goto_menu(int mode)
} else
{
/* remove digits that are required to match the rule */
- if (!(rparam = routeparam(e_action, PARAM_STRIP)))
+ if ((rparam = routeparam(e_action, PARAM_STRIP)))
{
if (e_extdialing)
SCPY(e_dialinginfo.id, e_extdialing);