cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
928
Views
0
Helpful
1
Replies

using JTAPI to push texts to IP Phone

cptmellow
Level 1
Level 1

Hi Guys

Can someone one point in the right direction on how to use JTAPI to push texts to IP Phones. I've not had that much experience with the JTAPI APIs. We have web access disabled for our phones so have to use an alternative way to do this, which I head was using JTAPI.

Any help will be appreciated.

Thanks

1 Reply 1

mpotluri
Level 5
Level 5

byte[] sendData(byte[] terminalData) is the API to send XML message to the phone. This API is available on CiscoTerminal.

You can put the following as a byte[] and use the above API.

<CiscoIPPhoneText><Title></Title><Prompt></Prompt><Text>This is a test message through sendData</Text></CiscoIPPhoneText>

JTAPI test tool available at Cisco JTAPI show cases this functionality as well. You can use this test app to get familiar with Cisco JTAPI API.