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
  • 638 Views
  • 2 replies
  • 0 Helpful votes

I need help Anyone present with experience in using restconf to modify the configuration on dial-peers in a CUBE (Cat8000V version 17.10.1a). More specific I need to apply shutdown to a dial-peer using a restconf call.

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

One of my internal customers wants to write an Application to subscribe to presence changes and status updates in jabber. I have not seen an API to do this directly. Has anyone done this or can point me to the right documentation?

Steven L by Spotlight
  • 808 Views
  • 1 replies
  • 0 Helpful votes

Hi I am looking for API where i can use ti develop a gadget to provide call control features such as Make call / hold / Retrieve / transfer / Conference.  This is not via agent login. Non-ACD calls for non voice agent. Please do share the me the deta...

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
  • 498 Views
  • 1 replies
  • 0 Helpful votes

We are working to connect Genesys PureConenct and Genesys PureEngage together, passing through Cisco CUCM.  We have a SIP trunk from CUCM to Connect and a SIP trunk from CUCM to Engage.  The original proof of concept had an INVITE sent from CONNECT t...

SIP-Conversation.jpg SIP-REFER-with-ININ.jpg
djohnson by Level 1
  • 3004 Views
  • 3 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
  • 643 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 ...

How to make DTMF and TTS work in cisco jtapi system. What are its settings so that my call goes from one phone to another phone. In what way can these two be used in my Java code?