Hi all,I download video file via Mediasense API, I found one file(mp4 format) has 2 videos. I can play on VLC player. How to separate this file or play this file on web browser?Thank you.
Hello i got a problem when i tried a soap codes for addPhone.but got this error"Error sending/receiving from server: Server returned HTTP response code: 500 for URL:https://192.168.10.11:8443/axl/"i use cucm 9.1here's the axl codes<soapenv:Envelope ...
Hi All, I can use LogCollectionPort to gather sets of files such as: <item>Event Viewer-Application Log</item>Is there a way to use this method to gather a single file?I see the response from what I am using has<item xsi:type="ns2:ServiceLogs"><n...
Hello,I am looking for a way to query the CUCM to get a logged in user's MAC address, and then remotely log them out.If anyone could point me in a direction to start, that would be excellent!Thanks!Barry
Hello Community.Could you help me, please?As You know CUCM has Allowed Device Queries Per Minute option in the Enterprise parametrs. And it alows no more than 18 requests per minute. Sometimes my requests are dropped by this threshold value.Is there ...
Hi,i have built the Webservice client with Java 1.7 (JAX-WS). The namespace for the AXLError class is set to "http://www.cisco.com/AXL/API/10.5". This is defind in the AXL Schema file.When i call a function on the client with dummy parameters to test...
updateRemoteDestination request problem with attributes isMobilePhone and enableMobileConnect in 10.0 and later releaseI am having problem setting the fields using the following request. Looks like the fields are not setting in the database when you ...
Hi, guys i want to know how to delete user, line and phone by soap. as long as i know this web Administrative XML (AXL) Developer Cookbook teach me how to update and add. Do you know how to delete ?
Hello i got a problem when i tried a soap codes for addUser. but got this error"Error sending/receiving from server: Server returned HTTP response code: 500 for URL: https://192.168.10.11:8443/axl/"i use cucm 9.1here's the codes HttpsURLConn...
Hi all,Can I set or change Mediasense session(JSESSIONID) timeout? I try to call method: verifySession via Mediasense API for adding time, it's right?Thank
Hi Guys i was trying a axl codes. but i got problem at SOAP.I use CUCM 9.1 and my user and password are operator.here's my codes package axl;import java.io.*; import java.net.*;import javax.net.ssl.*;import java.security.cert.CertificateException;i...
Hi,We are trying to change "Route Partition" name of a line associated with device using AXL API. Following is the code-XFkType xfkPartition = new XFkType(); xfkPartition.setValue("Parsec2");JAXBElement<XFkType> jaxbPartitionLine = new JAXBElement<XF...
The 12,000 model for HCS-CC has a limit of 6000 Active CallTypes and 12,000 for Configured. Does this mean that only 6,000 Calltypes can be in scripts? or that the CallType's EffectiveFrom and EffectiveDates fields are either side of today in CCDM?Th...
Hi Guys I have CUCM version 10.5.2.11900-3I am using the control center web service, and intend to stop / start or restart service through a cron job.As of now, I am just testing this API using the SOAPUI, and am have a little trouble.I am able to ge...
Hi!I'm trying to update the e164Mask for my phone by using the function updatePhone. Getting information from my CUCM-Server is no problem but update doesn't throw errors and doesn't work.I use php to do this:<?php $client = new SoapClient("[S...