The External sbc object is created to configure the information needed to connect and communicate with a primary External H.323 sbc. Content-Type: application/vnd.plcm.plcm-ext-sbc+xml. All attributes are used in ETag calculation except for entity-tag and atom-link.
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | Array of Link | See Definition of Link | |
extSbcIdentifier | string | Internal identifier. Provided to protect against a name update. | |
enabled | boolean | This check box allows to stop using an external sbc without deleting it. | Mandatory |
sbcName | SbcName | A meaningful name for the external sbc. This field is mandatory. Max size 128 characters. | Mandatory |
sbcDescription | SbcDescription | A brief description of the External sbc. Max size 128 characters. | |
address | Address | Fully qualified domain name (FQDN), host name, or IP address of the external sbc. If you specify a domain/host name, the system routes calls to this sbc by using DNS to resolve the address. The DNS server that the system uses must contain the required records (NAPTR, SRV, and/or A/AAAA). Max size 128 characters. | Mandatory |
rasPort | int | The RAS (Registration, Admission and Status) channel port number. Leave set to 1719 unless you know the sbc is using a non-standard port number. | Mandatory |
prefixRange | PrefixRange | The dial string prefix or prefix range for which the external sbc is responsible. Enter a single prefix (44), a range of prefixes (44-47), multiple prefixes separated by commas (44,46), or a combination (41, 44-47, 49). If your dial plan uses the Dial services by prefix dial rule (in the default dial plan) to route calls to services, all dial strings beginning with an assigned prefix are forwarded to this sbc for resolution. If your dial plan instead uses a rule that you create to apply the Resolve to external sbc action, there is no need to specify a prefix. Max size 128 characters. | Mandatory |
stripPrefix | boolean | If selected, the system strips the prefix when a call that includes a prefix is routed to this sbc. | |
entityTag | 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. | |
postliminaryEnabled | boolean | Flag indicating that the dial rule preliminary is enabled. | |
script | string | A Javascript executable script that defines filtering and/or transformation actions applied to a dial string. |
Name | Type | Restrictions |
---|---|---|
EntityTag | string | Length of value must be >=1 Length of value must be <=64 |
PrefixRange | string | Length of value must be >=0 Length of value must be <=128 |
Address | string | Length of value must be >=1 Length of value must be <=128 |
SbcDescription | string | Length of value must be >=0 Length of value must be <=128 |
SbcName | string | Length of value must be >=1 Length of value must be <=128 |