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

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 1
  • 1230 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 i...

jmn by Level 1
  • 767 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,In normal situation, "LUser" contains an element "telephoneNumber" (Lower case t)However, starting from CUCM 10, "listUser" returns "LUser" with element "TelephoneNumber" (Capital letter T)I suppose it is a typo of Cisco developer since the wsdl d...

ivanlo001 by Level 1
  • 1062 Views
  • 4 replies
  • 1 Helpful votes

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...

I have subscribed for Mediasense notifications whenever a recording starts, ends or gets updated. But, sometimes I don't get 'deviceRef' and 'xRefCi' parameter's value in response. I have added response of a sample call:Recording with Active State: {...

I want to manipulate a directory number's URIs via SQL. I've found the table and understand the schema fine. My problem is the primary URI field.According to the database schema docs, you can't change which URI is the primary one (the isprimary colum...

We are planning to use a QGate connector for SageCRM to perform screen pops against incoming calls on a CUCM v9.1 while calls are being captured to a MediaSense v10.5 server.Presuming that a Call Key (uniquely identifying the call) is generated as pa...

Hi,We implemented Cisco Mediasense 10.5.1 in our test environment. I am looking for a compatible Cisco Mediasense API.On Cisco Devnet website i could only see Mediasense sample app for 9.0:https://developer.cisco.com/site/mediasense/documentation/ind...

Hi allPlease can any one helps me with put axl response int to dataGridview.I'm able do put one Item is datagridview.What I want is to <name>SEP000000001234</name> and <userid>ABUser1</userid> in to datagridview.Herby my code:   private void getdev...

jmn by Level 1
  • 1041 Views
  • 5 replies
  • 0 Helpful votes