home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / demos / program / excelbbs.lha / excelsiorbbs / EX.CallNumbers < prev    next >
Encoding:
Text File  |  1993-01-24  |  1.1 KB  |  30 lines

  1. #EXCELSIOR! NewUser CallBack Validation Utility
  2.  
  3. #Put in all the numbers that you want the system to be able to call back.
  4. #You must have the area/country code before the prefix!
  5. #To allow the system to call back ANY NUMBER, make the first entry an '*'.
  6.  
  7. #If the areacode's match with the system's default, the system will call
  8. #prefix-phonenumber,  else it will call 1-areacode-prefix-phonenumber.
  9.  
  10. #To allow the system to call back any number in a specific area code enter
  11. #the areacode followed by an asterisk (*).  313* would call all numbers in
  12. #the 313 areacode
  13.  
  14. #To lock out an areacode if system is set to call any number, put that area
  15. #code and a minus.  900- would not let the system call any user that has 
  16. #their area code as 900 (bogus).
  17.  
  18. #To use prefix ranges, use AREACODE|FIRST-LAST
  19. #313|771-779  will allow the system to call back all numbers in the 313 area-
  20. #             code between the exchanges 771 and 779.
  21.  
  22. #The AccessGroup to be given to the user upon successful validation.
  23. 2
  24.  
  25. #stops all 900 AREACODE calls (only if set to call ANY NUMBER)
  26. 900-
  27.  
  28. #Example:  (only call 313-772 exchange)
  29. 313-772
  30.