| Author |
Caller ID Display
|
Amjad Khantwo
Greenhorn
Joined: Jun 03, 2004
Posts: 1
|
|
Hi there, Firstly i would like to thank you for reading the message. The Problem: I am working on a project that requires a phone to be connected to the PC - the phone number that is calling needs to appear on the PC monitor. This is basically the same as a mobile phone addresss book. Someone rings the mobile phone looks in the address book and matches that number to the person, the name of the person is displayed who is calling. That is what i want to do, but with a land line. I am aware that i need the telecom provider to set my land line so that it sends the phone numbers of people that are calling. I have no idea where to start, can some one point me in the right direction please.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Your only route is the Java Telephony API: http://java.sun.com/products/jtapi/overview.html. I've never used it so I can't help beyond telling you it exists.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Stan James
(instanceof Sidekick)
Ranch Hand
Joined: Jan 29, 2003
Posts: 8791
|
|
I'd guess that JTAPI will have to run on top of a CTI platform. In the system I live with, we get a client DLL & jar from the CTI vendor. We use that to connect to a CTI server that pumps out zillions of telephony events. There are PC boards that replace the physical phone on your desk. Anybody know if JTAPI works with those? Or VOIP?
|
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
|
 |
 |
|
|
subject: Caller ID Display
|
|
|