home *** CD-ROM | disk | FTP | other *** search
- ******FAXmaker dialing Logic Patch for Faxmaker for Exchange *********
-
- -Copying the Patch Files-
-
-
- The files in the patch must be copied to the following directories on the Exchange server machine
-
- To the FAXmaker Directory
- FGWSPOOL.DLL
- FGWMSERV.EXE
- FGWSRVC.EXE
- FGWCONFG.EXE
-
- To the windows\system32 directory
- FGW_IN.DLL
- FGW_OUT.DLL
-
-
-
- -The Dialing Logic-
-
- FAXmaker may be instructed to process fax numbers which it dials.
-
- The general fax number format supported is +C (A) N where C, A and N are the country code, area code and phone number
- respectively.
-
- The fax number processing consists in :
-
- 1)Replacing the leading + with the international dialing prefix for international calls.
- 2)Chopping-off the country code for national calls (resulting in fax format of (A) N ).
- 3)Chopping-off the country code and are codea for calls within the same area (resulting in a fax format of N ).
-
-
- For these features to be used it is important that the +C (A) N format be used. Also FAXmaker must be configured
- as described in the following section.
-
-
- FAXMAKER CONFIGURATION
-
- The dialing logic can be set by editing fgwconfg.ini located in the FAXmaker directory.
-
- 1. Open fgwconfg.ini and find the 'Phone Properties' section.
- If not present move to the end of the file and enter :
-
- [Phone Properties]
-
- 2. Following the section name enter the variable values for the internation dialing prefix,country code and area code
- as follows.
-
- [Phone Properties]
- InternationalPrefix=<international dialing prefix>
- CountryCode=<country code>
- AreaCode=<area code>
-
- A typical entry may be as follows :
-
- [Phone Properties]
- InternationalPrefix=00
- CountryCode=44
- AreaCode=181
-
-