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.
Using JTAPI, I can currently trigger popups on caller phones via sendData() with API-driven content. Is it possible to instead directly modify the caller's phone display - particularly the called party description - without using popups? What JTAPI m...
Hey community, I am working on a JTAPI project. I am stuck on something and came here to ask for a small help.if (event instanceof CiscoCallEv) { CiscoCallEv ciscoEvent = (CiscoCallEv) event; ciscoEvent.getCall().toString() // this ret...