Skip to content
complex data types

Extension - Complex Types

This section documents the complex data types for Extension service.

shareBetween

Description: Share with other extensions

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Choice Element

One of the following:

  • ID: inline type
  • everybody: xs:boolean

callRuleChoice

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Choice Element

One of the following:

  • busy: busy
  • congestion: congestion
  • hangup: hangup
  • transfer: transfer
  • cascade: cascade
  • authenticate: authenticate
  • setCallPriority: setCallPriority

ExtensionInfo

Description: Extension data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Extends: organizationData:OrganizationInfo

Element: phoneLang

Type: common:code

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Phone language

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="phoneLang" type="common:code" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Phone language</xs:documentation>
  </xs:annotation>
</xs:element>
Element: channelRuleID

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Outgoing routing rules group id

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="channelRuleID" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Outgoing routing rules group id</xs:documentation>
  </xs:annotation>
</xs:element>

ExtensionList

Description: Extension list data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Element: name

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Contact name

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="name" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Contact name</xs:documentation>
  </xs:annotation>
</xs:element>
Element: firstName

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Contact first name

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="firstName" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Contact first name</xs:documentation>
  </xs:annotation>
</xs:element>
Element: lastName

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Contact name

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="lastName" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Contact name</xs:documentation>
  </xs:annotation>
</xs:element>
Element: label

Type: label

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="label" type="label" minOccurs="0"/>
Element: email

Type: common:email

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Email address

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="email" type="common:email" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Email address</xs:documentation>
  </xs:annotation>
</xs:element>
Element: extensionType

Type: extensionType

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="extensionType" type="extensionType" minOccurs="0"/>
Element: common:extendedNumber

Type: common:extendedNumber

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Extension number

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="common:extendedNumber" type="common:extendedNumber" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Extension number</xs:documentation>
  </xs:annotation>
</xs:element>
Element: identifier

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Unique extension extension identifier

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="identifier" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Unique extension extension identifier</xs:documentation>
  </xs:annotation>
</xs:element>

ExtendedExtensionInfo

Description: Extension account details data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by
Element: parentID

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Owner ID

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="parentID" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Owner ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element: parentIdentifier

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Owner identifier

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="parentIdentifier" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Owner identifier</xs:documentation>
  </xs:annotation>
</xs:element>
Element: parentName

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Owner name

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="parentName" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Owner name</xs:documentation>
  </xs:annotation>
</xs:element>
Element: firstName

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Contact first name

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="firstName" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Contact first name</xs:documentation>
  </xs:annotation>
</xs:element>
Element: lastName

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Contact name

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="lastName" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Contact name</xs:documentation>
  </xs:annotation>
</xs:element>
Element: templateID

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Extension template ID

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="templateID" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Extension template ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element: common:crDate

Type: common:crDate

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="common:crDate" type="common:crDate" minOccurs="0"/>
Element: accountFlag

Type: restriction of xs:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Account flag. Possible values: noneditablelogin

Properties

PropertyValue
contentcomplex
minOccurs0
maxOccursunbounded
defaultnoneditablelogin

Allowed Values

ValueDescription
noneditablelogin

XSD Source

xml
<xs:element name="accountFlag" minOccurs="0" maxOccurs="unbounded" default="noneditablelogin">
  <xs:annotation>
    <xs:documentation>Account flag. Possible values:
						noneditablelogin</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="noneditablelogin"/>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: label

Type: label

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="label" type="label" minOccurs="0"/>
Element: common:extendedNumber

Type: common:extendedNumber

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="common:extendedNumber" type="common:extendedNumber" minOccurs="0"/>

SIPPreferencesInfo

Description: Phone SIP preferences

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by
Element: common:extendedNumber

Type: common:extendedNumber

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="common:extendedNumber" type="common:extendedNumber" minOccurs="0"/>
Element: provision

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Has provisioned devices

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="provision" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Has provisioned devices</xs:documentation>
  </xs:annotation>
</xs:element>
Element: dtmf

Type: restriction of xs:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: DTMF mode. Default rfc2833.

Properties

PropertyValue
contentcomplex
minOccurs0
defaultrfc2833

Allowed Values

ValueDescription
rfc2833
inband
info
auto

XSD Source

xml
<xs:element name="dtmf" minOccurs="0" default="rfc2833">
  <xs:annotation>
    <xs:documentation>DTMF mode. Default rfc2833.</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="rfc2833"/>
        <xs:enumeration value="inband"/>
        <xs:enumeration value="info"/>
        <xs:enumeration value="auto"/>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: encryption

Type: restriction of xs:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Media encryption mode. Default None.

Properties

PropertyValue
contentcomplex
minOccurs0
defaultNone

Allowed Values

ValueDescription
None
SDES
DTLS-SRTP
SDES/DTLS-SRTP

XSD Source

xml
<xs:element name="encryption" minOccurs="0" default="None">
  <xs:annotation>
    <xs:documentation>Media encryption mode. Default None.</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="None"/>
        <xs:enumeration value="SDES"/>
        <xs:enumeration value="DTLS-SRTP"/>
        <xs:enumeration value="SDES/DTLS-SRTP"/>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: PBXConnected

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: A PBX is connected to this extension

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="PBXConnected" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A PBX is connected to this
                        extension</xs:documentation>
  </xs:annotation>
</xs:element>
Element: qualify

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Ping extension to check its status

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="qualify" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Ping extension to check its status</xs:documentation>
  </xs:annotation>
</xs:element>
Element: allowReInvite

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Allow re-invites from this extension

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="allowReInvite" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Allow re-invites from this extension</xs:documentation>
  </xs:annotation>
</xs:element>
Element: publishStatus

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Allow phone terminal to publish its own state

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="publishStatus" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Allow phone terminal to publish its own
                        state</xs:documentation>
  </xs:annotation>
</xs:element>
Element: forceMWI

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Force enable of MWI

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="forceMWI" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Force enable of MWI</xs:documentation>
  </xs:annotation>
</xs:element>
Element: allowVirtualization

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Allow virtualization on this extension

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="allowVirtualization" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Allow virtualization on this
                        extension</xs:documentation>
  </xs:annotation>
</xs:element>
Element: codecs

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Allowed codecs

Properties

PropertyValue
contentsimple
minOccurs0
maxOccursunbounded

XSD Source

xml
<xs:element name="codecs" type="common:positiveInteger" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Allowed codecs</xs:documentation>
  </xs:annotation>
</xs:element>
Element: deviceConnected

Type: restriction of xs:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Device connected type. Default Phone (0=Phone, 1=PBX, 2=Voice Agent).

Properties

PropertyValue
contentcomplex
minOccurs0
default0

Allowed Values

ValueDescription
0
1
2

XSD Source

xml
<xs:element name="deviceConnected" minOccurs="0" default="0">
  <xs:annotation>
    <xs:documentation>Device connected type. Default Phone (0=Phone, 1=PBX, 2=Voice Agent).</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="0"/>
        <xs:enumeration value="1"/>
        <xs:enumeration value="2"/>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: agentId

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Agent ID for Voice Agent device type

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="agentId" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Agent ID for Voice Agent device type</xs:documentation>
  </xs:annotation>
</xs:element>
Element: description

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Equipment description

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="description" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Equipment description</xs:documentation>
  </xs:annotation>
</xs:element>
Choice Element

One of the following:

  • lockIP: common:ip - Lock extension to IP(s)
  • host: common:ip - Phone is on IP {host} port
  • port: common:integer
  • sipTransport: inline type - SIP Signaling Transport (choose between UDP, TCP, TLS). Default UDP
  • register: common:boolean - Phone does not register

Equipments

Description: Phone brand and model, firmware data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Element: uniqueID

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Equipment unique ID

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="uniqueID" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Equipment unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element: model

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Phone brand and model

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="model" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Phone brand and model</xs:documentation>
  </xs:annotation>
</xs:element>
Element: firmware

Type: inline complex type

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentcomplex
minOccurs0
maxOccursunbounded

XSD Source

xml
<xs:element name="firmware" minOccurs="0" maxOccurs="unbounded">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="uniqueID" type="common:string" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Firmware unique ID</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="name" type="common:string" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Firmware description</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="protocol" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Protocol:'https', 'http',
									'tftp'</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
</xs:element>

CallRuleInfo

Description: Incoming call rule data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by
  • <extensiondata:busy> element
  • <extensiondata:congestion> element
  • <extensiondata:hangup> element
  • <extensiondata:transfer> element
  • <extensiondata:cascade> element
  • <extensiondata:authenticate> element
  • <extensiondata:setCallPriority> element
Element: match

Type: restriction of xs:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Rule matches the criteria: o for Match: 0, -1 for Does not match, 1 for Is anonymous and 2 for Is any. Default value: 2

Properties

PropertyValue
contentcomplex
minOccurs0
default2

Allowed Values

ValueDescription
1Matches
0Does not match
2Is anonymous

XSD Source

xml
<xs:element name="match" minOccurs="0" default="2">
  <xs:annotation>
    <xs:documentation>Rule matches the criteria: o for Match: 0, -1 for Does not
						match, 1 for Is anonymous and 2 for Is any. Default value:
						2</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:integer">
        <xs:enumeration value="1">
          <xs:annotation>
            <xs:documentation>Matches</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="0">
          <xs:annotation>
            <xs:documentation>Does not match</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="2">
          <xs:annotation>
            <xs:documentation>Is anonymous</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: number

Type: common:rule

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: {match} number

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="number" type="common:rule" minOccurs="0">
  <xs:annotation>
    <xs:documentation>{match} number</xs:documentation>
  </xs:annotation>
</xs:element>
Element: intervalID

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Time interval ID

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="intervalID" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Time interval ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element: position

Type: common:unsignedInt

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Default: first position

Properties

PropertyValue
contentsimple
minOccurs0
default1

XSD Source

xml
<xs:element name="position" type="common:unsignedInt" minOccurs="0" default="1">
  <xs:annotation>
    <xs:documentation>Default: first position</xs:documentation>
  </xs:annotation>
</xs:element>
Element: key

Type: xs:decimal

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Unique key for extension routing rule group

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="key" type="xs:decimal" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Unique key for extension routing rule group</xs:documentation>
  </xs:annotation>
</xs:element>

CallRuleTransferInfo

Description: Incoming call rule data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Element: transferNumber

Type: common:rule

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Number to transfer to.

Properties

PropertyValue
contentsimple
minOccurs0
maxOccursunbounded

XSD Source

xml
<xs:element name="transferNumber" type="common:rule" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Number to transfer to.</xs:documentation>
  </xs:annotation>
</xs:element>
Element: ring

Type: xs:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Ring number for the number of seconds. Default 30 seconds.

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="ring" type="xs:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Ring number for the number of seconds. Default 30
						seconds.</xs:documentation>
  </xs:annotation>
</xs:element>
Element: call

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Call extesion when rule is satisfied

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="call" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Call extesion when rule is satisfied</xs:documentation>
  </xs:annotation>
</xs:element>
Element: askForCaller

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Before connecting ask for caller name.

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="askForCaller" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Before connecting ask for caller name.</xs:documentation>
  </xs:annotation>
</xs:element>
Element: transferFromCallee

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Allow destination to transfer call to another number. By default does not allow transfer.

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="transferFromCallee" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Allow destination to transfer call to another number. By
						default does not allow transfer.</xs:documentation>
  </xs:annotation>
</xs:element>

CardCodeInfo

Description: Calling card code data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by
Element: code

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Calling card code

Properties

PropertyValue
contentsimple

XSD Source

xml
<xs:element name="code" type="common:string">
  <xs:annotation>
    <xs:documentation>Calling card code</xs:documentation>
  </xs:annotation>
</xs:element>
Element: PIN

Type: xs:decimal

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: PIN number

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="PIN" type="xs:decimal" minOccurs="0">
  <xs:annotation>
    <xs:documentation>PIN number</xs:documentation>
  </xs:annotation>
</xs:element>
Element: credit

Type: common:unlimitedUFloat

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Credit

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="credit" type="common:unlimitedUFloat" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Credit</xs:documentation>
  </xs:annotation>
</xs:element>
Element: orderNo

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Order number

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="orderNo" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Order number</xs:documentation>
  </xs:annotation>
</xs:element>

CardCodeList

Description: Calling card code list data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Extends: CardCodeInfo

Element: ID

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Calling card code ID

Properties

PropertyValue
contentsimple

XSD Source

xml
<xs:element name="ID" type="common:positiveInteger">
  <xs:annotation>
    <xs:documentation>Calling card code ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element: status

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Calling card code status

Properties

PropertyValue
contentsimple

XSD Source

xml
<xs:element name="status" type="common:boolean">
  <xs:annotation>
    <xs:documentation>Calling card code status</xs:documentation>
  </xs:annotation>
</xs:element>
Element: recharges

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: The number of recharges

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="recharges" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The number of recharges</xs:documentation>
  </xs:annotation>
</xs:element>
Element: availableCredit

Type: common:unlimitedUFloat

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Credit left

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="availableCredit" type="common:unlimitedUFloat" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Credit left</xs:documentation>
  </xs:annotation>
</xs:element>
Element: common:crDate

Type: common:crDate

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="common:crDate" type="common:crDate" minOccurs="0"/>

CallerIDInfo

Description: Authorized Caller ID data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by
Element: CallerID

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Authorized Caller-ID

Properties

PropertyValue
contentsimple

XSD Source

xml
<xs:element name="CallerID" type="common:string">
  <xs:annotation>
    <xs:documentation>Authorized Caller-ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element: PIN

Type: xs:decimal

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: PIN number

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="PIN" type="xs:decimal" minOccurs="0">
  <xs:annotation>
    <xs:documentation>PIN number</xs:documentation>
  </xs:annotation>
</xs:element>
Element: credit

Type: common:unlimitedUFloat

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Initial credit

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="credit" type="common:unlimitedUFloat" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Initial credit</xs:documentation>
  </xs:annotation>
</xs:element>
Element: orderNo

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Order number

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="orderNo" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Order number</xs:documentation>
  </xs:annotation>
</xs:element>

CallerIDList

Description: Authorized Caller ID list data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Extends: CallerIDInfo

Element: ID

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Authorized Caller ID record ID

Properties

PropertyValue
contentsimple

XSD Source

xml
<xs:element name="ID" type="common:positiveInteger">
  <xs:annotation>
    <xs:documentation>Authorized Caller ID record ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element: status

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Authorized Caller ID

Properties

PropertyValue
contentsimple

XSD Source

xml
<xs:element name="status" type="common:boolean">
  <xs:annotation>
    <xs:documentation>Authorized Caller ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element: recharges

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: The number of recharges

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="recharges" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The number of recharges</xs:documentation>
  </xs:annotation>
</xs:element>
Element: availableCredit

Type: common:unlimitedUFloat

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Credit left

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="availableCredit" type="common:unlimitedUFloat" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Credit left</xs:documentation>
  </xs:annotation>
</xs:element>
Element: common:crDate

Type: common:crDate

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="common:crDate" type="common:crDate" minOccurs="0"/>

CreditInfo

Description: Calling card code/Authorized Caller-ID credit

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by
  • <extensiondata:codeCredit> element
Element: ID

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Calling card code/Caller-ID record ID

Properties

PropertyValue
contentsimple

XSD Source

xml
<xs:element name="ID" type="common:positiveInteger">
  <xs:annotation>
    <xs:documentation>Calling card code/Caller-ID record ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element: credit

Type: xs:float

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Calling card code/Caller-ID credit

Properties

PropertyValue
contentsimple

XSD Source

xml
<xs:element name="credit" type="xs:float">
  <xs:annotation>
    <xs:documentation>Calling card code/Caller-ID credit</xs:documentation>
  </xs:annotation>
</xs:element>
Element: orderNo

Type: common:text

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Order number

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="orderNo" type="common:text" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Order number</xs:documentation>
  </xs:annotation>
</xs:element>

RechargeInfo

Description: Calling card code/Caller-ID rechargement data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Element: ID

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Rechargement ID

Properties

PropertyValue
contentsimple

XSD Source

xml
<xs:element name="ID" type="common:positiveInteger">
  <xs:annotation>
    <xs:documentation>Rechargement ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element: credit

Type: xs:float

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Creadit added

Properties

PropertyValue
contentsimple

XSD Source

xml
<xs:element name="credit" type="xs:float">
  <xs:annotation>
    <xs:documentation>Creadit added</xs:documentation>
  </xs:annotation>
</xs:element>
Element: availableCredit

Type: xs:float

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Credit left

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="availableCredit" type="xs:float" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Credit left</xs:documentation>
  </xs:annotation>
</xs:element>
Element: orderNo

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Order number

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="orderNo" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Order number</xs:documentation>
  </xs:annotation>
</xs:element>
Element: common:crDate

Type: common:crDate

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="common:crDate" type="common:crDate" minOccurs="0"/>

PhoneTerminal

Description: Phone terminal extension data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by

Extends: PhoneCallerIDInfo

Element: mohFolder

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Default music on hold folder.

Properties

PropertyValue
contentsimple
minOccurs0
default-1

XSD Source

xml
<xs:element name="mohFolder" type="common:string" minOccurs="0" default="-1">
  <xs:annotation>
    <xs:documentation>Default music on hold folder.</xs:documentation>
  </xs:annotation>
</xs:element>
Element: noAnswer

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Time after which the call is considered with 'No answer'. Default value: 30 seconds

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="noAnswer" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Time after which the call is considered with 'No
								answer'. Default value: 30 seconds</xs:documentation>
  </xs:annotation>
</xs:element>
Element: parkTimeout

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Parking timeout. Default value:180 seconds

Properties

PropertyValue
contentsimple
minOccurs0
default180

XSD Source

xml
<xs:element name="parkTimeout" type="common:integer" minOccurs="0" default="180">
  <xs:annotation>
    <xs:documentation>Parking timeout. Default value:180
								seconds</xs:documentation>
  </xs:annotation>
</xs:element>
Element: virtualizationCode

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Virtualization secret code

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="virtualizationCode" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Virtualization secret code</xs:documentation>
  </xs:annotation>
</xs:element>
Element: callWaiting

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Enable call waiting

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="callWaiting" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Enable call waiting</xs:documentation>
  </xs:annotation>
</xs:element>

PhoneCallerIDInfo

Description: CallerID received in call information

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by
Element: sendCallerID

Type: restriction of xs:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Caller-ID name in public calls. Values: 1- server, 0-equipment, 3-extension. Default: by server.

Properties

PropertyValue
contentcomplex
minOccurs0
default1

Allowed Values

ValueDescription
1By server
0By equipment
3By extension

XSD Source

xml
<xs:element name="sendCallerID" minOccurs="0" default="1">
  <xs:annotation>
    <xs:documentation>Caller-ID name in public calls. Values: 1- server,
						0-equipment, 3-extension. Default: by server.</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="1">
          <xs:annotation>
            <xs:documentation>By server</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="0">
          <xs:annotation>
            <xs:documentation>By equipment</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="3">
          <xs:annotation>
            <xs:documentation>By extension</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: callerName

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Parameter used when 'callerIDSend' is set to extension (value = 3). Default value is set to the extension's name.

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="callerName" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Parameter used when 'callerIDSend' is set to extension (value
						= 3). Default value is set to the extension's name.</xs:documentation>
  </xs:annotation>
</xs:element>
Element: sendCallerNo

Type: restriction of xs:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Caller-ID number in public calls. Values: 1- server, 0-equipment, 3-extension. Default: by server.

Properties

PropertyValue
contentcomplex
minOccurs0
default1

Allowed Values

ValueDescription
1By server
0By equipment
3By extension

XSD Source

xml
<xs:element name="sendCallerNo" minOccurs="0" default="1">
  <xs:annotation>
    <xs:documentation>Caller-ID number in public calls. Values: 1- server,
						0-equipment, 3-extension. Default: by server.</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="1">
          <xs:annotation>
            <xs:documentation>By server</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="0">
          <xs:annotation>
            <xs:documentation>By equipment</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="3">
          <xs:annotation>
            <xs:documentation>By extension</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: callerNumber

Type: xs:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Parameter used when 'callerNoSend' is set to extension (value = 3). Default value is set to the extension's phone number.

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="callerNumber" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Parameter used when 'callerNoSend' is set to extension (value
						= 3). Default value is set to the extension's phone
						number.</xs:documentation>
  </xs:annotation>
</xs:element>
Element: defaultCallerIDRef

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Default callerID number; this parameter is used when 'callerNoSend' is set to server (value=1).

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="defaultCallerIDRef" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Default callerID number; this parameter is used when
						'callerNoSend' is set to server (value=1).</xs:documentation>
  </xs:annotation>
</xs:element>
Element: callerIDRefs

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Currently used CallerID numbers; this parameter is optional and can be set only if 1 - server option is provided for callerNoSend field.

Properties

PropertyValue
contentsimple
minOccurs0
maxOccursunbounded

XSD Source

xml
<xs:element name="callerIDRefs" type="common:positiveInteger" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Currently used CallerID numbers; this parameter is optional
						and can be set only if 1 - server option is provided for callerNoSend
						field.</xs:documentation>
  </xs:annotation>
</xs:element>
Element: anonymous

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Authorize sending CallerID on public calls; if it is set to true then CallerID will be Anonymous on public calls. Default it is set to false.

Properties

PropertyValue
contentsimple
minOccurs0
defaultfalse

XSD Source

xml
<xs:element name="anonymous" type="common:boolean" minOccurs="0" default="false">
  <xs:annotation>
    <xs:documentation>Authorize sending CallerID on public calls; if it is set to
						true then CallerID will be Anonymous on public calls. Default it is set to
						false.</xs:documentation>
  </xs:annotation>
</xs:element>
Element: callerIDInternal

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Send public CallerID on internal calls (if public callerID is available)

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="callerIDInternal" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Send public CallerID on internal calls (if public callerID is
						available)</xs:documentation>
  </xs:annotation>
</xs:element>
Element: callerIDOnTransfer

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Preserve original CallerID on transfered calls

Properties

PropertyValue
contentsimple
minOccurs0
defaultfalse

XSD Source

xml
<xs:element name="callerIDOnTransfer" type="common:boolean" minOccurs="0" default="false">
  <xs:annotation>
    <xs:documentation>Preserve original CallerID on transfered
						calls</xs:documentation>
  </xs:annotation>
</xs:element>
Element: SIPIdentity

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Send SIP P-Asserted-Identity header

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="SIPIdentity" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Send SIP P-Asserted-Identity header</xs:documentation>
  </xs:annotation>
</xs:element>

ExtendedPhoneTerminal

Description: Extended phone terminal extension data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Extends: PhoneTerminal

Element: terminal

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Terminal advertised by the extension if registered

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="terminal" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Terminal advertised by the extension if
								registered</xs:documentation>
  </xs:annotation>
</xs:element>
Element: state

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Extension state, from the network perspective connection

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="state" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Extension state, from the network perspective
								connection</xs:documentation>
  </xs:annotation>
</xs:element>
Element: IP

Type: common:ip

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Registered extension IP address

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="IP" type="common:ip" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Registered extension IP address</xs:documentation>
  </xs:annotation>
</xs:element>
Element: voicemailMsgQuota

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="voicemailMsgQuota" type="common:string" minOccurs="0"/>
Element: faxMsgQuota

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="faxMsgQuota" type="common:string" minOccurs="0"/>
Element: musicFilesQuota

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="musicFilesQuota" type="common:string" minOccurs="0"/>
Element: soundFilesQuota

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="soundFilesQuota" type="common:string" minOccurs="0"/>
Element: recordedMsgQuota

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="recordedMsgQuota" type="common:string" minOccurs="0"/>
Element: registration

Type: DeviceRegistrationInfo

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Phone registeration

Properties

PropertyValue
contentsimple
minOccurs0
maxOccursunbounded

XSD Source

xml
<xs:element name="registration" type="DeviceRegistrationInfo" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Phone registeration</xs:documentation>
  </xs:annotation>
</xs:element>

PhoneQueue

Description: Queue extension data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by

Extends: PhoneCallerIDInfo

Element: name

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Queue name

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="name" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Queue name</xs:documentation>
  </xs:annotation>
</xs:element>
Element: size

Type: common:unlimitedUInt

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Queue size

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="size" type="common:unlimitedUInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Queue size</xs:documentation>
  </xs:annotation>
</xs:element>
Element: distribution

Type: restriction of xs:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Call distribution algorithm. Default value: ring all

Properties

PropertyValue
contentcomplex
minOccurs0
defaultringall

Allowed Values

ValueDescription
ringall
leastrecent
fewestcalls
random
rrmemory
linear
wrandom

XSD Source

xml
<xs:element name="distribution" minOccurs="0" default="ringall">
  <xs:annotation>
    <xs:documentation>Call distribution algorithm. Default value: ring
								all</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="ringall"/>
        <xs:enumeration value="leastrecent"/>
        <xs:enumeration value="fewestcalls"/>
        <xs:enumeration value="random"/>
        <xs:enumeration value="rrmemory"/>
        <xs:enumeration value="linear"/>
        <xs:enumeration value="wrandom"/>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: waitFor

Type: xs:decimal

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: The period of time before retrying all agents again. Default value: 20 seconds

Properties

PropertyValue
contentsimple
minOccurs0
default20

XSD Source

xml
<xs:element name="waitFor" type="xs:decimal" minOccurs="0" default="20">
  <xs:annotation>
    <xs:documentation>The period of time before retrying all agents again.
								Default value: 20 seconds</xs:documentation>
  </xs:annotation>
</xs:element>
Element: service

Type: xs:decimal

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Service level agreement (seconds)

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="service" type="xs:decimal" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Service level agreement (seconds)</xs:documentation>
  </xs:annotation>
</xs:element>
Element: record

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Record all queue conversations

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="record" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Record all queue conversations</xs:documentation>
  </xs:annotation>
</xs:element>
Element: recordStorage

Type: common:unlimitedUInt

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Call recording storage space (MB)

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="recordStorage" type="common:unlimitedUInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Call recording storage space (MB)</xs:documentation>
  </xs:annotation>
</xs:element>
Element: phoneInsightsNotEligible

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Whether or not the extension is eligible for Phone Insights

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="phoneInsightsNotEligible" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Whether or not the extension is eligible for Phone Insights</xs:documentation>
  </xs:annotation>
</xs:element>
Element: phoneInsightsOrgShared

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Share Phone Insights with the entire organization

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="phoneInsightsOrgShared" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Share Phone Insights with the entire organization</xs:documentation>
  </xs:annotation>
</xs:element>
Element: disconnectSndActive

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Enable/disable disconnectSnd

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="disconnectSndActive" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Enable/disable disconnectSnd</xs:documentation>
  </xs:annotation>
</xs:element>
Element: disconnectSnd

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Sound id for the sound played on disconect due to queue full

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="disconnectSnd" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Sound id for the sound played on disconect due to
								queue full</xs:documentation>
  </xs:annotation>
</xs:element>

ExtendedQueue

Description: Extended queue extension data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Extends: PhoneQueue

Element: agents

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Number of queue agents

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="agents" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Number of queue agents</xs:documentation>
  </xs:annotation>
</xs:element>
Element: registeredAgents

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Number of registered agents

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="registeredAgents" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Number of registered agents</xs:documentation>
  </xs:annotation>
</xs:element>
Element: supervisors

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Number of queue supervisors

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="supervisors" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Number of queue supervisors</xs:documentation>
  </xs:annotation>
</xs:element>

QueueCenterInfo

Description: Queue center login extension data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Extends: PhoneCallerIDInfo

Element: connectionSnd

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Sound played before connection to queue login center.

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="connectionSnd" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Sound played before connection to queue login
								center.</xs:documentation>
  </xs:annotation>
</xs:element>
Element: connectionSndActive

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Play sound before connecting to queue login center.

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="connectionSndActive" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Play sound before connecting to queue login
								center.</xs:documentation>
  </xs:annotation>
</xs:element>

Voicemail

Description: Phone terminal voicemail function data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by
Element: status

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Enable/ Disable function

Properties

PropertyValue
contentsimple
minOccurs0
default1

XSD Source

xml
<xs:element name="status" type="common:boolean" minOccurs="0" default="1">
  <xs:annotation>
    <xs:documentation>Enable/ Disable function</xs:documentation>
  </xs:annotation>
</xs:element>
Element: autoDelDays

Type: xs:decimal

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Autodelete messages older than

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="autoDelDays" type="xs:decimal" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Autodelete messages older than
						{autodeleteDays}</xs:documentation>
  </xs:annotation>
</xs:element>
Element: notify

Type: restriction of xs:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: New message notification method : alert or message. Default value: message

Properties

PropertyValue
contentcomplex
minOccurs0
defaultmessage

Allowed Values

ValueDescription
alert
message

XSD Source

xml
<xs:element name="notify" minOccurs="0" default="message">
  <xs:annotation>
    <xs:documentation>New message notification method : alert or message. Default
						value: message</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="alert"/>
        <xs:enumeration value="message"/>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: password

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Voicemail password

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="password" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Voicemail password</xs:documentation>
  </xs:annotation>
</xs:element>
Element: exitToOperator

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Exit to operator on key press: extended number

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="exitToOperator" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Exit to operator on key press: extended number</xs:documentation>
  </xs:annotation>
</xs:element>
Element: autoAnswer

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Enable/disable auto-answer

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="autoAnswer" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Enable/disable auto-answer</xs:documentation>
  </xs:annotation>
</xs:element>
Element: autoAnswerTime

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Time after which voicemail automatically answers the call (seconds)

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="autoAnswerTime" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Time after which voicemail automatically answers the call
						(seconds)</xs:documentation>
  </xs:annotation>
</xs:element>
Element: directory

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Add extension to company directory

Properties

PropertyValue
contentsimple
minOccurs0
default0

XSD Source

xml
<xs:element name="directory" type="common:boolean" minOccurs="0" default="0">
  <xs:annotation>
    <xs:documentation>Add extension to company directory</xs:documentation>
  </xs:annotation>
</xs:element>
Element: envelope

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Do not read messages envelope. Values 0 for Yes, 1 for No. Default 0(Yes)

Properties

PropertyValue
contentsimple
minOccurs0
default0

XSD Source

xml
<xs:element name="envelope" type="common:boolean" minOccurs="0" default="0">
  <xs:annotation>
    <xs:documentation>Do not read messages envelope. Values 0 for Yes, 1 for No.
						Default 0(Yes)</xs:documentation>
  </xs:annotation>
</xs:element>

Conference

Description: Phone terminal conference function data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by
Element: status

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Enable/ Disable function

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="status" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Enable/ Disable function</xs:documentation>
  </xs:annotation>
</xs:element>
Element: size

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Conference room size

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="size" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Conference room size</xs:documentation>
  </xs:annotation>
</xs:element>
Element: timeout

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Timeout on empty conference room

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="timeout" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Timeout on empty conference room</xs:documentation>
  </xs:annotation>
</xs:element>
Element: mohActive

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Enable/Disable music on hold

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="mohActive" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Enable/Disable music on hold</xs:documentation>
  </xs:annotation>
</xs:element>
Element: PIN

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Prompt for PIN on conference creation

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="PIN" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Prompt for PIN on conference creation</xs:documentation>
  </xs:annotation>
</xs:element>
Element: close

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Close the conference when all conference moderators exit

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="close" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Close the conference when all conference moderators exit</xs:documentation>
  </xs:annotation>
</xs:element>
Element: announceUserCount

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Announce extension count on joining conference

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="announceUserCount" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Announce extension count on joining
						conference</xs:documentation>
  </xs:annotation>
</xs:element>
Element: announceUser

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Announce extensions joining/leaving

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="announceUser" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Announce extensions joining/leaving</xs:documentation>
  </xs:annotation>
</xs:element>

CallRecording

Description: Phone terminal call recording function data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by
Element: status

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Enable/ Disable function

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="status" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Enable/ Disable function</xs:documentation>
  </xs:annotation>
</xs:element>
Element: trigger

Type: restriction of xs:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Record triggered when {recordOverPhone}. Default value: 0

Properties

PropertyValue
contentcomplex
minOccurs0

Allowed Values

ValueDescription
0Never
1When *1 is pressed
2All calls are recorded
3Only conferences

XSD Source

xml
<xs:element name="trigger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Record triggered when {recordOverPhone}. Default value:
						0</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:integer">
        <xs:enumeration value="0">
          <xs:annotation>
            <xs:documentation>Never</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="1">
          <xs:annotation>
            <xs:documentation>When *1 is pressed</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="2">
          <xs:annotation>
            <xs:documentation>All calls are recorded</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="3">
          <xs:annotation>
            <xs:documentation>Only conferences</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: recordSndActive

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Enable/disable record sound

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="recordSndActive" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Enable/disable record sound</xs:documentation>
  </xs:annotation>
</xs:element>
Element: recordSnd

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Sound played when call recording starts

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="recordSnd" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Sound played when call recording starts</xs:documentation>
  </xs:annotation>
</xs:element>
Element: autoDelDays

Type: xs:decimal

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Autodelete messages older than

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="autoDelDays" type="xs:decimal" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Autodelete messages older than
						{autodeleteDays}</xs:documentation>
  </xs:annotation>
</xs:element>
Element: phoneInsightsNotEligible

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Whether or not the extension is eligible for Phone Insights

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="phoneInsightsNotEligible" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Whether or not the extension is eligible for Phone Insights</xs:documentation>
  </xs:annotation>
</xs:element>
Element: phoneInsightsOrgShared

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Share Phone Insights with the entire organization

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="phoneInsightsOrgShared" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Share Phone Insights with the entire organization</xs:documentation>
  </xs:annotation>
</xs:element>

FaxCenter

Description: Phone terminal fax center function data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by
Element: status

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Enable/ Disable function

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="status" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Enable/ Disable function</xs:documentation>
  </xs:annotation>
</xs:element>
Element: autoDelDays

Type: xs:decimal

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Autodelete fax messages older than

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="autoDelDays" type="xs:decimal" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Autodelete fax messages older than
						{autodeleteDays}</xs:documentation>
  </xs:annotation>
</xs:element>
Element: notify

Type: restriction of xs:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: New fax notification method : alert or fax. Default value: alert

Properties

PropertyValue
contentcomplex
minOccurs0
defaultalert

Allowed Values

ValueDescription
alert
fax

XSD Source

xml
<xs:element name="notify" minOccurs="0" default="alert">
  <xs:annotation>
    <xs:documentation>New fax notification method : alert or fax. Default value:
						alert</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="alert"/>
        <xs:enumeration value="fax"/>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: autoAnswer

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Enable/disable auto-answer

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="autoAnswer" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Enable/disable auto-answer</xs:documentation>
  </xs:annotation>
</xs:element>
Element: autoAnswerSeconds

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Time after which faxautomatically answers the call

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="autoAnswerSeconds" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Time after which faxautomatically answers the
						call</xs:documentation>
  </xs:annotation>
</xs:element>
Element: fax2voicemail

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: If not a fax, send to voicemail

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="fax2voicemail" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>If not a fax, send to voicemail</xs:documentation>
  </xs:annotation>
</xs:element>
Element: faxFromEmailActive

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Enable/Disable option to allow email to fax

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="faxFromEmailActive" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Enable/Disable option to allow email to fax</xs:documentation>
  </xs:annotation>
</xs:element>
Element: faxFromEmail

Type: common:email

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Activate email address from which faxes are accepted

Properties

PropertyValue
contentsimple
minOccurs0
maxOccursunbounded

XSD Source

xml
<xs:element name="faxFromEmail" type="common:email" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Activate email address from which faxes are
						accepted</xs:documentation>
  </xs:annotation>
</xs:element>
Element: faxSndActive

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Enable/disable fax sound

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="faxSndActive" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Enable/disable fax sound</xs:documentation>
  </xs:annotation>
</xs:element>
Element: faxSnd

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Sound played before sending fax

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="faxSnd" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Sound played before sending fax</xs:documentation>
  </xs:annotation>
</xs:element>

Agent

Description: Queue agent data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Element: ID

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="ID" type="common:positiveInteger" minOccurs="0"/>
Element: supervisor

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="supervisor" type="common:boolean" minOccurs="0"/>
Element: penalty

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="penalty" type="common:integer" minOccurs="0"/>
Element: extensionNo

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Extension number

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="extensionNo" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Extension number</xs:documentation>
  </xs:annotation>
</xs:element>

QueueMember

Description: Queue member data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Element: queueExtendedNumber

Type: queueExtendedNumber

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Queue extension extension ID

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="queueExtendedNumber" type="queueExtendedNumber" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Queue extension extension ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element: name

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Queue name

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="name" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Queue name</xs:documentation>
  </xs:annotation>
</xs:element>
Element: supervisor

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="supervisor" type="common:boolean" minOccurs="0"/>
Element: penalty

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="penalty" type="common:integer" minOccurs="0"/>
Element: status

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Queue extension status

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="status" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Queue extension status</xs:documentation>
  </xs:annotation>
</xs:element>

VoicemailCenterInfo

Description: Voicemail center extension data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Element: connectionSndActive

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Play sound before connecting to the voicemail center

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="connectionSndActive" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Play sound before connecting to the voicemail center</xs:documentation>
  </xs:annotation>
</xs:element>
Element: connectionSnd

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Sound played before connectiong to the voicemail center

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="connectionSnd" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Sound played before connectiong to the voicemail center</xs:documentation>
  </xs:annotation>
</xs:element>

ConferenceInfo

Description: Conference extension data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Extends: PhoneCallerIDInfo

Element: connectionSndActive

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Play sound before connecting to conference center.

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="connectionSndActive" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Play sound before connecting to conference
								center.</xs:documentation>
  </xs:annotation>
</xs:element>
Element: connectionSnd

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Sound played before connectiong to cenference center

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="connectionSnd" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Sound played before connectiong to cenference
								center</xs:documentation>
  </xs:annotation>
</xs:element>
Element: size

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Conference room size

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="size" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Conference room size</xs:documentation>
  </xs:annotation>
</xs:element>
Element: record

Type: restriction of xs:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Record conference conversations. Possible values: 0-never, 1-always, 2-extension's choice

Properties

PropertyValue
contentcomplex
minOccurs0
default0

Allowed Values

ValueDescription
0
1
2

XSD Source

xml
<xs:element name="record" minOccurs="0" default="0">
  <xs:annotation>
    <xs:documentation>Record conference conversations. Possible values:
								0-never, 1-always, 2-extension's choice</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:integer">
        <xs:enumeration value="0"/>
        <xs:enumeration value="1"/>
        <xs:enumeration value="2"/>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: phoneInsightsNotEligible

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Whether or not the extension is eligible for Phone Insights

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="phoneInsightsNotEligible" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Whether or not the extension is eligible for Phone Insights</xs:documentation>
  </xs:annotation>
</xs:element>
Element: phoneInsightsOrgShared

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Share Phone Insights with the entire organization

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="phoneInsightsOrgShared" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Share Phone Insights with the entire organization</xs:documentation>
  </xs:annotation>
</xs:element>
Element: storage

Type: common:unlimitedUInt

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Call recording storage space (MB)

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="storage" type="common:unlimitedUInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Call recording storage space (MB)</xs:documentation>
  </xs:annotation>
</xs:element>
Element: mohActive

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Enable/Disable music on hold

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="mohActive" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Enable/Disable music on hold</xs:documentation>
  </xs:annotation>
</xs:element>
Element: mohFolder

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Default music on hold folder.

Properties

PropertyValue
contentsimple
minOccurs0
default-1

XSD Source

xml
<xs:element name="mohFolder" type="common:string" minOccurs="0" default="-1">
  <xs:annotation>
    <xs:documentation>Default music on hold folder.</xs:documentation>
  </xs:annotation>
</xs:element>
Element: close

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Close the conference when all conference moderators exit

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="close" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Close the conference when all conference moderators
								exit</xs:documentation>
  </xs:annotation>
</xs:element>
Element: announceExtensionCount

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Announce extension count on joining conference

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="announceExtensionCount" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Announce extension count on joining
								conference</xs:documentation>
  </xs:annotation>
</xs:element>
Element: announceExtension

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Announce extensions joining/leaving

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="announceExtension" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Announce extensions joining/leaving</xs:documentation>
  </xs:annotation>
</xs:element>

IVR

Description: IVR extension data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Extends: PhoneCallerIDInfo

Element: name

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: IVR name

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="name" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>IVR name</xs:documentation>
  </xs:annotation>
</xs:element>
Element: description

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Description

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="description" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Description</xs:documentation>
  </xs:annotation>
</xs:element>
Element: timeout

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Timeout

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="timeout" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Timeout</xs:documentation>
  </xs:annotation>
</xs:element>
Element: mohFolder

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Default music on hold folder.

Properties

PropertyValue
contentsimple
minOccurs0
default-1

XSD Source

xml
<xs:element name="mohFolder" type="common:string" minOccurs="0" default="-1">
  <xs:annotation>
    <xs:documentation>Default music on hold folder.</xs:documentation>
  </xs:annotation>
</xs:element>
Element: lifetime

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: IVR session lifetime

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="lifetime" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>IVR session lifetime</xs:documentation>
  </xs:annotation>
</xs:element>
Element: lifetimeExpire

Type: restriction of xs:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Action on lifetime expires event. Default hangup.

Properties

PropertyValue
contentcomplex
minOccurs0
defaulthangup

Allowed Values

ValueDescription
hangup
transfer
play

XSD Source

xml
<xs:element name="lifetimeExpire" minOccurs="0" default="hangup">
  <xs:annotation>
    <xs:documentation>Action on lifetime expires event. Default
								hangup.</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="hangup"/>
        <xs:enumeration value="transfer"/>
        <xs:enumeration value="play"/>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: transferExtension

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: On IVR lifetime expire, transfer to extension. For lifetimeExpire:transfer trigger ONLY

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="transferExtension" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>On IVR lifetime expire, transfer to extension. For
								lifetimeExpire:transfer trigger ONLY</xs:documentation>
  </xs:annotation>
</xs:element>
Element: sound

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: On IVR lifetime expire, play sound. For lifetimeExpire:play trigger ONLY

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="sound" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>On IVR lifetime expire, play sound. For
								lifetimeExpire:play trigger ONLY</xs:documentation>
  </xs:annotation>
</xs:element>

VoicemailInfo

Description: Voicemail extension data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Element: connectionSndActive

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Play sound before connecting to conference center.

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="connectionSndActive" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Play sound before connecting to conference
						center.</xs:documentation>
  </xs:annotation>
</xs:element>
Element: connectionSnd

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Sound played before connectiong to cenference center

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="connectionSnd" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Sound played before connectiong to cenference
						center</xs:documentation>
  </xs:annotation>
</xs:element>

RemoteAgent

Description: Remote agent data

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by
Element: name

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Remote agent name

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="name" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Remote agent name</xs:documentation>
  </xs:annotation>
</xs:element>
Element: agentID

Type: xs:decimal

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Remote agent ID

Properties

PropertyValue
contentsimple

XSD Source

xml
<xs:element name="agentID" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>Remote agent ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element: penalty

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Penalty

Properties

PropertyValue
contentsimple
minOccurs0
default0

XSD Source

xml
<xs:element name="penalty" type="common:integer" minOccurs="0" default="0">
  <xs:annotation>
    <xs:documentation>Penalty</xs:documentation>
  </xs:annotation>
</xs:element>
Element: registration

Type: restriction of common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Agent phone number : fixed number (value=phone), registration number (value=register); default is set to registration number.

Properties

PropertyValue
contentcomplex
minOccurs0
defaultphone

Allowed Values

ValueDescription
phone
register

XSD Source

xml
<xs:element name="registration" minOccurs="0" default="phone">
  <xs:annotation>
    <xs:documentation>Agent phone number : fixed number (value=phone), registration
						number (value=register); default is set to registration
						number.</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="common:string">
        <xs:enumeration value="phone"/>
        <xs:enumeration value="register"/>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: phoneNumber

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Fixed agent phone number; this parameter is required only if 'registration' was set to fixed number.

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="phoneNumber" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Fixed agent phone number; this parameter is required only if
						'registration' was set to fixed number.</xs:documentation>
  </xs:annotation>
</xs:element>
Element: requireConfirmation

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Require confirmation on taking calls

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="requireConfirmation" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Require confirmation on taking calls</xs:documentation>
  </xs:annotation>
</xs:element>

DeviceRegistrationInfo

Description: Device registration info like agent, reachability and expiration date

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by
Element: status

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: 0 for registered; 1 for non registered

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="status" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>0 for registered; 1 for non registered</xs:documentation>
  </xs:annotation>
</xs:element>
Element: expire

Type: common:dateTime

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Registration expiration date

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="expire" type="common:dateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Registration expiration date</xs:documentation>
  </xs:annotation>
</xs:element>
Element: agent

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Agent where phone is registered

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="agent" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Agent where phone is registered</xs:documentation>
  </xs:annotation>
</xs:element>
Element: IP

Type: common:ip

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Phone is connected on IP

Properties

PropertyValue
contentsimple
minOccurs0
maxOccurs1

XSD Source

xml
<xs:element name="IP" type="common:ip" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Phone is connected on IP</xs:documentation>
  </xs:annotation>
</xs:element>

ScheduledConference

Description: Scheduled Conference

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Element: name

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: The name of the conference

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="name" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The name of the conference</xs:documentation>
  </xs:annotation>
</xs:element>
Element: adminPIN

Type: xs:decimal

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Administrator PIN number (recommended)

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="adminPIN" type="xs:decimal" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Administrator PIN number (recommended)</xs:documentation>
  </xs:annotation>
</xs:element>
Element: participantPIN

Type: xs:decimal

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Participant PIN number - it is considered only if the Administrator PIN is also set

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="participantPIN" type="xs:decimal" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Participant PIN number - it is considered only if the Administrator PIN is also set</xs:documentation>
  </xs:annotation>
</xs:element>
Element: roomSize

Type: common:positiveInteger

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Conference room size

Properties

PropertyValue
contentsimple
minOccurs0
default5

XSD Source

xml
<xs:element name="roomSize" type="common:positiveInteger" minOccurs="0" default="5">
  <xs:annotation>
    <xs:documentation>Conference room size</xs:documentation>
  </xs:annotation>
</xs:element>
Element: conferenceType

Type: restriction of xs:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Conference type

Properties

PropertyValue
contentcomplex
minOccurs0
defaultone_time

Allowed Values

ValueDescription
anytime
one_time
recurring

XSD Source

xml
<xs:element name="conferenceType" minOccurs="0" default="one_time">
  <xs:annotation>
    <xs:documentation>Conference type</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="anytime"/>
        <xs:enumeration value="one_time"/>
        <xs:enumeration value="recurring"/>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: timezoneID

Type: common:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: The ID of the timezone for which the conference is scheduled. Use 0 for server default timezone

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="timezoneID" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The ID of the timezone for which the conference is scheduled. Use 0 for server default timezone</xs:documentation>
  </xs:annotation>
</xs:element>
Element: startDate

Type: xs:date

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: The date the one time conference will start, format: yyyy-mm-dd

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="startDate" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The date the one time conference will start, format: yyyy-mm-dd</xs:documentation>
  </xs:annotation>
</xs:element>
Element: startTime

Type: xs:time

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Start time, format: H:i

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="startTime" type="xs:time" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Start time, format: H:i</xs:documentation>
  </xs:annotation>
</xs:element>
Element: endTime

Type: xs:time

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: End time, format: H:i

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="endTime" type="xs:time" minOccurs="0">
  <xs:annotation>
    <xs:documentation>End time, format: H:i</xs:documentation>
  </xs:annotation>
</xs:element>
Element: dayOfWeek

Type: xs:unsignedInt

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Day of the week - a numeric value between 0 and 7, default: 0 (every day)

Properties

PropertyValue
contentsimple
minOccurs0
default0

XSD Source

xml
<xs:element name="dayOfWeek" type="xs:unsignedInt" minOccurs="0" default="0">
  <xs:annotation>
    <xs:documentation>Day of the week - a numeric value between 0 and 7, default: 0 (every day)</xs:documentation>
  </xs:annotation>
</xs:element>
Element: dayOfMonth

Type: xs:unsignedInt

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Day of the month - a numeric value between 0 and 31, default: 0 (every day)

Properties

PropertyValue
contentsimple
minOccurs0
default0

XSD Source

xml
<xs:element name="dayOfMonth" type="xs:unsignedInt" minOccurs="0" default="0">
  <xs:annotation>
    <xs:documentation>Day of the month - a numeric value between 0 and 31, default: 0 (every day)</xs:documentation>
  </xs:annotation>
</xs:element>
Element: month

Type: xs:unsignedInt

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Month - a numeric value between 0 and 12, default: 0 (every month)

Properties

PropertyValue
contentsimple
minOccurs0
default0

XSD Source

xml
<xs:element name="month" type="xs:unsignedInt" minOccurs="0" default="0">
  <xs:annotation>
    <xs:documentation>Month - a numeric value between 0 and 12, default: 0 (every month)</xs:documentation>
  </xs:annotation>
</xs:element>
Element: connectSndActive

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Play sound before connecting to the conference center

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="connectSndActive" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Play sound before connecting to the conference center</xs:documentation>
  </xs:annotation>
</xs:element>
Element: connectSnd

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Path to play sound - required when connectSndActive is enabled

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="connectSnd" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Path to play sound - required when connectSndActive is enabled</xs:documentation>
  </xs:annotation>
</xs:element>
Element: mohActive

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Enable/Disable music on hold

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="mohActive" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Enable/Disable music on hold</xs:documentation>
  </xs:annotation>
</xs:element>
Element: close

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Close the conference when all conference moderators exit

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="close" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Close the conference when all conference moderators exit</xs:documentation>
  </xs:annotation>
</xs:element>
Element: startMuted

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Participants start muted

Properties

PropertyValue
contentsimple
minOccurs0
defaultfalse

XSD Source

xml
<xs:element name="startMuted" type="common:boolean" minOccurs="0" default="false">
  <xs:annotation>
    <xs:documentation>Participants start muted</xs:documentation>
  </xs:annotation>
</xs:element>
Element: unmuteAllowed

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Participants are able to unmute themselves

Properties

PropertyValue
contentsimple
minOccurs0
defaulttrue

XSD Source

xml
<xs:element name="unmuteAllowed" type="common:boolean" minOccurs="0" default="true">
  <xs:annotation>
    <xs:documentation>Participants are able to unmute themselves</xs:documentation>
  </xs:annotation>
</xs:element>
Element: userCountAnnounce

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Announce user count on joining conference

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="userCountAnnounce" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Announce user count on joining conference</xs:documentation>
  </xs:annotation>
</xs:element>
Element: joinAnnounce

Type: common:boolean

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Announce about any participant joining or leaving the conference

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="joinAnnounce" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Announce about any participant joining or leaving the conference</xs:documentation>
  </xs:annotation>
</xs:element>
Element: record

Type: restriction of xs:integer

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Record conference conversations

Properties

PropertyValue
contentcomplex
minOccurs0
default0

Allowed Values

ValueDescription
0Never
1All calls are recorded
2When *0 is pressed

XSD Source

xml
<xs:element name="record" minOccurs="0" default="0">
  <xs:annotation>
    <xs:documentation>Record conference conversations</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:integer">
        <xs:enumeration value="0">
          <xs:annotation>
            <xs:documentation>Never</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="1">
          <xs:annotation>
            <xs:documentation>All calls are recorded</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="2">
          <xs:annotation>
            <xs:documentation>When *0 is pressed</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
</xs:element>

updateScheduledConfObject

Description: Update operation response object type

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Used by
Element: conferenceNumber

Type: common:string

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Scheduled conference number

Properties

PropertyValue
contentsimple

XSD Source

xml
<xs:element name="conferenceNumber" type="common:string">
  <xs:annotation>
    <xs:documentation>Scheduled conference number</xs:documentation>
  </xs:annotation>
</xs:element>
Element: common:result

Type: common:result

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="common:result" type="common:result" minOccurs="0"/>
Element: common:notice

Type: common:notice

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Properties

PropertyValue
contentsimple
minOccurs0
maxOccursunbounded

XSD Source

xml
<xs:element name="common:notice" type="common:notice" minOccurs="0" maxOccurs="unbounded"/>

ScheduledConferenceSession

Description: Scheduled Conference

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Element: started

Type: common:dateTime

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Date and time the session began

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="started" type="common:dateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Date and time the session began</xs:documentation>
  </xs:annotation>
</xs:element>
Element: ended

Type: common:dateTime

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Date and time when the session ended

Properties

PropertyValue
contentsimple
minOccurs0

XSD Source

xml
<xs:element name="ended" type="common:dateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Date and time when the session ended</xs:documentation>
  </xs:annotation>
</xs:element>
Element: participants

Type: xs:unsignedInt

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: Number of current participants in conference

Properties

PropertyValue
contentsimple

XSD Source

xml
<xs:element name="participants" type="xs:unsignedInt">
  <xs:annotation>
    <xs:documentation>Number of current participants in conference</xs:documentation>
  </xs:annotation>
</xs:element>
Element: maxParticipants

Type: xs:unsignedInt

Namespace: http://4psa.com/ExtensionData.xsd/5.2.5

Description: The total number of conference participants

Properties

PropertyValue
contentsimple

XSD Source

xml
<xs:element name="maxParticipants" type="xs:unsignedInt">
  <xs:annotation>
    <xs:documentation>The total number of conference participants</xs:documentation>
  </xs:annotation>
</xs:element>

Last updated: Jan 13, 2026