|
Defining a Fax Server's Local Dialing Properties |
Top Previous Next |
|
FACSys supports canonical dialing. This means that when a FACSys user sends a fax with a canonically formatted fax destination, the fax server analyzes the components of the number against the fax server's local dialing properties. By looking at three separate components of a destination number (country code, city/area code, and local dial number), FACSys can determine whether the destination is a local, long distance, or international call.
Canonical numbers have a plus sign (+) before the dial string. The country code must be placed immediately after the plus sign, followed by exactly one space. If the area/city code is included, that must be followed by exactly one space. For example: +1 (732) 123-4567.
All "non-canonical" dial strings are translated literally by the FACSys fax server. This means that if a user enters a destination fax number as 1-516-123-4567, the fax server will dial all of those digits. A long distance call will be placed, even if the server is dialing from area code 516.
On the Dialing property sheet of the Properties dialog box, define the fax server's local dialing properties. Then click OK or Apply. In the Dialing Properties area, define optional dialing instructions for the fax server. Note the following: • Use a comma character to indicate a pause (e.g., 6,9). • If 'resume transmission from last page completed' option is enabled, FACSys will continue a transmission, rather than re-start it, if the transmission is interrupted for any reason. The last page that was sent successfully will be re-transmitted. The cover page will not be sent again. This feature is critical for organizations that send long fax documents. • If 'send using one telephone call' option is enabled, FACSys will look at the pending outbound faxes that are ready to be transmitted. (Priority has already been considered in queuing the outbound messages.) Destinations sharing the same fax number will be sent with one call.
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
NOTES:
|