Share via


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

Represents a request to redirect a VoIP invitation to the URI specified in the child uri element.

Syntax

<voIPRedirect/>

Attributes

None.

Element Information

Parent Elements

Element

Description

conference

Groups conference-related requests.

Child Elements

Element

Occurrence

Description

uri

1

The SIP/TEL URI of the user whom the voice over IP should be redirected to.

Remarks

This message requests the Communicator Web Access server redirect the incoming voice over IP invitation to the specified uri. This Uri should be a SIP or TEL Uri. If the call is redirected to a UC user SIP URI, the format is: sip:<user alias>@<domain> (For redirecting to a telephone, the format should be ****+\<E.164>). If the call is redirected to a non-UC user (such as PSTN device) URI the phone number MUST be an E.164 number, otherwise the request is rejected.

Examples

The following example shows the message that would be created if the user responded to a VoIP invitation dialog by selecting her PSTN office telephone from the telephone list in the dialog presented by the client application dialog.

<conference confId="100" rid="10">
    <voIPRedirect >
       <uri>tel:+14255550100 </uri>
    </voIPRedirect>
</conference>

If the Communicator Web Access server is successful in redirecting the call to the supplied number, the client application receives a synchronous response indicating this.

<cwaResponses requestProcessed="0">
  <requestAccepted rid="10">
  </requestAccepted>
</cwaResponses>

The Communicator Web Access server forwards the VoIP call to the telephone number specified. The phone at the specified endpoint begins to ring.

See Also

Concepts

action Element

voIPReceived Element

voIPTerminated Element

voIPTerminate Element

voIPReplyWithIM Element