« Back to Cisco JTAPI Questions

Which port does JtapiPeer.getProvider() use?

Combination View Flat View Tree View
Threads [ Previous | Next ]
I'm unable to get a Provider to one node in a CUCM cluster.  The sysadmin wants to know which port is used to get a Provider.  I can't find anything in the docs.
Does anyone know what port is used by JtapiPeer.getProvider()?  I'm using JTAPI v8.5 libraries.
Thanks.

0xABC for normal connection
0xABD for secure TLS connections

Thanks.  How do I determine which one is used or does that depend on the CUCM setup?
 
Mohan Potluri:
0xABC for normal connection
0xABD for secure TLS connections

It takes some effort on the client side to get secure CTI to work, so I would expect the JTAPI app developer to know if the connection is supposed to be secure/unsecure.  If the app developer is you, then I would assume un-secure emoticon

Depending on whether the UCM user for the CTI connection has the 'Standard CTI Secure Connection' permission set, UCM allows the provider connection on either 0xABC (un-secure) or 0xABD (secure) only.  Also note that the CTI Manager service must be running on the UCM node in order to support CTI connection.