I'm reading the developer guide for PAWS.My first issue was trying to get the getAPIVersion call to work. I'm using SOAPUI.I imported the WSDL into SOAPUI, based on the WSDL content... towards the bottom<wsdl:service name="APIVersionService"><wsdl:p...
-
AXL
(759) -
Buying Recommendation
(1) -
Certificate Management API
(3) -
CMX Mobility Services API
(1) -
Community Feedback Forum
(1) -
Contact Center Task Routing
(1) -
Emergency Responder
(24) -
General
(2) -
HCS
(17) -
Other Collaboration Management Topics
(45) -
Packaged Contact Center Enterprise
(1) -
PAWS
(16) -
Recordings (MediaSense)
(91) -
SocialMiner
(1) -
UC Manager Serviceability
(76) -
User Data Services
(10) -
Webex Meetings
(1)
- « Previous « Previous
- Next » Next »
Forum Posts
Resolved! MediaSense Archive Logs
Hi,We are using Cisco Mediasense 11.0.1.10000-103 for video call recording . We configured SFTP server location on MediaSense Archive Configuration page to archive recordings periodically . It was archiving calls for some days, but then it stopped ar...
Resolved! Downloadable documentation for UC11.0
At times, you may be offline and still have to work. For that it would be useful to have a downloadable version of the rel 11 documentation just as it was possible for earlier releases. Is that something that will be provided at some point?
The documentation for CUCM 9.0 up to 11.0 (https://developer.cisco.com/site/axl/documents/latest-version/axl-soap.gsp) states that the listServiceProfile command has three possible return tags: name, description and isDefault.However, this is incorre...
Hi i have a problem using C# for querying CUCM, i got an error:System.Net.WebException: The remote server returned an error: (599). at System.Net.HttpWebRequest.GetResponse()Here is my code:HttpWebRequest req = (HttpWebRequest)WebRequest.Create(@"h...
Resolved! AXL and Cisco Support Field access
Hy everybody,We have a CUCM cluster (11.0.1.10000-10) and I would like to know if is possible to change the value of the “Cisco Support Field” of a device using AXL? Thanks,Regards, Fabrice
HiThere is an AddAnnouncement in AXL Documentation.But how can i upload the File with this announcement?There is a Element of type "announcementFile" but it is just a string.I could not find any hint in the reference on how to upload my wav-File.Gree...
Hi everybody,i just noticed that addPhone requests on cucm 10.5 does not set securityProfileName at all.Here's my soap request:<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:x...
Hi all,I'm using C# with api 8.0 scheme and .NET framework 3.5after the AXL object creation the reference contains all events and methods in the class."AXLAPIService AXL = new AXLAPIService("192.168.1.55", "axluser", "axlpassword");"this action takes...
how to use finesse.restservices classes ?
Resolved! addRouteList can't find NANP:PreDot
Greetings,I am trying to add a Route List via AXL and one member of the route list uses NANP:PreDot for digit deletion. AXL, however, responds the NANP:PreDot cannot be found. I can select NANP:PreDot from the GUI when I creat RLs by hand. Any ideas ...
Hello there, I try to get my SQL the Line Group out via the AXL API. I want to specify the device name and get the Line Group. Can someone to call the SQL string?Gruß Matthias
Can anyone shed some light as to what this operation does exactly?I cannot find any documentation about it. It is just listed in the AXL schema without much information.
Hello community,I've got problem while sql querying Cm database.Should datetimeinserted field of device table return timestamp of when phone profile has been created?I'm getting just empty string, while values of other fields in this table returned s...
I am new to developing on the AXL platform provided by CUCM and I am having trouble when trying to get the devices associated with the users? I'm trying to follow the sample code in the cookbook (https://developer.cisco.com/media/axl-cookbook/usersAn...