Asterisk notify network PC

Hi there,

I currently have Asterisk running on a phone server and I would like for it to be able to notify several networked PCs every time an incoming call occurs.

Could anyone suggest a way I could do this? Sorry if the problem is a little vague.

I did something similar. I wrote a small perl AGI script that broadcasts caller id information via a UDP packet on my network. Then I wrote a second perl script that listens on each client machine for the particular UDP packet. When the listener receives the packet it extracts the caller ID and pops up a dialog on my desktop to show who’s calling. I often see the dialog pop up before I hear the phone ring.

Hi

ADA will do this and popup the callerID as will Yaccid and its also possible with FOP

Ian