Some modems decode caller id signals. For example I have a serial modem, a Zoom 28.8, I can open a serial terminal and issue a command something like CID=1 and then between the first and second ring it will output
RING
CID=XXXXXXXXXX...
RING
RING
So it would be easy to create a program that listens to the serial port for these statements and pop a window.
|