Configuration File Parameter Guide
223
ET685 Administrator and Provisioning Manual
Description:
Defines how the backreferences (e.g. \3) inside our dialplan substitution
patterns count. Historically, they 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
Values:
on, off
Default:
off
Setting:
dialplan_for_keypaddial_only
Description:
If set this setting to "on", dial plan will be applied to keypad dialing only,
outgoing calls from call history or phonebook should ignore the dial plan.
If set this setting to "off", dial plan will be applied to all the dialing.
Values:
on, off
Default:
off
Setting:
dim_timer
Description:
Number of seconds after which to dim (phones with color display) or turn
off the display backlight when nothing is happening.
Values:
Integer
Default:
20