A short arexx script to log details of incoming calls to STFax. Installation ~~~~~~~~~~~~ Copy it to your REXX: directory Edit line 9 to set the name of the logfile In STFax preferences, set the Ring hook to REXX:LogSTFax.rexx Usage ~~~~~ Whenver STFax detects a ring it will call the script. On the first ring STFax will be uniconified, on the second ring the call details will be logged. This is because STFax doesn't have the CallerID information available until the second ring. You can also use the script to execute other commands after the first ring. I use it to shut down my CD, Mpeg and MIDI players. That way I can answer the phone without having to search for the stop gadget of the player. Bugs ~~~~ It works fine here, if you have any problems, mail me. Neil Bothwick neil@wirenet.co.uk