cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
454
Views
0
Helpful
1
Replies

errors in the what's changed documentation for UC 12.5?

stephan.steiner
Spotlight
Spotlight

So I'm implementing AXL for UC 12.5 - and I'm having some mismatches between the dev guide (https://developer.cisco.com/docs/axl/#!axl-developer-guide/new-and-changed-information-for-unified-cm-release-1201) and the schema (https://developer.cisco.com/docs/axl-schema-reference/)

 

For the object RemoteDestination, the dev guide mentions 5 new tags:

 

  1. ctiRemoteDeviceLineAssociations
  2. pattern
  3. routePartitionName
  4. uuid
  5. index

that for the operations getRemoteDestination, addRemoteDestination, updateRemoteDestination.

So I'm looking at addRemoteDestinationReq and I'm not seeing a ctiRouteDeviceLineAssociations, pattern or routePartitionName. Looking at the ccmadmin interface, I'm not seeing these bits either. So I think the what's changed is incorrect.

 

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

<ctiRemoteDeviceLineAssociations> is there for <getRemoteDestinationRes> (the other elements are subelements)....it _may_ be by design that this is only visible via read, as there is some odd modeling done with Remote Destinations in the database/AXL.

The AXL Developer Guide has been updated to reflect the above...if you think <ctiRemoteDeviceLineAssociations> should be present for the other operations, I would suggest opening a ticket so we can investigate with AXL engineering.