summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--action.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index c47cba9..89ba4cc 100644
--- a/README
+++ b/README
@@ -405,4 +405,3 @@ Changes in Version 0.3
-> You can run scripts, that generate testcalls of multiple destinations.
- Added origin flag to correctly process last_in and last_out call logging.
-
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);