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

Hello,Refer to the link below, Cisco JTAPI (for CUCM12.5) is considered to be compatible with RHEL7.Is it compatible with RHEL8?If that is not currently supported, are there any plans to support it? https://developer.cisco.com/site/jtapi/documents/ci...

HD_RR401 by Level 2
  • 1146 Views
  • 2 replies
  • 0 Helpful votes

Hello, I'm trying to access the CUCM using zeep python library and I'm having an issue with the client method. I'm loading ACLAPI.wsdl as a local file, so I defined: WSDL_URL = 'file://C:\\Users\\dgonzalez\\Trans\\Devnet\\Schema 10.5\\AXLAPI.wsdl' an...

i am running some Tapi tests regarding user login or logout using jabber.Configuration:cisco tsp 12.5.1lineNegotiateAPIVersion: : cisco tsp returns tapi version 0x00020001lineNegotiateExtVersion: cisco tsp returns 0x0000000F.Registry: EMOptions is 1....

christian.la by Community Member
  • 1004 Views
  • 1 replies
  • 0 Helpful votes

I am working on Cisco UCCX and I am using Cisco UCM integration. When I am calling from external number ('customer') to one of Cisco extensions ('agent') I am clicking 'Decline' on the agent's Cisco Jabber. Then I am redirected to the agent's voicema...

disconnectProblem.png
Zygmuntix by Frequent Visitor
  • 1379 Views
  • 1 replies
  • 0 Helpful votes

Hi, I am building an application that requires digit key pressed events (such as 1, 2, # etc) to be captured from SIP phones. I have followed the Cisco JTAPI 11.5 guide and enabled the CiscoTermEvFilter.setButtonPressedEnabled(true) before adding a T...

anoopr by Visitor
  • 6139 Views
  • 4 replies
  • 0 Helpful votes

Hello,I need help setting up a TCL ivr script on the ISR4351 / K9 router and as I don't know, can anyone help me?I need to configure a script with these forms, could someone send me some sample, please? From PSTN -> incoming = welcome audio -> press ...

avelino01 by Frequent Visitor
  • 2317 Views
  • 3 replies
  • 0 Helpful votes

Dear colleagues, I have the next task: i need to play notification for client when the client is calling to an agent. This is notification from audio file (I am planning to use some java RTP library for this).We have:1. CUCM 12.5, JTAPI 12.52. 4001 D...

NicolayDm by Visitor
  • 4389 Views
  • 9 replies
  • 0 Helpful votes

So I need to come up with a solution that allows my app to switch over to another CUCM with the smallest possible delay when a server goes down. There's timers on the CiscoJtapiPropertiesspecifically, the heartbeatInterval, and I'm guessing the javaS...

Hello Team,Requirement:When the user makes the outbound call, based on the dialed number area code the calling number area code should change I am trying to use CURRI to meet this requirement and built an HTTP Server using python and tested it using ...