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,https://developer.cisco.com/site/jtapi/documents/cti-tapi-jtapi-supported-device-matrix/ Cisco Spark Remote DeviceNANACTI Supported. Not supported from CiscoJTAPI and CiscoTSP I can see it's a CTI supported device but not supported by Cisco JTAPI ...

In the routing section of the JTAPI dev guide, it states: "You can configure each CTI RoutePoint with only one line in the Cisco Unified Communications Manager. A single CTI RoutePoint supports a maximumof 34 lines.To support more than 34 lines," So,...

  Hi,I want to develop an automation suite to tests big loads of calls with CTI. what would be the options, is there a CTI server simulator available? I believe there is an option to reserve an IVT but then I don't think it will be ideal to run daily...

Hello, in my Application i would like to add my voice gateway to show the calls which are running now and the calls which was active in the past. So to give the user an overview about the usage for the Gateway. And i dont want to get this information...

I am using lineGetNewCalls() to get handles to the calls which is established before invoking my application.https://docs.microsoft.com/en-us/windows/win32/api/tapi/nf-tapi-linegetnewcalls The issue is that It always returns zero in the dwCallsNumEnt...

Hi All, I have a question regarding JTAPI usage and the following are my scenarios: Scenario 1:1. Silent and Whisper functionalities are added on a gadget on Finesse desktop2. Two (2) workstations are used each for Supervisor and Agent (total of 4) ....

liam123 by Level 1
  • 1981 Views
  • 3 replies
  • 0 Helpful votes

Hi, I am trying to implement Mute functionality using JTAPI by using the below piece of code:String muteDataString = "<CiscoIPPhoneExecute><ExecuteItem Priority=\"0\"   URL=\"Key:Mute\"/></CiscoIPPhoneExecute>";ternimal.sendData(muteDataString.getByt...

YouTee by Level 1
  • 905 Views
  • 0 replies
  • 0 Helpful votes

Hi All,I want to simulate the "mute" button actions as bellow: String muteDataString = "<CiscoIPPhoneExecute><ExecuteItem Priority=\"0\"   URL=\"Key:Mute\"/></CiscoIPPhoneExecute>";  byte[] muteDataBytes = muteDataString.getBytes();  for (Call call ...