cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
344
Views
0
Helpful
2
Replies

Update line missing fields

mmitchell2007
Level 1
Level 1

Ok, maybe its just because I am tired but I am trying to write what I thought was a simple bulk line update routine for a ccm 4.2(3). I can update a lot of the line properties except the phone mask, display name, and line text label. I am checking out the schema file and can't see where these values will go in the updateline AXL command. Please advise!!!!

2 Replies 2

pklos
Level 4
Level 4

You can update all properties by simple SQL Query. It much easier than AXL stuff ;)

Look into Device, NumPlan and DeviceNumPlanMap tables.

This should help:

http://www.ipvoicehelp.com/index.php?itemid=3

--

regards,

pk

And just in case you do want to know where that stuff is in AXL.. it's in the phone / device profile.

The line configuration in ccmadmin actually represents two tables... the numplan table (directorynumber in axl), and the devicenumplanmap table (line element on phone/device profile in axl), so in order to update what you see when you configure a line in ccmadmin, you may have to do both an updatePhone/updateDeviceProfile and updateLine.