4.7.4 Team Ring

This section follows the product behavior described in endnote <78>.

<?xml version="1.0" encoding="utf-8"?>
<routing xmlns="http://schemas.microsoft.com/02/2006/sip/routing"
        name="rtcdefault" version="2"                          minSupportedClientVersion="2.0.0.0" >
  <preamble >
    <list name="team">
      <target uri="sip:Alice@contoso.com "/>
      <target uri="sip:Bob@contoso.com "/>
    </list>
    <flags name="clientflags" value="team_ring"/>
    <wait name="user" seconds="10"/>
    <wait name="team2" seconds="10"/>
  </preamble>
</routing>

In this example, the team_ring flag indicates that team ringing is enabled. The call is forked to all registered endpoints. If no success response is received within user seconds, which is 10 seconds in this example, the call is routed to the targets specified in the team list, Alice@contoso.com and Bob@contoso.com. Note that the registered endpoints are not cancelled at this time. If no success response is received within 10 additional seconds, which is the team2 wait time, all existing forks are cancelled and the call is forwarded to voice mail if the user is enabled for voice mail.