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 guys,I'm trying to get a list of conferenced parties from CiscoConferenceEndEv by calling the cev.getFinalCall().getConnections() method.The problem I'm hitting is, sometimes I'll get the entire list of participants, sometimes I'll get a NullPoint...

mervkwok1 by Level 1
  • 155 Views
  • 2 replies
  • 0 Helpful votes

What is the most scalable way to notify desktop applications of CTI events?If we have > 10,000 phones on a CUCM, is there a way to notify >10,000 desktops of basic CTI events (device states like off hook, incoming calls, etc.) Our concern is that mon...

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

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

melroy by Level 1
  • 212 Views
  • 1 replies
  • 0 Helpful votes

Hello,  I have a CTI appllication that works fine. Tried to secure the CTI connection following this very good guide. https://community.cisco.com/t5/collaboration-knowledge-base/configuring-and-troubleshooting-secure-jtapi-cti/ta-p/3125041 I have a c...

RITT by Level 1
  • 190 Views
  • 1 replies
  • 0 Helpful votes

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

You 15-12-2023 00:35 •Hi, I am new to Cisco CUCM. I am trying to run the application https://github.com/CiscoDevNet/jtapi-samples/tree/master to make a call in JTAPI.I create one application user in cisco Unified CM Administration but still I am not ...

souradeep by Level 1
  • 224 Views
  • 1 replies
  • 0 Helpful votes

Hello - Looking for some help with JTAPI implementation. Plan is to build a web softphone for 3rd party call control where the purpose is only to control the device through the UI. Reading the developer guide looks like I need to get provider (I read...

PVYAPA by Level 1
  • 2766 Views
  • 7 replies
  • 0 Helpful votes