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,Is there a limitation on how many users can be added on Media Sense as API Users? I could not find this number in documentation and I believe I hit that limit as browser display is reset after I try to add another user on the admin interface. I...

beozer by Cisco Employee
  • 2335 Views
  • 2 replies
  • 0 Helpful votes

Hey good people,I cant work out how to associate a line to a device as I do using the web interface.  In the web gui under a device -> line, down the bottom you have "Users Associated with Line"  How Can I set this to a users id in axl?Im using cucm ...

mgowland by Level 1
  • 2152 Views
  • 1 replies
  • 0 Helpful votes

Hi everyone - I'm brand new to the forum and this is my first (newbie!) question - apologies if I have stepped on any etiquette or rules!I'm working with someone who is interested in developing a new Voice Cloud Solution (SaaS) which will use HCS for...

Hello,We've figured out the process we want to use to enable APNS, and are now trying to figure out how to tool this process.Are any of the settings in the Advanced Features > Cisco Cloud Onboarding menu accessible via the AXL API, if so what are the...

I am using AXLAPIService to create a phone with a line on CUCM. First I add a line, use the line to create a XPhoneLine that is added to a phone. In the XPhoneLine I set the busyTrigger to a specific value (smaller than the maxNumCalls) - like this:A...

Urs Wuest by Level 5
  • 1572 Views
  • 5 replies
  • 0 Helpful votes

Existing Cisco UC customer is looking at Cisco Emergency Responder (CER), and they have some concerns over its ability to identify the location of wireless endpoints. This is healthcare, and doctors/nurses are highly mobile, carrying their 7925G phon...

I need to use AXL to add a single device to an application users existing associated devices.  Im thinking to do this Ill have to use updateAppUser, specify associatedDevices, and include all the currently associated devices in addition to the extra ...

mgowland by Level 1
  • 1145 Views
  • 1 replies
  • 1 Helpful votes

I have tried to use the updateLine AXL API from PHP:$line = array(        "pattern"=>"44",        "description"=>"Test 44"                    );    $response = $client->updateLine($line);    echo $response;I have got the error message:Fatal error: Un...

herenyii by Level 1
  • 1933 Views
  • 4 replies
  • 0 Helpful votes

Hello All, When something change on Cisco Unified Comm Manager, for exp, deleting DID, using DID etc. is there any way or event to get this info? Our customer is concerned about performance issues, that is why they don’t want to make a synchronizatio...