Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element connectionSnd
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Sound played before connection to queue login
center.
Diagram
DiagramCommon_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<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
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Play sound before connecting to queue login
center.
Diagram
DiagramCommon_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<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>
Complex Type QueueCenterInfo
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Queue center login extension data
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_SIPIdentityExtensionData_xsd_Complex_Type_PhoneCallerIDInfo.tmp#PhoneCallerIDInfoExtensionData_xsd_Complex_Type_QueueCenterInfo.tmp#QueueCenterInfo_connectionSndExtensionData_xsd_Complex_Type_QueueCenterInfo.tmp#QueueCenterInfo_connectionSndActive
Type extension of PhoneCallerIDInfo
Type hierarchy
Used by
Elements GetExtensionSettingsResponse/queueCenter, SetupExtension/queueCenter
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} , connectionSnd{0,1} , connectionSndActive{0,1}
Children SIPIdentity, anonymous, callerIDInternal, callerIDOnTransfer, callerIDRefs, callerName, callerNumber, connectionSnd, connectionSndActive, defaultCallerIDRef, sendCallerID, sendCallerNo
Source
<xs:complexType name="QueueCenterInfo">
  <xs:annotation>
    <xs:documentation>Queue center login extension data</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="PhoneCallerIDInfo">
      <xs:sequence>
        <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>
        <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>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>