2.33k likes | 2.43k Views
; *****************************************************************. ; * *. ; * CID.PPE V 1.50 *. ; * *.
E N D
; *****************************************************************
; * *
; * *
; * *
; * *
; * *
; *****************************************************************
; This .PPE checks the secrity level of a user and if within the specified
; range, checks the Caller ID info for the phone number. If a number is
; IF the configuration file is not specified, the CID.CFG in the same directory
STRING ConfigFile, CID, Private, Outside, Search, NameSearch, Temp
STRING CIDFile, PrivateFile, OutsideFile, NoMatchFile, LockOutFile
BYTE SecLow, SecHigh, Pos, Offset, NamePos, NameOffset, X, Length
BOOLEAN LogName, LogNoMatch, LogLockout, LogPCPursuit, HexFormat, CIDTest, Done
IF (ConfigFile = "") LET ConfigFile = PPEPATH() + PPENAME() + ".CFG"
IF (Private="") LET Private = "P" 'usually indicates a PRIVATE number
IF (Outside="") LET Outside = "O" 'usually indicates a OUTSIDE AREA number