ct:extension

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.

Used for extensions of the Unified Communications Enhanced Presence Schema to support forward and backward compatibility.

Syntax

<extension />

Attributes

None

Tag Content

None

Parent Element

Element

Description

Various

 

Child Elements

None

Examples

XML Example of the extension Element

<contactCard 
     xmlns="http://schemas.microsoft.com/2006/09/sip/contactcard" 
     xmlns:ct="http://schemas.microsoft.com/2006/09/sip/commontypes" >
  <identity>
    <name>
      <displayName>bob</displayName>
    </name>
    <email>bob@contoso.com</email>
  </identity>
  <address type="work" />
  <company>Contoso, LTD.</company>
  <title>SR. DEVELOPMENT LEAD</title>
  <office>A</office>
  <phone type="work">
    <uri>tel:+14255550150;ext=50150</uri>
  </phone>
  <phone type="home">
    <uri>tel:+114255550150</uri>
  </phone>
  <phone type="work">
    <uri>tel:+ 14255550150;ext=50150</uri>
  </phone>
  <ct:delimiter />
  <ringIm>true</ringIm>
  <ct:end />
  <e:test xmlns:e="http://schemas.microsoft.com/2006/09/sip/ccextension" />
  <e:test2 xmlns:e="http://schemas.microsoft.com/2006/09/sip/ccextension" />
</contactCard>