This document was generated from CDN thread
Created by: Manas Varma on 10-11-2009 01:25:34 PM
I need to put in some values for the alerting name and display name automatically while adding a new phone.How can this be implemented.
Thanks in advance
Subject: RE: Urgent : Add Alerting name and Display name for the Directory no's
Replied by: David Staudt on 10-11-2009 01:56:07 PM
The AXL web service API has a request 'addPhone', which you can use to programmatically add a phone to the system.
Lines on the phone are specified by entries in the <lines> list, and the label and ASCII label properties can be specified at addPhone/newPhone/lines/line/label|asciilabel
Note the lines must already exist - i.e. having been added via 'addLine' request.