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

Dear, I need to make a script to modify the contact header field,I need to remove the string "+ sip.instance =" <urn: uuid: 832028f41e6258c46e8de1e8dd3d6723360b5c74> "; reg-id = 1"String before normalizing:Contact: <sip: 3001@10.0.1.56: 50772>; + sip...

fgleanza by Level 1
  • 10575 Views
  • 18 replies
  • 0 Helpful votes

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
  • 771 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
  • 1016 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
  • 628 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
  • 3309 Views
  • 3 replies
  • 0 Helpful votes
Top Solution Authors