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

Does anyone know of a way to list a user without knowing the case?  Here's my example:def check_user(user_name):     user = active_cm.service.listUser({'userid': user_name},          {'userid': '',          'firstName': '',          'lastName': ''}) ...

Hi ,I am trying to figure out how to list all lines assigned to a Pickup group.I have looked through the data dictionary and can't find any correlation between Pickup group and lines of people who use it.Can someone point me in the right direction?ch...

m.batts by Level 4
  • 464 Views
  • 1 replies
  • 0 Helpful votes

Hello all,CUCM 10.5.2SU2I've looked through the CUCM AXL WSDL and I can't find a call to add/modify/change CUCM roles.The screen is User Management > User Settings > RoleIs there an AXL call that allows me to add/change/delete entries on this screen?...

Hi,Does a modification of the CAPF fields by using an SQL request will have the same effect on the device than a modification of the CAPF field by using the updatePhone AXL request?In fact I want to manage the fields "ecKeySize" and "keyOrder" of a C...

Hi,In our test environment, i try developing a custom search and play application (c#) using Mediasense 10.5 API. I am able to get the http url related with the session i would like to reach successfully like https://x.x.x.x:8446/recordedMedia/oramed...

Hello everyone,I try to call Mediasense API: getSessions with pageParameter like{"requestParameters":[{"fieldName":"sessionStartDate","fieldConditions":[{"fieldOperator":"between","fieldValues":["1449162000000","1449334800000"]}],"paramConnector":"AN...