Blocking Calls to Certain Destination Numbers
Microsoft Office Communications Server 2007 and Microsoft Office Communications Server 2007 R2 will reach end of support on January 9, 2018. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.
There are situations where the administrator would like to block calls from the enterprise to certain destinations due to toll-charges (for example, premium numbers like 1900 numbers, operator assistance, and 1411).
Note that the current release of Office Communications Server does not allow for a configuration that can be used to explicitly block a destination, calls are blocked implicitly if there is no matching pattern found in the Routing table.
For example, if the administrator chooses to block calls to 1900 and 1411 numbers, they would have to define regular expressions that exclude 1900*. The following configuration shows an example of how this may be accomplished, and does not preclude other ways of accomplishing the same effect.
Table SEQ Table \* ARABIC 103 User Policy
User Policy | Phone Usage |
---|---|
Default Calling Policy |
Local International GlobalPSTNHopoff |
Table SEQ Table \* ARABIC 104 Routes
Route Name | Number Pattern | Phone Usage | Gateway |
---|---|---|---|
Redmond Local Route |
^\+1(425|206|253)(\d{7})$ |
Local |
Red-GW1 Red-GW2 |
Dallas Local Route |
^\+1(972|214|469)(\d{7})$ |
Local |
Dallas-GW1 |
NY Local Route |
^\+1(212|646|917)(\d{7})$ |
Local |
NY-GW1 |
Universal Route |
^\+?(?!(1900|1411))(\d*)$ |
GlobalPSTNHopoff |
Red-GW1 Red-GW2 Dallas-GW1 NY-GW1 |
Intl Route |
^\+([2-9])(\d*)$ |
International |
Red-GW1 |
The Universal Route is modified to route on all numbers except 1900 or 1411 numbers with an optional leading +.