c04.fm
A31003-S2000-R102-16-7620, 02/2016
Provisioning Service, Developer’s Guide
87
Nur für den internen Gebrauch
Phone Parameters - Administration
Applications
To determine what to do with an application, that is, create, modify, or delete it, the
XML-app-
action
item is used. For each indexed application, an individual action can be defined. As the
creation of an application is treated as a modification/update, two values are possible,
delete
and
update
. In the following snippet, the application with the index number 1 is modified, or
created:
<Item name="XML-app-action" index="1">update</Item>
In order to assign the appropriate privileges, the phone must be informed whether the applica-
tion is an Xpressions or XMLPhonebook application or a regular XML application. Xpressions
is a special Unified Communications application which uses the same XML interface as regular
XML applications. XMLPhonebook is a preconfigured phonebook application. The information
about the type of application is provided in the
XML-app-special-instance
item. In the fol-
lowing snippet, the application with the index number 1 is defined as a normal application,
which is the default value:
<Item name="XML-app-special-instance" index="1">0</Item>