« Back to Cisco JTAPI Questions

How is it possible to send caller number from IP PHONE to PC webbrowser URL

Combination View Flat View Tree View
Threads [ Previous | Next ]
How is it possible to send caller number from IP PHONE to PC webbrowser URL?

Can you be more specific about the details of your requirements?
 
The TAPI and JTAPI APIs allow applications to monitor call events on IP Phones.  Incoming call events would contain calling and caller IDs, so it would be possible for the app to make this available in a web app.
 
 

Sure it is... e.g. configure the end user to identify the machine name.
The run a JTAPI server app monitoring the phone, and upon a ringing incoming call you look up the machine name in the CUCM database (using executeSQL), and send the number to the PC in question (the PC in question would run a listener application which allows the server app to push numbers... and it would then open a webbrowser with a certain url and containing the number it was sent).
 
Or you could run just one app on the client machines.. they just needed to know which PC to monitor and have the credentials to log into TAPI/JTAPI.. to set this up securely, you could use the end user's login/password and give each user access to monitor just his own device.