From f632eacc513d33314f02790fd5b230a675928c70 Mon Sep 17 00:00:00 2001 From: almostexactly Date: Wed, 21 Mar 2018 09:05:32 +1030 Subject: [PATCH] Make the call forward activate feature code a pattern to accept the number to forward to (#51) Thanks for the contribution! --- submodules/strategy/strategy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/strategy/strategy.js b/submodules/strategy/strategy.js index 2d61fd3..7d384c7 100644 --- a/submodules/strategy/strategy.js +++ b/submodules/strategy/strategy.js @@ -53,7 +53,7 @@ define(function(require) { { name: 'call_forward[action=activate]', number: '72', - callflowNumber: '*72', + pattern: '\\*72([0-9]*)$', moduleName: 'call_forward', actionName: 'activate' },