action Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Indicates the action Communicator Web Access server should take on termination of a VoIP call.

Syntax

<action/>

Attributes

None.

Element Information

Parent Element

Element

Description

voIPTerminate

Represents a request to terminate a VoIP call.

Child Elements

None.

Remarks

The action element is set to one of four possible values. Each value corresponds to a scenario based on a user's choice of action in responding to the VoIP invitation represented by a toast dialog:

  • busyhere: When the user availability state is Do Not Disturb and the user's alert option is set to no alert.

  • declineeverywhere: When the call is terminated with no forwarding action. Clicking the X button on the toast dialog terminates a VoIP call.

  • temporarilyunavailable: If the toast is closed after a timeout.

  • voicemail: When the call is to be forwarded to the voice mail telephone number.

Example

In this example, the user wants to transfer the received VoIP call to her voice mail. The Unified Communications client application creates a conference request element and uses the voIPterminate element to specify the request to end the VoIP call. The Communicator Web Access server sees that the action specified on termination of the call is to forward the VoIP call to the users previously configured voice mail number.

<conference rid="34" confId="1">
   <voIPTerminate>
      <action>voicemail</action>
   </voIPTerminate>
</conference>

See Also

Concepts

voIPReceived Element

voIPTerminated Element

voIPTerminate Element

voIPReplyWithIM Element