I'm making an application for which I need to identify all incoming calls. The phone number will then be used to retrieve information of the client from database.
Currently I'm completely blank about how to implement this in my application.
Any help is welcomed.
I believe that "JTAPI" is the acronym you are looking for.
A.G Rajkotia
Greenhorn
Joined: Aug 11, 2011
Posts: 18
posted
0
Paul Clapham wrote:I believe that "JTAPI" is the acronym you are looking for.
Yes, but could you tell me little more about it.
How to connect land-line phone with the computer and then how to retrieve the same in my java application. I can't import java.telephony in my class(says package not found).