summaryrefslogtreecommitdiffstats
path: root/action.cpp
diff options
context:
space:
mode:
authorSuper User2007-12-26 22:17:44 +0100
committerSuper User2007-12-26 22:17:44 +0100
commit4d6f1aa5b13b3d57fa7c82e68d741ec02d78157d (patch)
treed76db0e7bcf102d5ea3cfb98793560e9e7d312b4 /action.cpp
parentsome fixes, check README (diff)
downloadlcr-4d6f1aa5b13b3d57fa7c82e68d741ec02d78157d.tar.gz
lcr-4d6f1aa5b13b3d57fa7c82e68d741ec02d78157d.tar.xz
lcr-4d6f1aa5b13b3d57fa7c82e68d741ec02d78157d.zip
minor fix
modified: action.cpp
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);