Difference between revisions of "Configurable flag to delete call log contents"
The Wiki of Unify contains information on clients and devices, communications systems and unified communications. - Unify GmbH & Co. KG is a Trademark Licensee of Siemens AG.
(Created page with "{{OS-FD-Access}}{{FD-Sytematics-Box | family = {{FD-Cat|OpenStage}} | model = {{FD-Cat|OpenStage 15}}<br/>{{FD-Cat|OpenStage 20}}<br/>{{FD-Cat|OpenStage 40}}<br/>{{FD-Cat|Op...") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Breadcrumb|0|0|{{dev-en}}|OpenStage}} | ||
{{OS-FD-Access}}{{FD-Sytematics-Box | {{OS-FD-Access}}{{FD-Sytematics-Box | ||
| family = {{FD-Cat|OpenStage}} | | family = {{FD-Cat|OpenStage}} | ||
Line 6: | Line 7: | ||
}} | }} | ||
− | The feature deletes the Call Log of a specific device. It is available through OpenStage WPI only. | + | The feature deletes the Call Log of a specific device. It is available through the OpenStage [[WPI]] only. Therefore the OpenScape Deployment Service ([[DLS]]) or an alternative provisioning service is needed to use this feature. |
− | The DLS implementation can be | + | The DLS implementation can be found at the '''IP Phone Configuration''' > '''Miscellaneous''' > '''Call Log''' Tab: |
[[File:Delete-Call-Log.png|400px]] | [[File:Delete-Call-Log.png|400px]] | ||
Line 14: | Line 15: | ||
== The WPI enhancement == | == The WPI enhancement == | ||
− | ''' | + | '''clear-calllog''' (Configurable flag to delete call log contents). |
− | + | Since this is a command from the provisioning service to the phone, it does not correspond to a permanent data item in the phone. In order to clear the call log, the provisioning service would send: | |
<Item name="clear-calllog">true</Item> | <Item name="clear-calllog">true</Item> | ||
− | + | ||
If the DLS asks the phone for the current setting of this attribute (either explicitly or via a '''read all'''), then the phone will always return: | If the DLS asks the phone for the current setting of this attribute (either explicitly or via a '''read all'''), then the phone will always return: | ||
<Item name="clear-calllog">false</Item> | <Item name="clear-calllog">false</Item> | ||
− | + | ||
− | The DLS should never try to set clear-calllog to '''false'''; if it does then the phone will simply ignore the request. | + | The DLS should never try to set clear-calllog to '''false'''; if it does, then the phone will simply ignore the request. |
The feature works for all OpenStage SIP phone types. | The feature works for all OpenStage SIP phone types. |
Latest revision as of 00:01, 22 April 2011
Systematics | |
Family: | OpenStage |
Model: | OpenStage 15 OpenStage 20 OpenStage 40 OpenStage 60 OpenStage 80 |
Relation: | SIP related |
Release: | V2 R1 |
The feature deletes the Call Log of a specific device. It is available through the OpenStage WPI only. Therefore the OpenScape Deployment Service (DLS) or an alternative provisioning service is needed to use this feature.
The DLS implementation can be found at the IP Phone Configuration > Miscellaneous > Call Log Tab:
The WPI enhancement
clear-calllog (Configurable flag to delete call log contents).
Since this is a command from the provisioning service to the phone, it does not correspond to a permanent data item in the phone. In order to clear the call log, the provisioning service would send:
<Item name="clear-calllog">true</Item>
If the DLS asks the phone for the current setting of this attribute (either explicitly or via a read all), then the phone will always return:
<Item name="clear-calllog">false</Item>
The DLS should never try to set clear-calllog to false; if it does, then the phone will simply ignore the request.
The feature works for all OpenStage SIP phone types.