|
Defining Route Addressing Rules |
Top Previous Next |
|
By defining routing rules for a fax server, FACSys Administrators can automate the process of dial number mapping and/or instruct the fax server to prohibit transmission to specific destination numbers. The routing rules defined for a fax server are listed in the server's Routing container. When the fax server queries its routing rules, all active rules are compared against the outbound message in the order in which they are listed in the Routing container.
To define a route address rule:
Enter the new address rule and the action(s) that should occur when a matching destination fax address pattern is found.
In the Route Address Rule area, specify the following:
* - represents one or more characters # - represents any single digit ? - represents any single character For example, the pattern *(#1#)* will match against area codes (212), (516), (718), etc… The pattern +1(908)* will match against all canonically formatted US destination numbers having a (908) area/city code. Literal and pattern matching takes into account all characters you enter, including spaces and parentheses.
In the Actions area, specify the following:
The new rule is added to the fax server's Routing container.
An Example:
- if the number is sent without a + in front (i.e. 12125551234), the server will leave it as it is, and dial all digits using the local prefix. The same thing will happen for 14165551234
- if the number is sent with + in front and without area code in parenthesis (i.e. +1 2125551234), the server will remove +1 because it matches the country code and dial 2125551234 using the local prefix. Same thing will happen for +1 4165551234
- if the number is sent with + in front and with the area code in parenthesis, it will try to match both the country and the area code and remove them if local. In this case, for +1 (212) 5551234, it will remove both +1 (because the country code matches) and 212 (because the area code matches) and dial 5551234 using the local prefix.
- If the number is +1 (416) 5551234, it will be treated differently: the +1 gets removed because it's the same country code, but 416 is determined as being the area code and it's not local, so the server will not remove it and the number will be considered long distance and will be dialed as 4165551234 using the long distance prefix.
- if the number is sent with + in front but the country code is not "1" (i.e. +44 123456789) it will be considered an international call and will be dialed as local prefix+international prefix+the whole number, i.e 101144123456789
See Also: Re-Ordering Route Rule Evaluation
|