Browse Source

Make the call forward activate feature code a pattern to accept the number to forward to (#51)

Thanks for the contribution!
4.3
almostexactly 8 years ago
committed by JRMaitre
parent
commit
f632eacc51
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      submodules/strategy/strategy.js

+ 1
- 1
submodules/strategy/strategy.js View File

@ -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'
},


Loading…
Cancel
Save