04-21-2006 01:49 AM - edited 03-13-2019 12:59 PM
We all know AXL isn't exactly as great as it's hyped to be and since we're all bound to run into the same issues, why not compile a list of what's wrong. It'll also make pressuring Cisco into fixing AXL once and for all easier.
So I'll go first:
User: the <firstname> and <lastname> element are written <firstName> and <lastName> respectively when you make a getUser despite the documentation saying otherwise. adduser and updateuser use the proper notation.
CCM Version: 4.1.3
04-27-2006 03:15 AM
@edit: scratch that. It appears that shareLineAppearanceCSS = CSS of a DirectoryNumber (or Line in the ccmadmin pages)
04-28-2006 06:47 AM
Hmm.. why can't I edit my posts anymore?
Either way, this time it's not a false alarm:
In getDeviceProfile:
The 4.1.3 documentation says one return element is phoneTemplate with an uuid attribute. However, in the response, there's a phoneTemplateID element without attributes instead and the uuid is given as text of the phoneTemplateID element.
In addDeviceProfile, the service then expects the proper phoneTemplate with an uuid.
05-08-2006 01:16 AM
Another one: The following XML is invalid, yet it is accepted:
The result is a new line 12345, forward to voicemail is set but everything below is ignored (alertingname and duration). What should happen is an error that the statement is invalid as alertingName must come after callForwardNoAnswer.
05-17-2006 07:14 AM
When adding/updating a HuntPilot it accepts and updates all values bar ForwardNoAns and Busy.
It returns sucess but does to make any changes to them
Andy
06-21-2006 04:36 AM
Hi,
what about updateCallPickupGroup for updating members in CCM 4.1(3). I have experienced that if I want to update the list and don't include the currently being updated callpickupgroup it deletes itself from the list, and if I include it in the update list then I get duplicate value error. I am wondering if this is a bug. Anyone encountered this?
thanks.
cheers,
alej
06-26-2006 12:49 AM
Adding MTPs and Conference Bridges apparently doesn't work either: http://forums.cisco.com/eforum/servlet/NetProf?page=netprof&forum=IP%20Communications%20and%20Video&topic=IP%20Phone%20Services%20for%20Developers&CommCmd=MB%3Fcmd%3Ddisplay_location%26location%3D.1ddb83b7
06-26-2006 05:01 AM
In CCM 4.2 method "listUserByName" is not working with "*" character.
If we search for lastname = "*" CCM answers with BAD SEARCH FILTER.
My workaround is to change "*" to "* " because this filter seems to work. (But not sure...)
Note that in CCM 4.1 this method was not bugged!!!!
07-14-2006 12:09 PM
CCM Version 4.2
in XCallForward info the duration element can be a negative number.
orig =
new =
07-14-2006 12:12 PM
CCM 4.2
When making a getLineReq in complexType GetNumPlanPattern pattern is defined as nillable="false" this should be changed.
orig =
new =
07-14-2006 12:14 PM
CCM 4.2
GetPhone issue - in complexType = "XPhone" the numberOfButtons element in CM can actually be a string.
orig =
new =
07-14-2006 12:16 PM
CCM 4.2
GetPhone issue - in complexType="XIPPhone"
the element:
CM can put a 0 in that element.
should be
07-14-2006 12:17 PM
CCM 4.2
in complexType XPhone - it's simply missing this information
modified the complexType by adding the phoneTemplateId under numberOfButtons
07-14-2006 12:18 PM
CCM 4.2
ComplexType="ListUserByNameRes"
THERE IS NO ldapRN attribute
move userid attribute to where ldapRN is!
orig =
modified =
07-14-2006 12:21 PM
CCM 4.2
in AddPhoneReq there are 2 problems with XCallingSearchSpace
in the schema it requires the XCallingSearchSpace to have a name. This is not actually required (or was just causing me a bug in my java code)
orig=
new=
in addition members can also be null.
orig =
new =
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide