cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1443
Views
0
Helpful
2
Replies

Detect incoming call

sigtrm
Level 1
Level 1

Hello, 

what would be the easiest/proper way to detect incoming call on PC for given user?

 

Scenario: user has IP Phone and PC, when call is incoming I would like to detect that and display notification on PC.

I can see there are multiple ways to interact with CUCM, I do now even know where to start.

Can it be done with XML? Or it has to be (J)TAPI?

Can someone point me to right direction?

 

CUCM 11.5.

 

 

2 Replies 2

valudio.mischa
Level 1
Level 1

Hi @sigtrm,

 

We developed an application which does exactly that.

With TAPI/JTAPI you're going in the right direction.

Which technology are you planning to use. JTAPI is a Java library and TAPI is C++.

 

Cheers,

Mischa

Hi @valudio.mischa,

 

I am trying to do exactly the same. I am planning to use JTAPI Java library.

Can you please tell us how exactly does your application detect an incoming call?

 

Any leads or pointers will be appreciated.

 

Thanks