From 4d6f1aa5b13b3d57fa7c82e68d741ec02d78157d Mon Sep 17 00:00:00 2001 From: Super User Date: Wed, 26 Dec 2007 22:17:44 +0100 Subject: [PATCH] minor fix modified: action.cpp --- README | 1 - action.cpp | 2 +- 2 files changed, 1 insertion(+), 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); -- 2.13.6