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

Text Notification on Hardphone

ShankarP
Level 1
Level 1

Hi there, hope everyone is good & safe.

Is there any alternate method to push text notification on hard phone's display, other than the HTTP/HTTPS push method.

Customer has concerns enabling web access (80/443) across end devices.

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

The CTI APIs (TAPI and JTAPI) can also push XML pages to a phone. E.g. CiscoTerminal.sendData() in JTAPI. Assuming you may need to push to any phone, you may want to look at the 'Super Provider' which allows the app to dynamically control any phone by providing its device name. Note, however this mechanism is one-way…if you want to get a response/input back from the phone via user interaction with the XML page, you would use HTTP/S as usual.