Hi,
You can use the SendData method to send data to a Cius in CUCM version 8.5, I've tested that myself. The data shows up in the
onXSIEvent() in the DeviceListener. I'm not sure why it wouldn't work in 7.1.5.
However, personally, I don't do it this way. The problem is that unlike our other phones there can be more than one application that expects data to delivered this way, each application has to ignore data targeted at other applications, so in general I would advise against it.
Here are a few options that I like
1.) Use C2DM. This is the "Android way" to send notifications. Matt Williams wrote a nice
Blog post about C2DM a while back.
2.) Use XMPP. XMPP isn't just for instant messages. XMPP is fast, lightweight and allows both one to one and one to many communications.
Larry M.
Hi,
We are trying to run an application which is using JTAPI "SendData" method to hard Cius device. "Allow Control of Device from CTI" box is checked for Cius but we are getting "Terminal is restricted" error. Our CUCM version is 7.1.5 and Cius Active load is sipcius.9.2.2-49
We are sending RTPMTx command to Cius for enabling the multicast RTP transmission from Cius.
Can you please let me know either JTAPI is supported for Cius on CUCM 7.1.5 or not?
Regards,
Umesh