Content

Page tree

D-SERIES

Web User Interface

N/A

Phone User Interface

N/A

Initial Firmware Version

N/A

XML Configuration

<dialplan_count_failed_match_groups perm="PERMISSIONFLAGS">VALIDVALUE</dialplan_count_failed_match_groups>

Description

Introduced with firmware 8.5
Defines how the backreferences (e.g. \3) inside our dialplan substitution patterns count. Historically Snom only counted matched-groups that actually matched, ignoring the others.

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

Valid Values

  • true
  • false

Default Value

  • UC Edition-Firmwares: true
  • others: false