cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
934
Views
0
Helpful
7
Replies

AXL UpdatePhone

jorgebaptista
Level 1
Level 1

i'm trying to update the line label and display with the following soap message :

<axl:updatePhone xmlns:axl="http://www.cisco.com/AXL/1.0" xsi:schemaLocation="http://www.cisco.com/AXL/1.0 http://gkar.cisco.com/schema/axlsoap.xsd" sequence="1234">

<name>"SEPababababab"</name>

<lines>

<line index="1">

<label/>3000

<display/>MyDisplay

<dirn uuid="{my uuid}"></dirn>

<ringSetting>Use System Default</ringSetting>

</line>

</lines>

</axl:updatePhone>

Is the request correct?

Is the "dirn uuid" the pkid from the NumPlan Table of CCM database???

Many thanxs.

JB

7 Replies 7

aaronw.ca
Level 5
Level 5

One suggestion is that instead of doing something like this:

An element like

Here's an example that should work:

SEPabababababab

My Display

3000

Device

Use System Default

The above example assumes the line is in the default partition, since none is specified.

It's been a while for me but if I recall correctly, you can get the pkid from the browser while navigating the CCM Admin pages. Perhaps you've noticed that pkids are appended to urls. So in your case, when you are configuring a line in the admin pages, you should see the appropriate pkid in the address field.

Hi,

Using your code it gives me the following error:

[Item not valid: Directory Number XXXX not found.]

Thnxs

The line you specify has to already exist. I am guessing that you are indicating a line that doesn't exist yet.

If you want to add a line, check out the addLine request. Once you have added the line, you can assign it to a device...

The line exists in the provided device. The error doesn't make any sense.

thnxs

JB

Does it exist in a different partition? Did you specify the correct partition?

Just a thought!

You really know what you are saying.....

As you told me to use it gave me that error. If I define the partition works just fine.

Thanxs a LOT.