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

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...

h.abdelraouf by Community Member
  • 1814 Views
  • 3 replies
  • 0 Helpful votes

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 2
  • 2429 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 Visitor
  • 1024 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 :...

Can anyone advise what the '0' value stands for the below SIP Profile command in CUBE? voice class sip-profiles 1request ANY sip-header Contact modify ">" ";CCA-ID=0>" I know what the CCA-ID means but I am not sure what the value 0 stands for. Thanks

mid230 by Frequent Visitor
  • 1275 Views
  • 0 replies
  • 0 Helpful votes

Hi together, are there any newer documentations about CURRI? The ones in https://developer.cisco.com/site/curri/documents/latest-version/ are quite old as one of the newer paramters like callingdevicename in CURRI request are not mentioned. I just sa...

I am trying to use the test tool to access the phones settings menu then use the /CGI/Screenshot url to see the phone.  I hit the "Settings" in the Extra Controls and when I refresh I don't see anything.   Is there a JTAPI Test Tool Specific Forum an...

jwilson by Level 2
  • 1618 Views
  • 3 replies
  • 0 Helpful votes