home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / main / BBS / WNET0801.ZIP / FDNODE.CTL < prev    next >
Encoding:
Text File  |  1999-12-20  |  6.4 KB  |  149 lines

  1.  
  2. PVTLIST C:\FD\NODELIST\WASTELST.*     ; <-- ADD THIS LINE
  3. ;  ---------------------------------------------------------------------
  4. POINTLIST C:\fd\nodelist\fdpoint.pvt 
  5. ;  ---------------------------------------------------------------------
  6. ;   PHONE <zz:nn/nn.pp> <number>
  7. ; PHONE 1:135/20 1-305-596-2904
  8. ;  ---------------------------------------------------------------------
  9. USE ZONE 1,2,3,4,5,6,50,98,969,    ; <-- ADD 969 TO THIS LINE
  10. ;  ---------------------------------------------------------------------
  11. ;  MODEM allows you to send strings to the modem depending on the node-
  12. ;  list data for the system FD (the mailer) is calling. You can use most
  13. ;  nodelist flags as well as explicit node numbers. The below listed
  14. ;  example is for a US Robotics HST dual standard modem.
  15. ;
  16. ;  If the system has the PEP flag, AT&M0X4| will be sent. The V32 flag is
  17. ;  listed after the PEP flag because some PEP modems handles V32 as well
  18. ;  in which case we'd want a V32 connection. The HST flag is listed last
  19. ;  because if the system is using an HST DS (HST/V32), we want to use
  20. ;  the HST mode.
  21. ;
  22. MODEM
  23. ;   PEP           AT&M0X4|       ; Disable VOICE recognizition for PEP systems
  24. ;   V32           AT&M5B0|       ; Enable ARQ connects with V32 systems
  25. ;   HST           AT&M5B1|       ; Force ARQ connects with HST systems
  26. ;   1:1/101       ATM1|          ; Enable speaker when calling FrontDoor Help
  27. END
  28. ;
  29. ;  ---------------------------------------------------------------------
  30. ;  DIAL <NATL PREFIX>/<SUFFIX> <INTL PREFIX>/<SUFFIX>
  31. ;
  32. ;  Indicates the start of the dial translation table. All four parameters
  33. ;  are optional and are only used if no other translation applies for a 
  34. ;  telephone number.
  35. ;
  36. ;  If you only want to use a national (NATL) prefix/suffix, you must
  37. ;  specify the / character for the international (INTL) prefix/suffix to
  38. ;  indicate no special treatment. The same applies if you only want to use
  39. ;  an INTL prefix/suffix.
  40. ;
  41. ;  If you need to strip the search value from a number, you don't have to
  42. ;  put anything after it. In other words, if you need to strip 1-305-596
  43. ;  from all number, you enter that string with no translation. Comments are
  44. ;  ignored and must be preceded by a semicolon.
  45. ;
  46. ;  The translation values (strings) doesn't have to contain numerical
  47. ;  characters (0-9,.-). They can include commands such as "S25=100" etc. as
  48. ;  long as your modem supports it.
  49. ;
  50. DIAL       /   10288-011-         ; Add 011- to international
  51.   1-636-                          ; Local to me.
  52. END
  53. ;
  54. ;  ---------------------------------------------------------------------
  55. ;  COST <NATL COST> <INTL COST> [BAUD RATE]
  56. ;
  57. ;  Indicates the start of the cost table. The two (default) parameters are
  58. ;  NOT optional. The default cost only applies to numbers with no matching
  59. ;  entry in the cost table.
  60. ;
  61. ;  An additional parameter can be added after the cost for a number entry
  62. ;  indicating the maximum baud rate used. This is useful when calling
  63. ;  locations with a lot of line noise etc. Please note that this doesn't 
  64. ;  work with several high-speed modems such as the US Robotics HST. You 
  65. ;  can't force a HST modem to connect at 2400 with another HST modem by
  66. ;  changing the baud rate.
  67. ;
  68. ;  Note: You should *only* list those areacodes/exchanges that you don't
  69. ;  want to give the default cost.
  70. ;
  71. COST 0  0                       ; Default: 25 cents for domestic calls
  72.                                 ; Default: 150 cents for international calls
  73. ;
  74. ; Local (to me) numbers
  75. ;
  76. ;1-818-      0
  77. ;1-305-221-      0
  78. ;
  79. ; Domestic (to me) but not local numbers
  80. ;
  81. ;1-204-         50                 ; Manitoba Canada
  82. ;1-306-         50                 ; Saskatchewan
  83. ;1-403-         50                 ; Northwest Territories
  84. ;1-416-         50                 ; Ontario
  85. ;1-418-         50                 ; Quebec
  86. ;1-506-         50                 ; New Brunswick
  87. ;1-514-         50                 ; Quebec
  88. ;1-519-         50                 ; Ontario
  89. ;1-600-         50
  90. ;1-604-         50                 ; British Columbia
  91. ;1-613-         50                 ; Ontario
  92. ;1-700-        150                 ; Special Toll Calls
  93. ;1-705-         50                 ; Ontario
  94. ;1-706-         50                 ; Mexico
  95. ;1-709-         50                 ; Newfoundland
  96. ;1-710-         50
  97. ;1-711-         50
  98. ;1-800-          0                 ; Toll-free Numbers
  99. ;1-807-         50                 ; Ontario
  100. ;1-809-        100                 ; Caribbean Islands
  101. ;1-810-        100
  102. ;1-811-        100
  103. ;1-819-         50                 ; Quebec
  104. ;1-900-        150                 ; Special Toll calls
  105. ;1-902-         50                 ; Nova Scotia/ Prince Edward Island
  106. ;1-903-         50
  107. ;1-905-         50                 ; Mexico
  108. ;1-907-         50                 ; Alaska
  109. ;
  110. ; International Direct Dialing charges
  111. ;
  112. ;684-          350                 ; American Samoa
  113. ;54-           175                 ; Argentina
  114. ;61-           300                 ; Australia
  115. ;973-          275                 ; Bahrain
  116. ;55-           175                 ; Brazil
  117. ;541-          175                 ; Buenos Aires
  118. ;56-           175                 ; Chile
  119. ;593-          175                 ; Ecuador
  120. ;679-          350                 ; Fiji Islands 
  121. ;689-          250                 ; French Polynesia
  122. ;49-           200                 ; Germany Federal Republic
  123. ;671-          350                 ; Guam
  124. ;592-          175                 ; Guyana
  125. ;852-          350                 ; Hong Kong
  126. ;62-           350                 ; Indonesia
  127. ;98-           225                 ; Iran
  128. ;964-          225                 ; Iraq
  129. ;972-          225                 ; Israel
  130. ;81-           250                 ; Japan
  131. ;254-          175                 ; Kenya
  132. ;82-           350                 ; Korea
  133. ;965-          225                 ; Kuwait
  134. ;64-           250                 ; New Zealand
  135. ;675-          250                 ; Papua New Guinea
  136. ;51-           175                 ; Peru
  137. ;63-           175                 ; Phillippines
  138. ;966-          225                 ; Saudi Arabia
  139. ;65-           250                 ; Singapore
  140. ;27-           175                 ; South Africa
  141. ;886-          350                 ; Taiwan
  142. ;66-           350                 ; Thailand
  143. ;971-          225                 ; United Arab Emirates
  144. ;58-           175                 ; Venezuela
  145. END
  146. ;
  147. ;
  148. ;
  149.