Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies to: Lync Server 2013
Specifies a waiting period before the specified routing rules cease to apply and the incoming calls are sent to the caller’s voicemail.
<ro:target xmlns:ro="http://schemas.microsoft.com/2006/09/sip/routing"
uri="string" application="string" />
ro:target-type
Attributes and elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
|---|---|
uri |
Optional attribute to specify the call-forwarding target as a SIP URI. Either the uri or application attribute must be specified. |
application |
Optional attribute to specify the call-forwarding target as an application or service. Either the uri or application attribute must be specified. |
Child elements
None
Parent elements
Element |
Description |
|---|---|
list |
The target list appearing in the preamble property of the routing category instance value element category instance. |
Text value
None
Example
The following XML code snippet shows a routing rule that simultaneously ring another number when an incoming call is received.
<routing xmlns="http://schemas.microsoft.com/02/2006/sip/routing"
name="rtcdefault" version="2" minSupportedClientVersion="2.0.0.0">
<preamble>
<flags name="clientflags" value="simultaneous_ring work_hours"/>
<wait name="total" seconds="30"></wait>
<list name="simultaneous_ring">
<target uri="sip:+12223334444@contoso.com;user=phone"></target>
</list>
</preamble>
</routing>
The <flags> element specifies the action (simultaneous_ring) to be taken during the callee’s working-hours period (work_hours). The target of the forwarded call is listed under the <list> element. The <wait> element specifies the time duration the ringing will last before the call is forwarded to the voicemail.
Element information
Namespace |
http://schemas.microsoft.com/2006/09/sip/routing |
Schema Name |
routing |
Validation File |
routing.xsd |
Can be Empty |
True |
See also
Reference
Category instance elements for presence
routing category instance value element