home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / biz / demo / excelsiordemo / system / ex.callnumbers < prev    next >
Encoding:
Text File  |  1993-12-21  |  1.2 KB  |  35 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 stop calls to a prefix place a - (minus) before the prefix
  19.  
  20. #To use prefix ranges, use AREACODE|FIRST-LAST
  21. #313|771-779  will allow the system to call back all numbers in the 313 area-
  22. #             code between the exchanges 771 and 779.
  23.  
  24. #The AccessGroup to be given to the user upon successful validation.
  25. 2
  26.  
  27. #No calls to 911 Emergency ;-)
  28. -911
  29.  
  30. #stops all 900 AREACODE calls (only if set to call ANY NUMBER)
  31. 900-
  32.  
  33. #Example:  (only call 313-772 exchange)
  34. #313-772
  35.