Share via


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

This conference event element contains the SIP uri of an invited participant that did not accept an IM invitation.

Syntax

<inviteFailed uri="SIP Uri formatted string" />

Attributes

Attribute

Data Type

Description

uri

string

The SIP Uri of the remote user invited to a conference.

Element Information

Element

Description

conference

Grouping for conference-related events.

Remarks

This element is returned when an invitation does not result in the remote user joining a conference. The reason for the failure is contained in a requestFailed Event that immediately follows the inviteFailed Element.

Examples

Guest1 has been invited to a one-to-one IM conversation but was offline at the time of the invitation.

<cwaEvents pollWaitTime="3000" ackId="23" sid="1567">
  <conference eid="18" confId="1">
    <initiateImSessionAccepted rid="5" confId="1" />
  </conference>
  <conference eid="19" confId="1">
    <escalationMode>invitingPeer</escalationMode>
  </conference>
  <conference eid="20" confId="1">
    <escalationMode>none</escalationMode>
  </conference>
  <conference eid="21" confId="1">
    <inviteFailed uri="sip:guest1@contoso.com" />
  </conference>
  <requestFailed eid="22" rid="5">
    <error code="18201" reason="Operation failed" detail="The requested operation failed.">
      <sipResponse code="480" reason="Temporarily Unavailable">
        <ms-diagnostics>2;reason="See response code and reason phrase";source="A18-RTC.contoso.com";AppUri="http://www.microsoft.com/LCS/DefaultRouting"</ms-diagnostics>
      </sipResponse>
    </error>
  </requestFailed>
  <conference eid="23" confId="1">
    <imSessionState>terminated</imSessionState>
  </conference>
</cwaEvents>

See Also

Concepts

initiateImSession Element

conference Element