Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I am building an application that requires digit key pressed events (such as 1, 2, # etc) to be captured from SIP phones. I have followed the Cisco JTAPI 11.5 guide and enabled the CiscoTermEvFilter.setButtonPressedEnabled(true) before adding a T...
Thank you very much for your answers. As JTAPI has no visibility into the keys pressed, I have employed a different approach. I am now sending xml objects to display a softkey menu which can be used to perform certain actions on my JTAPI driven appli...
Hi @Alexander Stevenson, Thank you very much. It definitely helps to know that CiscoTermButtonPressedEv and DeviceKeyPressedEvent are different.However I am not seeing any CiscoTermButtonPressedEv in my TerminalObserver implementation despite setting...
As @dstaudt pointed out, Java deprecated JEE packages in version 9 and removed them completely from later versions. If you use a build automation tool like Maven or Gradle then you can specify them in your build file. Code snippets to add to your bui...