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

Create BLF in AXL, CUCM 8

dcburleigh
Level 1
Level 1

I'm trying to add or update a busy lamp field via AXL, but running into two errors in CUCM 8.

* the UpdatePhone method provides the option of specifying the BLF with either a destination (blfDest) or directory number ( blfDirn + routePartition).

The former methods works correctly, but the latter methods fails with the error 'No blfDirn  found'.

* The schema indicates that you can enable the Call Pickup option on the BLF, but it doesn't work in CUCM 8. No errors, but it fails to set the pickup option.

            <associatedBlfSdFeatures>

                <feature>Pickup</feature>

            </associatedBlfSdFeatures>

My code works successfully in CUCM 6.1.2 and 7.1.3. But I'm getting the above problems with CUCM 8.5 and 8.6

1 Reply 1

dcburleigh
Level 1
Level 1

Found the solution: requires reading the section on 'AXL Versioning Support' more closely.

On CUCM 8, the schema version has to specified explicitly, e.g. instead

....

use:

http://www.cisco.com/AXL/7.0"

si:schemaLocation="http://www.cisco.com/AXL/API/7.0 http://ccmserver/schema/axlsoap.xsd" sequence="1234">

The former should still work, and default to an older version of the schema, but it doesn't.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: