minor fix
authorSuper User <root@isdn.jolly.ten>
Wed, 26 Dec 2007 21:17:44 +0000 (22:17 +0100)
committerSuper User <root@isdn.jolly.ten>
Wed, 26 Dec 2007 21:17:44 +0000 (22:17 +0100)
modified:   action.cpp

README
action.cpp

diff --git a/README b/README
index c47cba9..89ba4cc 100644 (file)
--- 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.
 
-
index c80b8d3..23af732 100644 (file)
@@ -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);