home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / zpars102.zip / ZPARSE.CFG < prev    next >
Text File  |  1994-02-18  |  6KB  |  167 lines

  1. ; <- comment char.
  2. ;
  3. ; All keywords are case insensitive
  4. ;
  5. ; Address: your network address.
  6. ;
  7. Address 1:340/303.0
  8. Address 1:340/300.0
  9. Address 89:688/301.0
  10. Address 89:688/300.0
  11. Address 40:6481/1.0
  12. Address 40:6481/0.0
  13. ;
  14. ;
  15. ; Logfile: name/location of the log file
  16. ;
  17. LogFile zparse.log
  18. ;
  19. ; Country: Your country code (Intl phone code: 1- for the Canada)
  20. ;
  21. Country 1-             ; Your country code (Intl phone code: 1- for the Canada)
  22. ;
  23. ; Baud:  Your highest baud rate (as in your nodelist entry)
  24. ;
  25. ;
  26. MaxBaud 9600           ; Your highest baud rate (as in your nodelist entry)
  27. ;
  28. ; Version7:   Generate a version 7 compiled nodelist
  29. ;
  30. Version7               ; Generate Version 7 format files
  31. ;
  32. ; Allsysops:  Place all sysop entries into sysop.ndx index
  33. ;             (for use with supporting editors suchas timed)
  34. ;
  35. AllSysops              ; Keep all sysop names in index
  36. ;
  37. ; NodeAllowed:  Enable nodes to be added into point list
  38. ;
  39. NodesAllowed           ; allow nodes to be added in the point list after hubs.
  40. ;
  41. ; addlist:    define the filename stems of the nodelists to compile
  42. ;
  43. addlist nodelist
  44. addlist imexlist
  45. addlist  ibmlist
  46. ;
  47. ; points <filename>
  48. ;     a specific format file containing points to be added 
  49. ;     and/or additional nodes 
  50. ;
  51. points zparse.pts
  52. ;
  53. ; modem:   <FLAG> <mask>
  54. ;          specify which bits are to be set for the specified modem flag
  55. ;          found in the flags field of a node entry.
  56. ;          the bits are ordered 0-7, each digit sets a particular bit.
  57. ;
  58. ; NOTE: This appears to require more explanation than I thought
  59. ;       Starting with Binkley 2.56wb the modem byte in a Version 7 nodelist
  60. ;       is compared with the modemtrans value for an exact match.
  61. ;       Thus it is possible to define 256 different modems or
  62. ;       8 characterists of modems.
  63. ;       I currently use 4 bits to represent
  64. ;               0 = HST, 1 = V32, 2 = V32b, 3 = V42b,V42,MNP
  65. ;       These 4 bits present me with 16 possible modem signatures.
  66. ;       some are unused such as only bit 0 set (ie HST and no MNP)
  67. modem  HST  03         ; HST implies MNP 
  68. modem  H14  03          
  69. modem  H16  03
  70. modem  V32  1          ; note: each digit sets the particular bit 
  71. modem  V32b 12         ; V32b implies V32
  72. modem  V32bis 12
  73. modem  V42  3
  74. modem  V42b 3
  75. modem  MNP  3
  76. modem  ZYX  123        ; ZyXel's do V32b, V32, V42b
  77. ;
  78. ; Obsolete
  79. ;; cost:   <national> <international>
  80. ;;         specifies the default national/international calling cost
  81. ;;
  82. ;;cost   150 300        ; default national intl call cost
  83. ;
  84. ;  default cost: {national|intl} <cost> <fee>
  85. ;       sets the default call cost and user message fee for national
  86. ;       and international calls
  87. ;
  88. default cost national 100 0
  89. default cost intl     300 0
  90. ;
  91. ; mincost:  <speed> <cost>
  92. ;           specifies the minimum cost for calling a node of the specifed
  93. ;           speed
  94. ;
  95. ;mincost 9600 1        ; sets minimum cost for 9600 speed connects at 1
  96. ;
  97. ; set:    specifies overrides and/or settings to the information supplied
  98. ;         in a node's entry.
  99. ;
  100. ; NOTE: set is followed by a single string which is parsed into five(5)
  101. ;       comma seperated fields. The commas are NOT optional.
  102. ;
  103. ;  the fields are as follows.
  104. ;  set 4d-addr,passwd,phone,speed,flags[,flags]*
  105. ;    4d-address: 1:340/303.0
  106. ;    passwd: all characters between the fore and aft commas
  107. ;    phone: 1-604-652-3275     
  108. ;    speed: valid nodelist speed entry 300,1200,2400,9600
  109. ;    flags: open ended files, specifies the new flags field for the node.
  110. ;
  111. ; set 4d-addr,passwd,phone,speed,flags[,flags]*
  112. set 1:340/61.0,testing,,,v42b
  113. ;
  114. ;
  115. ; override 4d-addr Cost [UCost  [ModemByte]]
  116. override 1:340/0  1234   2     17
  117. override 1:340/30   2
  118. ;
  119. ; include: filename to include into the processing
  120. ; Note: these filename are completely arbitrary
  121. ;       You are free to call them Sleepy and Sneezy, if you wish
  122. include zparse.pwd      ; used to keep passwords out of the demo config
  123.                         ; mine consists of nothing but set statements.
  124. include zdial.cfg       ; used to keep the dialing trans in one place
  125. ;
  126. ;
  127. ;
  128. ; default NoZones:  sets the default to exclude all zones/nets from processing
  129. default NoZones
  130. ;
  131. ;
  132. ;  AddZones:    specifies the zones/nets to be included into the processing
  133. ;  
  134. ; AddZones  <Zone>:[Net] [... repeated]
  135. AddZones 1:17 1:18 
  136. AddZones 2:244 40: 89:
  137. ;
  138. ;
  139. ;  DelZones:    specifies the zones/nets to be excluded from processing
  140. ;
  141. ; DelZones  <Zone>:[Net] [...  ]
  142. DelZones 7: 
  143. ;
  144. ;
  145. ;  UserFlags:   allows matching of user defined flags from the nodelist 
  146. ;               entries. All entries are implicitely preceeded by a 'U' 
  147. ;               character. These flags are treated as modem flags, and 
  148. ;               are specified with the modem verb.
  149. UserFlags
  150. ;
  151. ;
  152. ;  HubMode:    ZParse goes to great lengths to redirect a PVT node
  153. ;              or one with an unpublished phone number to their Host/Hub
  154. ;              This has caused some problems for nodes that Hub echomail
  155. ;              for these "undialable" nodes.
  156. ;
  157. ;      Hubmode 0 is the default. It's behavior is to replace 
  158. ;         "undialable" nodes with dialable systems.
  159. ;      Hubmode 1 diables this for your own net(s).
  160. ;      Hubmode 2 diables this completely. All "undialables" have 
  161. ;                blank phonenumbers.
  162. ;
  163. ;HubMode [<level>]    wher level is 0,1,2
  164. HubMode 1  ; leave undialables in my net(s) only 
  165. ;
  166.