Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the contact that handled the last call.
<ui:lastContact xmlns:ui="https://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 |
|---|---|
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="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 |