Views

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.

Jump to: navigation, search
(The WPI enhancement)
m
Line 6: Line 6:
 
}}
 
}}
  
The feature deletes the Call Log of a specific device. It is available through OpenStage WPI only. There-fore a Siemens Deployment Server ([[DLS]]) or an other [[WPI]] application is needed to use this feature.
+
The feature deletes the Call Log of a specific device. It is available through OpenStage WPI only. Therefore a Siemens Deployment Server ([[DLS]]) or an other [[WPI]] application is needed to use this feature.
  
The DLS implementation can be fount at the '''IP Phone Configuration''' > '''Miscellaneous''' > '''Call Log''' Tab:
+
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]]

Revision as of 11:39, 23 September 2010

The feature deletes the Call Log of a specific device. It is available through OpenStage WPI only. Therefore a Siemens Deployment Server (DLS) or an other WPI application is needed to use this feature.

The DLS implementation can be found at the IP Phone Configuration > Miscellaneous > Call Log Tab:

Delete-Call-Log.png

The WPI enhancement

Clear-Call Log (Configurable flag to delete call log contents).

For clearing the call log, since this is a command from the DLS to the phone it does not correspond to a permanent data item in the phone. In order to clear the call log, the DLS 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.