Call Control

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Intro to Ansible

Good Documentation

The Great Selenelion


>> View previously featured conversations <<

Forum Posts

Hi all, I am currently investigating an issue with a third-party CTI application that terminates the media using the Cisco TSP Media Driver. Intermittently, the customer experiences poor quality audio where a popping sound can be heard over the audio...

dvowell by Level 1
  • 300 Views
  • 2 replies
  • 0 Helpful votes

Hi,we are communicating with a CUCM system using windows TSP TAPI driver.The customer is asking us to provide Q.850 codes for disconnection reason.I've found that JTAPI provides Q.850 compatible codes using getCause or getCiscoCause function.I coudn'...

Hi,I've successfully sent a device specific XSI command to a phone using JTAPI:var str = "<CiscoIPPhoneExecute><ExecuteItem Priority=\"0\" URL=\"Key:Mute\"/></CiscoIPPhoneExecute>";terminal.sendData(str.getBytes()); Our application must use Windows T...

Hi everyone.I would like to know if it is possible to implement a third party application that can communicate with a CTIManager  of a CUCM using directly the CTI TCP/IP communication protocol that is used by TAPIS TSP driver and JTAPI plugin.We woul...

Hello, at the moment we implement JTAPI to our solution. Because i dont want to monitor all Phones in the CUCM cluster, i was thinking if it is possible to monitor also SIP Trunks to see all calls which are running on the SIP Trunk. Is there any API ...

We have a Enghouse QMS call recording server (Version: 7.4.2.20145 ) that uses the Cisco TSP for call control messaging. It quit working after windows updates were applied on 8/10/2020. I reached out to Enghouse support to investigate the issue and t...

If I was to develop a TAPI application, would a simple architecture include CUCM, Windows app server with the TSP and then the clients also with the TSP installed? This is for a Dynamics CRM pop/click2call app. Thanks