Share via


voIPRedirectSucceeded 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 a request to redirect an incoming voIP session succeeded. Element is received synchronously in a response to request.

Syntax

<voIPRedirectSucceeded rid="string value" confid="integer value"/>

Attributes

Attribute

Data Type

Description

rid

string

Request Id. This is a string value assigned by the Unified Communications client. This is a required attribute.

Confid

Integer

Server assigned conference Id

Element Information

Parent Elements

Element

Description

requestAccepted

Indicates the Communicator Web Access server has accepted a request for processing.

Examples

The following example response indicates a request to redirect a voIP invitation succeeded.

<cwaResponses sid="2" requestProcessed="1" unexpectedElement="0">
   <requestAccepted rid="1">
      <voIPRedirectSucceeded rid="12" confid="1"/>
   </requestAccepted>
</cwaResponses>