Describes a site topology site defined in DMA
Name | Type | Description | Attributes |
---|---|---|---|
plcm-data-rate | plcm-data-rate | See Definition of plcm-data-rate | Mandatory |
atomLinkList | List of link | See Definition of link | |
plcm-site-detail | plcm-site-detail | See Definition of plcm-site-detail | |
plcm-subnet-list-v4 | plcm-subnet-list-v4 | See Definition of plcm-subnet-list-v4 | Mandatory |
plcm-isdn-number-assignment | plcm-isdn-number-assignment | See Definition of plcm-isdn-number-assignment | |
plcm-site-topology-bit-rate-v3 | plcm-site-topology-bit-rate-v3 | See Definition of plcm-site-topology-bit-rate-v3 | |
site-identifier | xs:string | Internal identifier. Provided to protect against a name update. | |
name | Name | A meaningful name for the site (up to 128 characters). | Mandatory |
description | Description | A brief description of the site (up to 200 characters). | |
maximum-bandwidth | MaximumBandwidth | The total bandwidth limit for voice and video calls. If not configured, voice and video calls can use all of the available bandwidth. The rate (bps / kbps / etc) is described by the data-rate field. | |
territory-identifier | xs:string | Internal identifier for the territory the site is assigned to. | |
itu-dialing-rules-override | xs:boolean | Flag to override the standard dialing rules, established by the International Telecommunications Union, when dialing out using an ISDN gateway. | |
pbx-access-code | xs:string | The code needed to access the ISDN/PSTN network through the site's PBX when dialing out. This is restricted to the following characters: 0123456789AaBbCcDd#* | |
country-code | CountryCode | The country code for the site's location. This is only valid if the ITU dialing rules are not overridden. This is restricted to numeric characters only | |
area-code | AreaCode | The city or area code for the site's location. Leading zeroes are optional. This is only valid if the ITU dialing rules are not overridden. This is restricted to numeric characters only | |
always-dial-area-code | xs:boolean | Flag indicating that the area code should always be included in the phone number. This is only valid if the ITU dialing rules are not overridden. Defaults to false if not present. | |
always-dial-national-prefix | xs:boolean | Flag indicating that the national prefix should always be included in the phone number. This is only valid if the ITU dialing rules are not overridden. Defaults to false if not present. | |
subscriber-number-length | xs:int | The number of digits in a phone number. | |
internet-call-routing-h323 | InternetCallRoutingH323 | Internet call routing configuration for H.323 calls. This configures how calls to the internet site are handled. The following options are available: NOT_ALLOWED - Disables H.323 calls to the internet. ALLOWED_THROUGH_H323_FIREWALL - Allows H.323 calls to the internet through a H.323 aware firewall. ALLOWED_THROUGH_H323_SBC_ALG - Allows H.323 calls to the internet through a H.323 SBC or ALG. | Mandatory |
h323-sbc-alg-call-signaling-ip-address | xs:string | The call signaling address for the H.323 SBC or ALG. This is only valid and required if the internet-call-routing-h323 option is set to ALLOWED_THROUGH_H323_SBC_ALG. | |
h323-sbc-alg-call-signaling-ip-port | xs:int | The call signaling port for the H.323 SBC or ALG. This is only valid and required if the internet-call-routing-h323 option is set to ALLOWED_THROUGH_H323_SBC_ALG. | |
internet-call-routing-sip | InternetCallRoutingSip | Internet call routing configuration for SIP calls. This configures how calls to the internet site are handled. The following options are available: NOT_ALLOWED - Disables SIP calls to the internet. ALLOWED_THROUGH_SIP_FIREWALL - Allows SIP calls to the internet through a SIP aware firewall. ALLOWED_THROUGH_SIP_SBC_ALG - Allows SIP calls to the internet through a SIP SBC or ALG. | Mandatory |
sip-sbc-alg-call-signaling-ip-address | xs:string | The call signaling address for the SIP3 SBC or ALG. This is only valid and required if the internet-call-routing-sip option is set to ALLOWED_THROUGH_SIP_SBC_ALG. | |
sip-sbc-alg-call-signaling-ip-port | xs:int | The call signaling port for the SIP SBC or ALG. This is only valid and required if the internet-call-routing-sip option is set to ALLOWED_THROUGH_SIP_SBC_ALG. | |
entity-tag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. |
Name | Type | Restrictions |
---|---|---|
EntityTag | xs:string | Length of value must be >=1 Length of value must be <=64 |
InternetCallRoutingSip | xs:string | Value must be one of:
|
InternetCallRoutingH323 | xs:string | Value must be one of:
|
AreaCode | xs:string | Length of value must be >=0 Length of value must be <=5 |
CountryCode | xs:string | Length of value must be >=0 Length of value must be <=5 |
MaximumBandwidth | xs:decimal | |
Description | xs:string | Length of value must be >=1 Length of value must be <=200 |
Name | xs:string | Length of value must be >=1 Length of value must be <=128 |