Share via


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

Received synchronously in response when a request to reply to a voIP invitation with IM is accepted

Syntax

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

Remarks

Received to indicate a request to respond to a voIP invitation with an IM is successful.

Examples

The following example response indicates a request to reply to a voIP invitation with IM succeeded.

<cwaResponses sid="2" requestProcessed="1" unexpectedElement="0">
   <requestAccepted rid="1">
      <voIPReplyWithIMAccepted rid="15" confid="1"/>
   </requestAccepted>
</cwaResponses>