Send Caller ID and call status information to machine in the network

I have configured Asterisk to receive calls.

Now i want, when a call lands in Asterisk and routed to an IP phone, an application running on a PC in same network should get some notifications like caller ID and other basic call information.

Plz suggest me how to start doing that.

You need to look at cti.

Could start here: https://www.voip-info.org/wiki/view/Asterisk+CTI+Open+Source

You could use curl for a minimalist approach, but for a more general solution use AMI. You can define user events to help AMI know what is happening.

Thanks for the repy. I will try that.

Thank you. I will try that.