Share via


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

This event indicates that a VoIP session is terminated.

Syntax

<voIPTerminated/>

Attributes

None.

Element Information

Parent Element

Element

Description

conference

Grouping for conference-related events.

Child Elements

Element

Occurrences

Description

reason

1

Contains descriptive reason for the termination. The possible values are: Remote|SessionDown|Timeout.

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 the 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 remote peer initiated a VoIP session with the Unified Communications client and then sent a cancel message to the Communicator Web Access server.

<cwaEvents eid="101" pollWaitTime="1000" ackId="9" sid="1640">
   <conference confId="1">
      <voIPTerminated>
         <reason>Remote</reason>
      </voIPTerminated>
   </conference>
</cwaEvents>

See Also

Concepts

reason Element

voIPReceived Element