home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June B / Pcwk6b98.iso / Faxmaker / Patches / Server / FFX50 / readme.txt < prev   
Text File  |  1997-10-23  |  2KB  |  62 lines

  1. ******FAXmaker dialing Logic Patch for Faxmaker for Exchange *********
  2.  
  3. -Copying the Patch Files-
  4.  
  5.  
  6. The files in the patch must be copied to the following directories on the Exchange server machine
  7.  
  8. To the FAXmaker Directory
  9. FGWSPOOL.DLL
  10. FGWMSERV.EXE
  11. FGWSRVC.EXE
  12. FGWCONFG.EXE
  13.  
  14. To the windows\system32 directory
  15. FGW_IN.DLL
  16. FGW_OUT.DLL 
  17.  
  18.  
  19.  
  20. -The Dialing Logic-
  21.  
  22. FAXmaker may be instructed to process fax numbers which it dials.
  23.  
  24. The general fax number format supported is +C (A) N where C, A and N are the country code, area code and phone number 
  25. respectively.
  26.  
  27. The fax number processing consists in :
  28.  
  29. 1)Replacing the leading + with the international dialing prefix for international calls.
  30. 2)Chopping-off the country code for national calls (resulting in fax format of (A) N ).
  31. 3)Chopping-off the country code and are codea for calls within the same area (resulting in a fax format of N ).
  32.  
  33.  
  34. For these features to be used it is important that the +C (A) N format be used. Also FAXmaker must be configured
  35. as described in the following section.
  36.  
  37.  
  38. FAXMAKER CONFIGURATION
  39.  
  40. The dialing logic can be set by editing fgwconfg.ini located in the FAXmaker directory.
  41.  
  42. 1. Open fgwconfg.ini and find the 'Phone Properties' section. 
  43.    If not present move to the end of the file and enter :
  44.  
  45. [Phone Properties]
  46.  
  47. 2. Following the section name enter the variable values for the internation dialing prefix,country code and area code 
  48. as follows.
  49.  
  50. [Phone Properties]
  51. InternationalPrefix=<international dialing prefix>
  52. CountryCode=<country code>
  53. AreaCode=<area code>
  54.  
  55. A typical entry may be as follows :
  56.  
  57. [Phone Properties]
  58. InternationalPrefix=00
  59. CountryCode=44
  60. AreaCode=181
  61.  
  62.