David Staudt | There can be a CSS associated to the phone, as well as individual CSS associated to each line. Note that these are additive: the search space in effect on a given line includes anything in the phone CSS as well as the line's CSS. So, if you intention is to give extra dialing rights based on your service, then you can just manipulate the phone's CSS via <updatePhone><callingSearchSpaceName/Id>. If you need to manipulate individual line CSS, the following requests should be useful: - Get a list of all line appearances on the phone via <getPhone>: <getPhoneResponse<return><device><lines> The value needed is the uuid in ...<lines><line><dirn uuid="???"> - Retrieve the CSS for the dirn via <getLine>, passing the uuid from the previous step. The field needed is: <getLineResponse><return><directoryNumber><shareLineAppearanceCSS>. Note this is a uud value and you may need to look up the name via <getCSS><uuid> - Update the CSS via <updateLine><shareLineAppearanceName/Id> |
| Please sign in to flag this as inappropriate. |