Management

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,I was finally able to figure out how to do this and I get a succeeded message but the contact list is not being updated. It worked great yesterday now of course when I sit down to document the steps it stops working. Can someone tell me why? <?...

Resolved! PHP and AXL CUCM

Hi all,I am using CUCM 10.6 and when i downloaded axlsqltoolkit from server, i show that's current version of AXL is 10.5.I want to write a simple code to get FAC code by PHP.I finded example in Dev Primer and this is my code:<?php    $host="10.15.30...

HeyI am working on getting a connection for the CUCM version 10.5 in c# the goal is to handle phone settings in a existing project     - call forward     - hunt group membership     - etcAt the moment, I am trying to get access to the information as ...

The MediaSense API docs talk about using the Call Correlation ID to link MediaSense recordings to CUCM calls. The MediaSense API for getSessionsByCCID shows the call correlation ID being a GUID. But the only field in a CUCM CDR (That I can see) that ...

Resolved! GAXL

Hi,can anyone explain what GAXL is? Reference seems to be a comment in a response to calls like listPhoneButtonTemplateResponse.<!--This API has been processed by GAXL not AXL-->this is not in all axl responses. Annoyingly the namespace has changed f...

levinsky by Level 1
  • 2349 Views
  • 2 replies
  • 0 Helpful votes

HiI found an interesting one today. We've established that you can create an LDAP integrated user even if the LDAP sync hasn't run yet. All it takes is filling the UserIdentity and LdapDirectoryName fields then calling addUser.So today I created such...

Hi,We are tying to perform LDAP sync using Python. Except for doLdapSync all other axl calls are happening.Please help me get out of this dead lock.Request: (credentials removed)AXL_LDAPSYNC = """<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelop...

rajeran2 by Level 1
  • 1204 Views
  • 6 replies
  • 0 Helpful votes

HiSo I was running my code to create mobile jabber devices with associated remote destinations in 10.5.2 today and it threw the first addRemoteDestination back into my face complaining about dual mode devices.I recalled that on 9.1.1, I not only had ...

Hi. I'm experiencing a problem when adapting AXL requests from API 1.0 to API 10.0 or API 10.5.Almost identical request templates, works for an SQL statement, but does not work for any other request.Below, I put two examples. THe first work OK, the s...