cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
543
Views
0
Helpful
1
Replies

CTI Route Point showing as "Unknown"

amit_akuka
Level 1
Level 1

Hello,

I'm trying to open a terminal and monitor the CTI Route point using JTAPI, I created application user and added all the required CTI permissions and associated the RP to the application user. However, RP still shows "Unknown" status instead of registered..

On the JTAPI terminal I get the CiscoAddrOutOfServiceEv event.

Tried to restart CTI Manger service, nothing changed..

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

Are you calling the CiscoRouteTerminal.register() method to register the CTI Route Point?
Assuming you aren't going to be actively handling RTP media on the CTI RP, you should be able to simply do something like:

(CiscoRouteTerminal) myRp.register(null, CiscoRouteTerminal.NO_MEDIA_REGISTRATION)