YAC is a caller ID software application that distributes caller ID information on a network. I’ve ported the caller ID code over to Object Pascal and created an application that will run as a service on NT. I create a service so that I could run the application on my Windows 2000 server and not have to be logged into the OS (runs when the computer is turned on and no one is logged into the machine).
I also implemented a UDP broadcast notification instead of just TCP. The benefit of the UDP broadcast is that you don’t have to configure the ip of each machine receiving the notification. If you are behind a router, then the UDP packet is not broadcast beyond it.
In addition to those features, you can also do text replacement for out of area phone numbers and also for cell phones that don’t give the name (just a generic cell phone label).
Download
Screenshot of Configuration Application
