cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
461
Views
5
Helpful
3
Replies

Catch Call status Cisco IP Phone

Hallo everywere,

 

i try programm a litle programm and i need one information. How is it possible to catch the status of line one picture is add. When i make a call the button Line one is red after call is grey. Its meen that is possible to catch this status or?

 

thanks for your help.CiscoIpPhone.png

3 Replies 3

I don't quite understand your question. Do you mean that you want to capture the signaling that changes the status of the light? Or do you want to capture the status of the light in real time? Or something else?

Ratheesh Kumar
VIP Alumni
VIP Alumni

hi there

Do you mean you are coding a program to get the busy/idle status of a phone. If you need to know the status you can get that going to the phone IP address, then go to streaming statistic (stream1/stream2). If the phone has an active RTP stream then you can assume it is busy on a call or else its idle. 

For API check out  CTI APIs - TAPI and JTAPI .  These APIs allow a program to register for real-time events regarding calls and call status, as well as issue call-control commands.

 

 

Hope this helps!

Cheers
Rath!


***Please rate helpful posts***

Awsom Thanks!