cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
528
Views
4
Helpful
2
Replies

Get the Caller Name using JTAPI

msabir
Level 4
Level 4

For the incoming call, I am able to read the Caller ID using connection[0].getAddress(), but it gives me the phone number of the incoming call. Is there a way to get the Caller Name of the incoming call as well?

2 Replies 2

stephan.steiner
Spotlight
Spotlight

You get the caller name as shown on the phone's display by calling CiscoCall.getCurrentCallingPartyDisplayName

I will give it a shot. Thanks.