To element (StartOrUpdateType complexType)

(Lync SDN Interface 2.1.1)

Destination of the media stream.

Element information

Element type

EndPointType

Namespace

Schema file

LyncSDNInterface.Schema.C.xsd

Definition


    <xs:element name="To"  type="EndPointType" minOccurs="0">
    
    </xs:element>
  

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Parent elements

Element

Type

Description

Start

StartOrUpdateType

Event that a media stream is started. Every Start element contains a report about a particular media stream. This event is raised when the call is established, i.e., when the call is picked up and the SIP INVITE is answered with a 200 OK response.

Update

StartOrUpdateType

Event that a media stream previously started has been updated. This event is raised when an update to core parameters of call have changed and the change is established, i.e., when the request is answered with a 200 OK response.

Child elements

Element

Type

Description

Contact

xs:anyURI

SIP URI of the user as extracted from the Contact header of the underlying SIP message. This field is obfuscated unless hidepii is set to false in the LDL configuration file.

EPId

xs:string

Endpoint Id of the endpoint.

EPType

xs:string

Indicates that this endpoint is of the Lync Room System type or not.

Id

xs:string

Identifier of the endpoint.

IncallEnabled

xs:boolean

Whether the endpoint (Lync client) is capable to send incall quality update messages. This flag does not indicate whether the client is configured to send incall QoE reports.

IP

xs:string

IP address of the the media stream source or destination.

Port

xs:unsignedInt

Port number of the destination or source of the media stream used by this endpoint.

ReflexiveIP

Not defined

IP used outside of the NAT.

ReflexivePort

Not defined

Port used on the NAT.

Relay

Not defined

IP Address of the first relay used in the media traffic.

RelayPort

Not defined

Port number of the relay.

URI

xs:anyURI

SIP URI of the user signed in via the endpoint as extracted from the SIP header.. This field is obfuscated unless hidepii is set to false in the LDL configuration file.

UserAgent

xs:string

Lync client name and version.

Attributes

None.