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 team,We are tying to pull the CUCM (Both v10.5 SU3 & 11.5 SU7) service logs (E.g. Cisco Audit Logs) via the Log collection API as detailed here - https://developer.cisco.com/docs/sxml/#!log-collection-and-dimegetfileservice-api-reference/log-colle...

krnsn1601 by Frequent Visitor
  • 1632 Views
  • 5 replies
  • 0 Helpful votes

I am testing curri and external call control, if i put external call control in translation pattern or route pattern with 0.! , if i digit from my phone 034 immediatly cm make a request to my test application, but i need to digit 03456etc number. for...

maurotb by Frequent Visitor
  • 869 Views
  • 1 replies
  • 0 Helpful votes

Hello Everyone, Can anyone help me with the Lua scripting. I have created the below response normalization Lua script.  M={}function M.outbound_404_INVITE(msg)msg:setResponseCode(406, "Not Accepted")endreturn M This is applied on the SIP trunk to the...

RG84 by Community Member
  • 3623 Views
  • 2 replies
  • 0 Helpful votes

Hello Folks!I working on a project where I required a little input from your side!We have created cucm cluster having one publisher followed by three subscribers! I wanted to implement this thing via JTAPI which actually has 1 provider for each cucm!...

AbbasMalik by Frequent Visitor
  • 1028 Views
  • 1 replies
  • 0 Helpful votes

Hello,New this devnet .I have come across issue with CVP server  were i got the below error from log. Enclosed complete log for your  ref."can't connect to SIP server: ConnectionWrapper.check: can't establish connection"During this issue my vru pim i...

manjunathc24 by Frequent Visitor
  • 4917 Views
  • 7 replies
  • 0 Helpful votes

Hi Team, I have a question regarding the following compatibility document: https://developer.cisco.com/site/tapi/documents/supported-windows-os/   is TAPI 11.5/12.0/12.5 supported with all of the Windows 10 types/version (LTSC/B, CBB ...)? I have a s...

eyalraba by Cisco Employee
  • 2065 Views
  • 1 replies
  • 0 Helpful votes

I'm looking to replicate the output of the IM&P Presence Usage report, a list of active or signed in Jabber / XMPP clients via an API or some other programmatic method. While querying the CUCM RISDB can return clients currently registered to CUCM for...

I have a unique issue regarding SIP Diversion headers generated by Call Manager.  We have a department using Contact Center Express, and one of the features written into the CCX script for the agents is the ability of the caller to exit the queue and...

mnora by Frequent Visitor
  • 2819 Views
  • 4 replies
  • 0 Helpful votes

Hi All, Currently utilising CURRI via Python 2.7 - working fine. However, have a requirement to migrate to Python 3.x for compliance reasons.Unfortunately, the SocketServer application no longer functions as expected in 3.x.I've ran all code via 2to3...