Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element AddChannel
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Add channel: request
Diagram
Diagram ChannelMessages_xsd_Element_AddChannel.tmp#AddChannel_type ChannelMessages_xsd_Element_AddChannel.tmp#AddChannel_SIP ChannelMessages_xsd_Element_AddChannel.tmp#AddChannel_Dahdi
Properties
content: complex
Model type{0,1} , (SIP{0,1} | Dahdi{0,0})
Children Dahdi, SIP, type
Instance
<AddChannel xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5">
  <type>{0,1}</type>
  <SIP>{0,1}</SIP>
  <Dahdi>{0,0}</Dahdi>
</AddChannel>
Source
<xs:element name="AddChannel">
  <xs:annotation>
    <xs:documentation>Add channel: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="type" default="sip" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Channel type: sip, dahdi, enum. Default value:
							sip</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="sip"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:choice>
        <xs:annotation>
          <xs:documentation>Either of</xs:documentation>
        </xs:annotation>
        <xs:element name="SIP" type="channelData:SIPChannelInfo" minOccurs="0">
          <xs:annotation>
            <xs:documentation>SIP channel</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Dahdi" minOccurs="0" maxOccurs="0">
          <xs:annotation>
            <xs:documentation>Not available</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element type
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Channel type: sip, dahdi, enum. Default value:
sip
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
minOccurs: 0
default: sip
Facets
enumeration sip
Source
<xs:element name="type" default="sip" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Channel type: sip, dahdi, enum. Default value:
							sip</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="sip"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element SIP
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
SIP channel
Diagram
Diagram ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_name ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_hostname ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_port ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_inviteIP ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_login ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_password ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_register ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_authUsername ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_concurentCalls ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_paid ChannelData_xsd_Element_flow.tmp#flow ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_dtmf ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_sipTransport ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_behindNAT ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_callerID ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_fromUser ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_fromDomain ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_authExt ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_didFromInvite ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_qualify ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_prefixCalls ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_trusted ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_trustRemotePartyID ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_sendRemotePartyID ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_supportIce ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_sessionTimers ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_sessionExpire ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_sessionMinExpire ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_sessionRefresher ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_codecs ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_useMD5 ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_notes ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo_SIPNode ChannelData_xsd_Complex_Type_SIPChannelInfo.tmp#SIPChannelInfo
Type SIPChannelInfo
Properties
content: complex
minOccurs: 0
Model name , hostname{0,1} , port{0,1} , inviteIP* , login{0,1} , password{0,1} , register{0,1} , authUsername{0,1} , concurentCalls{0,1} , paid{0,1} , flow{0,1} , dtmf{0,1} , sipTransport{0,1} , behindNAT{0,1} , callerID{0,1} , fromUser{0,1} , fromDomain{0,1} , authExt{0,1} , didFromInvite{0,1} , qualify{0,1} , prefixCalls{0,1} , trusted{0,1} , trustRemotePartyID{0,1} , sendRemotePartyID{0,1} , supportIce{0,1} , sessionTimers{0,1} , sessionExpire{0,1} , sessionMinExpire{0,1} , sessionRefresher{0,1} , codecs+ , useMD5{0,1} , notes{0,1} , SIPNode{0,1}
Children SIPNode, authExt, authUsername, behindNAT, callerID, codecs, concurentCalls, didFromInvite, dtmf, flow, fromDomain, fromUser, hostname, inviteIP, login, name, notes, paid, password, port, prefixCalls, qualify, register, sendRemotePartyID, sessionExpire, sessionMinExpire, sessionRefresher, sessionTimers, sipTransport, supportIce, trustRemotePartyID, trusted, useMD5
Instance
<SIP xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:channelData="http://4psa.com/ChannelData.xsd/5.2.5">
  <channelData:name>{1,1}</channelData:name>
  <channelData:hostname>{0,1}</channelData:hostname>
  <channelData:port>{0,1}</channelData:port>
  <channelData:inviteIP>{0,unbounded}</channelData:inviteIP>
  <channelData:login>{0,1}</channelData:login>
  <channelData:password>{0,1}</channelData:password>
  <channelData:register>{0,1}</channelData:register>
  <channelData:authUsername>{0,1}</channelData:authUsername>
  <channelData:concurentCalls>{0,1}</channelData:concurentCalls>
  <channelData:paid>{0,1}</channelData:paid>
  <channelData:flow>{0,1}</channelData:flow>
  <channelData:dtmf>{0,1}</channelData:dtmf>
  <channelData:sipTransport>{0,1}</channelData:sipTransport>
  <channelData:behindNAT>{0,1}</channelData:behindNAT>
  <channelData:callerID>{0,1}</channelData:callerID>
  <channelData:fromUser>{0,1}</channelData:fromUser>
  <channelData:fromDomain>{0,1}</channelData:fromDomain>
  <channelData:authExt>{0,1}</channelData:authExt>
  <channelData:didFromInvite>{0,1}</channelData:didFromInvite>
  <channelData:qualify>{0,1}</channelData:qualify>
  <channelData:prefixCalls>{0,1}</channelData:prefixCalls>
  <channelData:trusted>{0,1}</channelData:trusted>
  <channelData:trustRemotePartyID>{0,1}</channelData:trustRemotePartyID>
  <channelData:sendRemotePartyID>{0,1}</channelData:sendRemotePartyID>
  <channelData:supportIce>{0,1}</channelData:supportIce>
  <channelData:sessionTimers>{0,1}</channelData:sessionTimers>
  <channelData:sessionExpire>{0,1}</channelData:sessionExpire>
  <channelData:sessionMinExpire>{0,1}</channelData:sessionMinExpire>
  <channelData:sessionRefresher>{0,1}</channelData:sessionRefresher>
  <channelData:codecs>{1,unbounded}</channelData:codecs>
  <channelData:useMD5>{0,1}</channelData:useMD5>
  <channelData:notes>{0,1}</channelData:notes>
  <channelData:SIPNode>{0,1}</channelData:SIPNode>
</SIP>
Source
<xs:element name="SIP" type="channelData:SIPChannelInfo" minOccurs="0">
  <xs:annotation>
    <xs:documentation>SIP channel</xs:documentation>
  </xs:annotation>
</xs:element>
Element Dahdi
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Not available
Diagram
Diagram
Properties
minOccurs: 0
maxOccurs: 0
Source
<xs:element name="Dahdi" minOccurs="0" maxOccurs="0">
  <xs:annotation>
    <xs:documentation>Not available</xs:documentation>
  </xs:annotation>
</xs:element>