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

AXL addPhone Client Services Framework Cisco Support Field

aohareuri
Level 1
Level 1

I am trying to create a new CSF device via AXL, the device creates successfully and SOAP doesn't return any errors however the Cisco Support Field isn't populating.

 

getPhone on a working device shows:

    [vendorConfig] => Array
        (
            [any] => configurationfile=jabber-config-uc.xml
        )

 

However when I do addPhone with:

[vendorConfig] => configurationfile=jabber-config-uc.xml

or

[vendorConfig] => Array( 'any' => configurationfile=jabber-config-uc.xml)

or

[vendorConfig] => Array( 'ciscoSupportField' => configurationfile=jabber-config-uc.xml)

The field doesn't populate and the check box doesn't check.

 

I've tried a few other variations but so far no lock, the schema seems to indicate this should work but it's not taking it.

 

Anybody do this before or know how to get this to work with addPhone?

1 Reply 1

thedd
Level 1
Level 1

I wrote a script using C# so my code is a little bit dfferent but you can define where exactly the information should be placed,

In XML it is like this:

 

 

<vendorConfig>

   <desktopClient>

        <ciscoSupportField>jabber-config-uc.xml</ciscoSupportField>

   </desktopClient>

</vendorConfig>