Description

Defines how the backreferences (e.g. \3) inside our dialplan substitution patterns count.

See this example:

Input: hello
RegEx: ((hell)(l?)(o))
with this setting = false
 \0 : hello
 \1 : hell
 \2 : o
with this setting = true
 \0 : hello
 \1 : hell
 \2 :
 \3 : o

Web User Interface

N/A


Phone User Interface

N/A


Auto-provisioning

ParameterValid value
<dialplan_count_failed_match_groups perm="PERMISSIONFLAGS">VALIDVALUE</dialplan_count_failed_match_groups>
  • true
  • false