; CID Logger V1.11 Configuration File

; ## YOU CAN DELETE ALL THE COMMENT LINES ONCE YOU ARE FAMILIAR
; ## WITH THE OPTIONS.

; ## This is the serial type device which will receive
; ## the BT data.
DEVICE  duart.device

; ## This is the unit number of this device to use
UNIT    0

; ## This is where I set call logging on or off
LOG     ON

; ## This is where I want all incoming calls to be logged
LOGFILE LOGS:PhoneCalls

; ## This is where to find my phone book with all my frequent
; ## names and numbers in it
PHONEBOOK   MAIL:CIDPhoneBook

; ## This is what I will use in the phone book to seperate
; ## the differnt fields for each enrty
SEPERATOR   :

; ## This will BEEP the screen when a call is received
BEEP    ON

; ## With this the last callers number or status will always
; ## be available in ENV:LastCaller
BBSMODE ON

; ## With this I can make sure my system clock is set to the
; ## same time as BTs clock.
SETCLOCK    ON

; ## I don't want debugging as CID Logger is working OK and
; ## this option only works from the CLI anyway
DEBUG   OFF

; ## Use this to set the number of lines CIDLogger will use in
; ## the logfile, Minimum is 5 lines.
LOGLENGTH 500

; ## This is the name of the device which I have a modem connected
; ## to on the same phone line as my CID hardware which CIDLogger
; ## will use to take the phone off hook if the number is WITHHELD
HANGUPDEVICE duart.device

; ## This is the unit number of the above device, if either the
; ## unit or device (or both) are not defined then the option is OFF
HANGUPUNIT 1


; ## All the rest of these refer only to the SPEECH facility ##

; ## First I want to have callers announced verbally so...
SPEECH  ON

; ## My local area code to announce when a caller is local.
LOCAL   01294

; ## BT don't send peoples names YET, but I want to announce
; ## things like payphones with PAYPHONE instead of the number.
BTNAMES ON

