voIPRedirect Request

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.

Request the server to redirect the VoIP INVITE to specified uri.

Syntax

<voIPRedirect/>

Attributes

None.

Element Information

Parent Element

Element

Description

conference Element

Specifies a grouping for conference-related requests.

Child Elements

Element

Occurrence

Description

uri Element

1

The uri of the redirect target.

Remarks

This uri can be SIP or TEL URI format. This request allows the user to direct an incoming voice over IP invitation to either another Office Communicator user or a telephone number. Although any telephone number formatted as a TEL URI (+12535555555) is accepted by the Communicator Web Access Server, a successful redirection only happens if the telephone device at the TEL endpoint is capable of VoIP communication. The best source for telephone numbers to redirect to is the logged on user's self Presence category contactCard. It is not necessary to filter the contact card telephone list by the published attribute. The client application is presenting the logged on user with her own list of phone numbers. Hence, the list is not subject to the access rules applied to the contact data when presented to other users.

A Communicator Web Access client user can experience different forwarding behaviors depending on the technology enabled for the user. The following table illustrates the different behaviors for clients enabling combinations of UC and UM.

 

Enabled for UC

Disabled for UC

Enabled for UM

  • Can receive calls from Office Communicator 2007 and the PSTN

  • Can reply with an instant message or can deflect to the PSTN number or voice mail

  • Can configure call forwarding to PSTN number, SIP URI, or voice mail

  • Can receive calls from Office Communicator 2007

  • Can reply with an instant message

  • Cannot configure call forwarding

Disabled for UM

  • Can receive calls from Office Communicator 2007 and the PSTN

  • Can reply with an instant message or can deflect to the PSTN number

  • Can configure call forwarding to the PSTN number or SIP URI

  • Can receive calls from Office Communicator 2007

  • Can reply with an instant message

  • Cannot configure call forwarding

Examples

This example shows how a VoIP invitation can be redirected to a telephone handset. The invited user has configured her VoIP phone settings to redirect all incoming VoIP invitations that are accepted to a telephone.

<voIPRedirect>
   <uri>tel:+123455679</uri>
</voIPRedirect>

See Also

Concepts

voIPReceived Element

voIPTerminate Element

voIPTerminated Element

voIPReplyWithIM Element