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.
Within the platfom Cisco CUCM 10.5 there is granted out-of-the-box the possibility to send HTTP POST Messages to Cisco IP Phones via IPPS Phone Services API as reflected in the documentation https://developer.cisco.com/site/ip-phone-services/document...
I am trying to start a silent monitoring with jtapi: call2.startMonitor(provider.getTerminal(supervisorMAC),// monitor phone provider.getAddress(supervisorDN),//monitor DN tc,//monitor target TerminalConnection CiscoCall.SILENT_MONITOR, CiscoCall.PLA...
Finally it seems we reach to a conclusion for the problem:We needed to activate firewall rules between the port 80 of the phones and the port 8433 of the call manager for the ip range of the involved phones.This firewall rules were requested at the b...
I run into the same problem. This issue is difficult to create trouble but it may. In my case I had a try catch who was holding observedAddress.removeCallObserver, observedAddress.removeObserver, observedTerminal.removeObserver and in that case one t...
Many thanks for your response. We've tried the AUTHORIZED or UNAUTHORIZED, checked the https url and so on.But as an update we have found a workaround that works partially!Instead of associating the phone to an application user we are associating the...
were you able to find other tokens? I need also to find the called number (myNumber)
When there is an incoming call I can get this information in the event:
function OnTelephonyConversationStateChanged(json) {var conversation = JSON.parse(json); var ...
Thanks for your kind reply!Yes, we did that already: we added a Monitoring Calling Search Space (cssAll) that allows calling to the Partition where the agent DN belongs to 1002(internas):•Configure Monitoring Calling Search Space OKBefore doing that,...