SBM powered by Microsoft Lync™ Administrator's Guide 2011-11

2-60
Complete the Setup Wizard
PSTN Configuration
The gateway status is displayed in the lower pane. You can start, stop, and
restart the gateway using the buttons in the Gateway Controls section.
The status automatically refreshes every five seconds. Refresh the status
with the Refresh Gateway Status button.
10. To finish the PSTN Wizard, close the window using the X in the top right
corner of the window. Move to “Connect to the PSTN Carrier” on page
2-64.
Background Information on PSTN Outward Number Masks
The outbound number mask is a regular expression that:
Selects incoming phone numbers based on specific criteria
Outputs all or part of the phone number as the dialed number in the
outbound PSTN call
The mask as a whole selects incoming phone numbers. But the Media Gateway
outputs only the portion of the mask that is within parentheses.
For example, examine the default PSTN outbound number mask:
([\+]?[-\*\#\d]+)
The first part of the expression, [\+]?, specifies that the incoming number may
either begin with + or not. The next part of the expression, [-\*\#\d]+, specifies
that the incoming number can include one or more of any of the following
values in any order:
-
*
#
A digit (0 to 9)
For example, all of these incoming phone numbers match this regular expres-
sion:
123-456-7890
+123-456-7890
12-34-5678
#12-34-5678
*
Because the parentheses surround the entire expression, the Media Gateway
outputs the phone number exactly as it receives the number.