User Guide
Customizing Your Phone
91
Syntax
Description
"91[5-7]1234" would match "9151234", "9161234", "9171234".
()
The parentheses "( )" can be used to group together patterns, for instance, to
logically combine two or more patterns. Example:
"([1-9])([2-7])3" would match "923", "153", "773",etc.
$
The “$” followed by the sequence number of a parenthesis means the
characters placed in the parenthesis. The sequence number stands for the
corresponding parenthesis. Example:
A replace rule configuration, Prefix: "001(xxx)45(xx)", Replace: "9001$145$2".
When you dial out "0012354599" on your phone, the Skype for Business
phone will replace the number with "90012354599". “$1” means 3 digits in the
first parenthesis, that is, “235”. “$2” means 2 digits in the second parenthesis,
that is, “99”.
To add a dial-now rule via web user interface:
1. Click on Settings->Dial Plan.
2. Enter the desired value (e.g., 1xxx) in the Rule field.
3. Click Add to add the dial-now rule.
For example: when you enter the number “1234” using the keypad, the phone will dial out
“1234” automatically without pressing any key.
Note
Delay Time for Dial-Now Rule
You can configure the delay time for dial-now rules. That is, you can configure your phone to
automatically dial out the phone number which matches a dial-now rule, after the designated
delay time.
Dial-now rule is configurable via web user interface only.