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

We are writing to ask about how to solve the problem that we encounter when we are trying to develop the sample of Cisco API application.We have tried to run the sample of Cisco API sample application from the DevNet form.Here is the link of the samp...

We are writing to ask about how to solve the problem that we encounter when we are trying to develop the sample of Cisco API application.We have tried to run the sample of Cisco API sample application from the DevNet form.Here is the link of the samp...

Hello,I want to use "UpdatePhoneReq" in a Java project to modify the "moh network value" of a phone.Is anyone can give me an example ? Thanks UpdatePhoneReq UpdatePhoneReq = new UpdatePhoneReq(); ...

When trying to run executeSQLQuery such as this:     select numplan.pkid from numplan where dnorpattern like '\\+1123456';this returns a valuebut if I wish to use a wildcard:     select numplan.pkid from numplan where dnorpattern like '\\+112345%';it...

gcw by Frequent Visitor
  • 1000 Views
  • 3 replies
  • 0 Helpful votes

Hi All, where can I get examples of the following:During an CCX inbound call the system can add a tag to the recording session. In these scenario I need to obtain the current recording session ID and a String Tag from a Web service to update te recor...

jecheand by Level 2
  • 1942 Views
  • 3 replies
  • 0 Helpful votes

Hi,I`m trying to add a line / phone via AXL / perl at CUCM 10.5.This updatePhone command in the perl is working for example:my $res =   $cm->updatePhone(            SOAP::Data->attr({xmlns => ''})->name('name' => $devname),         => SOAP::Data->att...

Hi all I'm writing an application that show speeddials in a Textbox.here is a part of a axl:     <speeddial index="1">          <dirn>00123456</dirn>          <label>jan Mobiel</label>          <asciiLabel />        </speeddial>        <speeddial ind...

jmn by Level 2
  • 1133 Views
  • 1 replies
  • 0 Helpful votes

Has anyone else seen issues with the volume of data the API currently attempts to respond with?Because there is so little filtering in the API as it stands, I'm unable to use it on any of our production CER servers, as the requests consistently time ...

Hi,We installed Mediasense 10.5 in our test environment. I try to send an HttpWebRequest from a .net client code that i wrote (the url  is  "https://SERVER-IP:8440/ora/authenticationService/authentication/signIn" and using localhost as the server)  t...