Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element sendCallerID
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Caller-ID name in public calls. Values: 1- server,
0-equipment, 3-extension. Default: by server.
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
minOccurs: 0
default: 1
Facets
enumeration 1
By server
enumeration 0
By equipment
enumeration 3
By extension
Source
<xs:element name="sendCallerID" default="1" minOccurs="0">
  <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
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Parameter used when 'callerIDSend' is set to extension (value
= 3). Default value is set to the extension's name.
Diagram
DiagramCommon_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<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
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Caller-ID number in public calls. Values: 1- server,
0-equipment, 3-extension. Default: by server.
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
minOccurs: 0
default: 1
Facets
enumeration 1
By server
enumeration 0
By equipment
enumeration 3
By extension
Source
<xs:element name="sendCallerNo" default="1" minOccurs="0">
  <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
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Parameter used when 'callerNoSend' is set to extension (value
= 3). Default value is set to the extension's phone
number.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<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
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Default callerID number; this parameter is used when
'callerNoSend' is set to server (value=1).
Diagram
DiagramCommon_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
totalDigits 4
Source
<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
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Currently used CallerID numbers; this parameter is optional
and can be set only if 1 - server option is provided for callerNoSend
field.
Diagram
DiagramCommon_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Facets
whiteSpace collapse
totalDigits 4
Source
<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
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
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.
Diagram
DiagramCommon_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
minOccurs: 0
default: false
Facets
whiteSpace collapse
Source
<xs:element name="anonymous" type="common:boolean" default="false" minOccurs="0">
  <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
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Send public CallerID on internal calls (if public callerID is
available)
Diagram
DiagramCommon_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<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
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Preserve original CallerID on transfered
calls
Diagram
DiagramCommon_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
minOccurs: 0
default: false
Facets
whiteSpace collapse
Source
<xs:element name="callerIDOnTransfer" type="common:boolean" default="false" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Preserve original CallerID on transfered
						calls</xs:documentation>
  </xs:annotation>
</xs:element>
Element SIPIdentity
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Send SIP P-Asserted-Identity header
Diagram
DiagramCommon_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<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>
Complex Type PhoneCallerIDInfo
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
CallerID received in call information
Diagram
DiagramExtensionData_xsd_Complex_Type_PhoneCallerIDInfo.tmp#PhoneCallerIDInfo_sendCallerIDExtensionData_xsd_Complex_Type_PhoneCallerIDInfo.tmp#PhoneCallerIDInfo_callerNameExtensionData_xsd_Complex_Type_PhoneCallerIDInfo.tmp#PhoneCallerIDInfo_sendCallerNoExtensionData_xsd_Complex_Type_PhoneCallerIDInfo.tmp#PhoneCallerIDInfo_callerNumberExtensionData_xsd_Complex_Type_PhoneCallerIDInfo.tmp#PhoneCallerIDInfo_defaultCallerIDRefExtensionData_xsd_Complex_Type_PhoneCallerIDInfo.tmp#PhoneCallerIDInfo_callerIDRefsExtensionData_xsd_Complex_Type_PhoneCallerIDInfo.tmp#PhoneCallerIDInfo_anonymousExtensionData_xsd_Complex_Type_PhoneCallerIDInfo.tmp#PhoneCallerIDInfo_callerIDInternalExtensionData_xsd_Complex_Type_PhoneCallerIDInfo.tmp#PhoneCallerIDInfo_callerIDOnTransferExtensionData_xsd_Complex_Type_PhoneCallerIDInfo.tmp#PhoneCallerIDInfo_SIPIdentity
Used by
Model sendCallerID{0,1} , callerName{0,1} , sendCallerNo{0,1} , callerNumber{0,1} , defaultCallerIDRef{0,1} , callerIDRefs* , anonymous{0,1} , callerIDInternal{0,1} , callerIDOnTransfer{0,1} , SIPIdentity{0,1}
Children SIPIdentity, anonymous, callerIDInternal, callerIDOnTransfer, callerIDRefs, callerName, callerNumber, defaultCallerIDRef, sendCallerID, sendCallerNo
Source
<xs:complexType name="PhoneCallerIDInfo">
  <xs:annotation>
    <xs:documentation>CallerID received in call information</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="sendCallerID" default="1" minOccurs="0">
      <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>
    <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>
    <xs:element name="sendCallerNo" default="1" minOccurs="0">
      <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>
    <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>
    <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>
    <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>
    <xs:element name="anonymous" type="common:boolean" default="false" minOccurs="0">
      <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>
    <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>
    <xs:element name="callerIDOnTransfer" type="common:boolean" default="false" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Preserve original CallerID on transfered
						calls</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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>
  </xs:sequence>
</xs:complexType>