c03.fm
A31003-S2000-R102-16-7620, 02/2016
Provisioning Service, Developer’s Guide
51
Nur für den internen Gebrauch
Basic Communication Procedures
Provisioning Service Driven Interaction
3.6.5.2
XML Data Exchange
As the other elements of the message flow are already described in Section 3.6.3, "Read
Phone Settings", only the relevant section (step 4) is illustrated by an example.
<DLSMessage
xsi:schemaLocation="http://www.siemens.com/DLS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.siemens.com/DLS">
<Message nonce="ab15234de14f15a667c6f8d">
<Action>Restart</Action>
</Message>
</DLSMessage>
3.6.6
Factory Reset
The factory reset, that is, the complete recovery of the delivery status, can be triggered by the
provisioning service. This includes a phone reboot.
As this is a variant of the phone restart, the message flow is as described in Section 3.4.5, "Re-
start Phone".
Two additional parameters are needed to initiate a factory reset:
•
restart-password
: For executing a factory reset, OpenStage phones and OpenScape
Desk Phone IP require a special password, whatever interface is used. The value is
124816
.
•
restart-type
: For a factory reset, this must be set to
FactoryReset
.
3.6.6.1
XML Data Exchange
The additional parameters indicating the factory reset are transmitted as data items:
<DLSMessage xsi:schemaLocation="http://www.siemens.com/DLS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.siemens.com/DLS">
<Message nonce="7D49388DE3E95AE2450BD64FEB8A2079">
<Action>Restart</Action>
<ItemList>
<Item name="restart-password">124816</Item>
<Item name="restart-type">FactoryReset</Item>
</ItemList>
</Message>
</DLSMessage>