home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / trionbbs110 / Trion / docs / Utils / caller.doc < prev    next >
Encoding:
Text File  |  1998-10-06  |  2.5 KB  |  100 lines

  1.  
  2.  
  3.  
  4.    =====( Caller V1.00 )=============================================
  5.  
  6.  
  7.         Trion 'Caller' Utility.
  8.  
  9.         (c) Copyright Paul Spijkerman, '95-'97. All rights reserved.
  10.  
  11.         Written for use with the Trion BBS package.
  12.  
  13.  
  14.    ===================================================================
  15.  
  16.  
  17.  
  18. This is a little Utility to poll a BBS a number of times
  19. to collect your mail.
  20.  
  21. This is very convenient if you want to controle your BBS with scripts.
  22.  
  23. Also this command is very handy if you use a 'cron' utility that
  24. spawns programmas or scripts to start processing mail or to
  25. call to your mail HUB/HOST.
  26.  
  27.  
  28. Note: This will only work when there is mail for the called system
  29. in the trion:outbound/ directory.
  30. When there is no mail you can create a poll packet with the 'poll'
  31. command like this:
  32.  
  33. Poll 14:103/204
  34.  
  35.  
  36. Note: In the default state the BBS node will not accept calls between
  37. tries to call out.
  38. Use the -A flag , if you still want to be able te get calles will polling
  39. for mail.
  40.  
  41. Caller will only call again if the previous result was 'No Carrier'
  42. or 'BUSY' .. this is done to prevent the system from calling
  43. many times over and over if your password was wrong for instance.
  44.  
  45.  
  46.  
  47. For examples look in the trion:scripts/ directory.
  48. The PollHub and MayPoll scripts use the caller command.
  49. Also there is some explanation of options in this file.
  50.  
  51.  
  52.  
  53.  
  54.  
  55. ===( 'Caller'  Options (build in help screen)  )=============
  56.  
  57.  
  58. Trion Caller V1.00 (c)95-97 Paul Spijkerman.
  59. Use : <-options> [-node] NodeNumber #1 .. NodeNumber #n
  60.  
  61.   -0 .. -9  = Node to call with.         (default: node 1       )
  62.   -Dnnn     = Set delay between calls.   (default: 60 secs      )
  63.   -Nnnn     = Number of times to call.   (default: 10 times     )
  64.   -Q        = Quiet operation.           (default: not quiet    )
  65.   -A        = Accept callers while idle. (default: don't accept )
  66.  
  67.  
  68.  
  69. ===( 'Caller'  Some examples   )=============
  70.  
  71.  
  72. With this command Node 1 will try to call node 14:103/204, 10 times
  73. (or until there was a succesfull connection) with a delay
  74. of 1 minute between calls
  75.  
  76. Caller 14:103/204
  77.  
  78.  
  79. With this command Node 1 will try to call node 14:103/204, 5 times
  80. (or until there was a succesfull connection) with a delay
  81. of 3 minutes between calls
  82.  
  83. Caller -D180 -N5 14:103/204
  84.  
  85.  
  86. The used variables will be shown in de shell window.
  87.  
  88. When the system starts calling a BBS this will printed in the shell,
  89. when a call is finished the result will be printed.
  90.  
  91.  
  92. Results can be:
  93.  
  94. No packets for node....
  95. Node not found in nodelist
  96. No Carrier or Busy
  97. Connected of beter
  98. Connected and transfers made
  99.  
  100.