« Back to Cisco JTAPI Questions

RE: How many applications per CTI Route Points or CTI ports, with CUCM 8.6

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi to all,
I read in the Unified_CM_8.6.x_CTI_Improvements doc: 
CTI now supports 5 CTI applications per device without requiring additional resources
 
Does it mean I can register CTI Route Points or CTI Ports from 5 different applications ?
Also if the applications resides in different nodes or server with differenet IP Address ? 
 
Thanks a lot.

The statement indicates that 5 different apps can observe a device with no overhead. That said multiple applications can register CTIPorts and RP but they have use the same capabilities in register request.

I tried to register the same CTI Ports from the same application (same capabilities) that resides on 2 different server.
I got the following exception:
com.cisco.jtapi.CiscoRegistrationExceptionImpl

I don't understand how can I control the same CTI Port from 2 different server, who is the server that answers, accepts or place onHold a call on the CTI Port ? The first registering application ? Both ?

Dynamic registration type should be used. Static registration allows only 1 registration request. 
 
Any application can put the call on hold, redirect etc. The expectation is applications are aware of other applications and have some mechanism to co-ordinate. More practical scenario is 1 application is actively controlling (ie doing features) and all other instances or other apps are just observing the address/terminal and getting the call activity.
 

It works!! Now I'm going to implement the business logic to control the CTI Port one node at a time.

Thanks a lot.