userInformation/callHandlingList/lastContact element

Applies to: Lync 2013 | Lync Server 2013

Specifies the contact that handled the last call.

<ui:lastContact xmlns:ui="http://schemas.microsoft.com/2006/09/sip/options/userInformation" >
   <ui:displayString>xs:token</ui:displayString>
   <ui:uri>xs:anyURI</ui:uri>
</ui:lastContact>

callHandlingTargetType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

Element

Occurrence

Description

displayString

0 or more

A token as the display string of the contact.

uri

0 or 1

SIP URI of the contact.

Parent elements

Element

Description

userInformation/callHandlingList element

The phone list containing this contact.

Text value

None

Example

The following XML snippet shows a userInformation category instance value containing two types (work and mobile) of phone numbers

<userInformation xmlns="http://schemas.microsoft.com/2006/09/sip/options/userInformation">
    <callHandlingList>
       <lastPhone>
           <displayString>+12063334444</displayString>
           <uri>tel:+12063334444</uri>
       </lastPhone>
   </callHandlingList>
   <phones>
       <phone type="work">
           <readOnly>true</readOnly>
           <displayString>+1 (425) 1113872 X13872</displayString>
           <uri>tel:+14251113872;ext=13872</uri>
       </phone>
       <phone type="mobile">
           <displayString>+12062221115</displayString>
           <uri>tel:+12062221115</uri>
       </phone>
       <phone type="home"></phone>
       <phone type="other"></phone>
   </phones>
</userInformation>

Element information

Namespace

http://schemas.microsoft.com/2006/09/sip/options/userInformation

Schema Name

Options-UserInformation

Validation File

Options-UserInformation.xsd, Options-UserInformationtypes.xsd

Can be Empty

True

See also

Reference

Category instance elements for presence

userInformation category instance value element

Concepts

Self container