Share via


reason 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.

Contains a string indicating the reason why a VoIP session is terminated.

Syntax

<reason>string value</reason>

Attributes

None.

Element Information

Parent Element

Element

Description

voIPTerminated

This event indicates that a VoIP session is terminated.

Remarks

The reason indicates the Voice over IP session termination reason.

Remote: Terminated by the remote user. The remote peer sent a cancel message to the Communicator Web Access server.

Timeout: Terminated by a timeout event. This timeout is generated by the Communicator Web Access server after five minutes of inactivity. The timeout happens only if both client and peer do not send any update after the CWA server receives the VoIP INVITE and sends out voIPReceived event to CWA client.

SessionDown:The Communicator Web Access server shut the session down.

Examples

The VoIP session the user was participating in ended because the remote session disconnected.

<conference eid="101" confId="1">
   <voIPTerminated>
      <reason>remote</reason>
   </voIPTerminated>
</conference>

See Also

Concepts

voIPTerminated Element

voIPReceived Element