3.27k likes | 3.38k Views
; *****************************************************************. ; * *. ; * CID.PPE V 1.60 (09-01-95) *. ; * *.
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(5), NameSearch(5), Text
STRING CIDFile, PrivateFile, OutsideFile, NoMatchFile, LockOutFile
STRING BadNumFile, PCPNumFile, PCPUserFile, FileName, Label, AreaCode
STRING CID_AC, CID_NUM, TEMP_AC, TEMP_NUM, PF_Sec, OF_Sec, NM_Sec
BYTE SecLow, SecHigh, Pos, Offset, NamePos, NameOffset, X, Length
BOOLEAN LogName, LogNoMatch, LogLockout, LogPCPursuit, Done, CIDTest
BOOLEAN AreaCodeFix, AreaCodeFixed, LogFix, Display, NoMatch
BOOLEAN SearchHex(5), NameSearchHex(5), SearchHexFlag, NameSearchHexFlag
IF (ConfigFile = "") LET ConfigFile = PPEPATH() + PPENAME() + ".CFG"