Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!seismo!hao!hplabs!hpda!hpisoa2!hpitg!mtuxo!dbw@mtuxo From: dbw@mtuxo Newsgroups: net.micro.att Subject: Re: Unix PC Telephone Manager - help? Message-ID: <1524@mtuxo> Date: Sun, 27-Apr-86 05:37:00 EDT Article-I.D.: mtuxo.1524 Posted: Sun Apr 27 05:37:00 1986 Date-Received: Wed, 14-May-86 06:39:23 EDT References: <426@mhuxi> Lines: 47 The 7300 Unix User's manual (version 3.0 stuff) says in Phone(4): (paraphrased for brevity) the .phdir file header is the first 250 bytes: Magic Number (short) Version (short) Revision (short) No of Recs (short) Max Rec No (short) N1 (short) Pointers to up to 15 Records to be included . in the Call Screen . N15 (short) SLK1 (short) Pointers to up to 7 Records associated . with the function keys F1-F8. (no F2) . SLK7 (short) O1 (short) Pointers to up to 14 records associated . with other keyboard keys. . O14 (short) *N1 (long) Character pointers to the field names for . the directory entry form . *N11 (long) F0 (short) Pointers to the fields to be displayed in F1 (short) the directory entry form F2 (short) SEC (short) delay before logging call FLAG1 (short) # entries in history list before warning FLAG2 (short) logging of incoming calls en/dis-abled FLAG3 (short) logging of outgoing calls en/dis-abled FLAG4 (short) invoke ph mgr on off-hook en/dis-abled FLAG5 (short) display beginning of notes en/dis-abled FLAG6 (short) display beginning of history list en/dis-abled FLAG7 (short) reserved FLAG8 (short) reserved Data: bytes 256 to 1023 contain the names assigned to the fields in the directory entry form. Bytes 1024 to 1535 are the master list of the records. The max record number is 65536. Bytes 1536 through 15359 contain the index list for the records. Data records follow: each record is a string for each field, delimited by \n. Empty fields have no characters between \n's. Dave Wood