home *** CD-ROM | disk | FTP | other *** search
- /* */
-
- /* cidName, cidNumber, rings, and distinctiveRing are the valid variables here! */
-
- /*
- say rings
- say distinctiveRing
- say cidName
- say cidNumber
- */
-
- if show('p', 'AVMCIDLOGGER') & rings = 1 then do
- address 'AVMCIDLOGGER' 'reset'
- address 'AVMCIDLOGGER' 'add' 'Call at' time()
- end
-
- /*
- hours = time('h')
- if hours > 8 & hours <= 23 then
- address command 'avm:dsound -2 avm:ring.iff'
- */
- /*
- address command 'avm:agmsplaysound avm:ring.iff'
- */
-