home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / maxcid03.lzh / MAXCID.FON < prev    next >
Text File  |  1994-06-22  |  3KB  |  53 lines

  1. ; MaxCID v0.3ß - This is just a sample phone number handling file.
  2. ;
  3. ;
  4. ; The first character indicates if incoming number is to be screened out (-)
  5. ; or accepted (+).  The first phone number is the number corresponding to the
  6. ; phone number located in the user.bbs file.  For alias phone numbers, if the
  7. ; number found in the log file matches a number found after the first phone
  8. ; number, then MaxCID will search the user.bbs file for the first phone number
  9. ; and then determine the callers information for login.  A ';' character
  10. ; signifies that the remainder of the line is a comment.  The country code
  11. ; and area code are stripped if they match the local country/area code below.
  12. ;
  13. ;    Examples:
  14. ; ┌──────────────────────────────────────────────────────────────────────────┐
  15. ; │;       ┌─────> This number is in user.bbs  ┌─> these are alias numbers   │
  16. ; │; ┌─────┴─────┐ ┌───────────────────────────┴─────┐                       │
  17. ; │+ (555)555-1212 555-7912 1(555)555-1234 999-555-222; This user calls from │
  18. ; │; └───────────┘ └─────────────────────────────────┘; many locations       │
  19. ; │;                                                                         │
  20. ; │- 555-5678 ; Real loser (Note: when blocking a call, only one number is   │
  21. ; │;          ; necessary.  A list of unrelated numbers may be used as well. │
  22. ; │;                                                                         │
  23. ; │- (555)555-1234 555-555-0000 19875551234; All these numbers are blocked   │
  24. ; │;                                                                         │
  25. ; │+ (555)555-3333; This is useless but acceptable (nothing to alias!).      │
  26. ; └──────────────────────────────────────────────────────────────────────────┘
  27. ;
  28. + 5551212 5551313; If a user calls from 5551313, MaxCid will search for the
  29. ;                  users information using 5551212 as the login number.
  30. ;
  31. + 5551234 5552345 15550000 1(555)666-0000; This would be a user who calls
  32. ;                                          from many destinations.
  33. ;
  34. - 5556969 19766969 555-0666; These are problem users, and no calls will
  35. ;                           be accepted from these numbers.  You may put
  36. ;                           a multiple screened numbers on one line, or place
  37. ;                           each one on a seperate line.
  38. ;
  39. - 555-1212; The previous user was a problem!  If he calls from 5551313,
  40. ;          the Alias will point to 5551212, and because this number is
  41. ;          screened in the file (at a position located AFTER the Alias),
  42. ;          the call will be blocked.
  43. ;
  44. - 555-1313; Since this number was previously alaised to 5551212, a person
  45. ;          calling from this number will be accepted and NOT screened.
  46. ;
  47. ;---------------------------------------------------------------------------
  48. ; Note:  This file is read SEQUENTIALLY.  Therefore, if you alias a number
  49. ;        and screen it after, all will be well.  If you block a number in
  50. ;        which the alias hasn't pointed to yet, the number will be accepted.
  51. ;---------------------------------------------------------------------------
  52. ;
  53.