userInformation/callHandlingLIst/lastPhone

Specifies the phone that handled the last call.

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

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

uri

0 or 1

TEL URI of the phone.

Parent Elements

Element

Description

userInformation/callHandlingList

The phone list containing this phone.

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="https://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

https://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

Concepts

Self Container