home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d992 / cyberpager.lha / CyberPager / config < prev    next >
Text File  |  1994-04-05  |  3KB  |  69 lines

  1. ; config file for Chris Wichura's CyberPager software
  2.  
  3. ; the SPOOLDIR entry tells the software where to spool pages.
  4.  
  5. ;SpoolDir    pager:spool
  6.  
  7. ; the LOGFILE entry lets one specify a new home for the logfile.
  8. ; if the logfile entry is not present then the software will
  9. ; default to trying to access a file called LOGFILE in the
  10. ; spool directory.
  11.  
  12. ;LogFile    pager:spool/LOGFILE
  13.  
  14. ; if the ALWAYSURGENT entry is set to true then the spooler will
  15. ; always try and start the dialer after it successfully spools
  16. ; a page.
  17.  
  18. AlwaysUrgent    false
  19.  
  20. ; the URGENTMODEM entry tells the spooler which modem to ask
  21. ; for when it invokes the dialer due to the "urgent" switch
  22. ; being specified.  If modem 0 is selected then the dialer
  23. ; will try to hunt through all modems looking for one which
  24. ; is free.  Otherwise the dialer will use the specific modem
  25. ; specified and block until it becomes available.
  26.  
  27. UrgentModem    0
  28.  
  29. ; one can specify multiple modems for the dialer to hunt through
  30. ; when trying to find a modem to dial out on.  These must be
  31. ; labeled as "MODEM1", "MODEM2", ..., "MODEMn".  The dialer will
  32. ; stop trying to read modem specifications with the first
  33. ; unknown slot.  I.e, if you have MODEM1, MODEM2, and MODEM4
  34. ; defined, MODEM4 will not be read because there is no MODEM3.
  35. ; if no modem slots are defined, MODEM1 is automatically filled
  36. ; in as "serial.device 0 1200 y n ATZ\r\d\d\dATM0\r\dATD".
  37. ;
  38. ; Note that there is no "MODEM0" entry.  This is because entry
  39. ; 0 is reserved as a special case that tells the dialer it should
  40. ; try hunting through all modems looking for a free one rather
  41. ; that blocking waiting for a specific modem to become free.
  42. ;
  43. ; the form for entries to MODEM fields is:
  44. ;
  45. ;       <device name> <dev unit> <max baud> <match dte> <cts/rts> <init str>
  46. ;
  47. ; if <match dte> is true, the baud rate will be chosen as follows:
  48. ;    1) select the service's baud rate
  49. ;    2) if the service's baud rate > <max baud>
  50. ;        select <max baud>
  51. ;
  52. ; if <match dte> is false, the baud rate will be chosen as follows:
  53. ;    baud rate = <max baud>
  54. ;
  55. ; the <cts/rts> flag indicates whether or not the modem supports
  56. ; hardware handshaking.  in general, any modem that does not
  57. ; require <match dte> to be true ought to support cts/rts as well.
  58. ;
  59. ; the <init str> field tells the dialer how to initialize the modem +
  60. ; dial the service.  Thus, it must always end with the prefix to a
  61. ; dial command (ATD for Hayes compatible modems).  The phone number
  62. ; will be postpended to this, followed by a carriage return.  Within
  63. ; a dial string, \r is recognized as "send a carriage return" and
  64. ; \d is recognized as "delay two seconds".
  65.  
  66. Modem1    serial.device 2 19200 n y "ATZ\r\d\dATM0\r\dATDT"
  67. Modem2    serial.device 3 19200 n y "ATZ\r\d\dATM0\r\dATDT"
  68. Modem3    serial.device 4 2400 y n "ATZ\r\d\dATM1\r\dATDT"
  69.