A Conference Factory. A Conference Factory can be activated by a caller dialing a matching SIP URI, and used to instantiate a new conference. Content-Type: application/vnd.plcm.plcm-conference-factory+xml or application/vnd.plcm.plcm-conference-factory+json. All attributes are used in ETag calculation except for entity-tag.
| Name | Type | Description | Attributes |
|---|---|---|---|
| atomLinkList | Array of Link | See Definition of Link | |
| conferenceFactoryIdentifier | ConferenceFactoryIdentifier | The unique identifier of the conference factory. This is a system-generated identifier. | |
| conferenceFactoryDialId | string | The unique id that, as a component of a dial string, invokes this conference factory. | Mandatory |
| description | Description | The description of this conference factory. | |
| enabled | boolean | Boolean indicating whether this conference factory is enabled. | |
| conferenceTemplateName | string | Name of the conference template for this conference factory. This field is mandatory when override-default-conference-template-name is true. | |
| overrideDefaultConferenceTemplateName | boolean | Boolean indicating whether this conference factory overrides the default conference template. If true, a conference-template-name must also be specified. | |
| mcuPoolOrderName | string | Name of the MCU pool order for this conference factory. This field is mandatory when override-default-mcu-pool-order-name is true. | |
| overrideDefaultMcuPoolOrderName | boolean | Boolean indicating whether this conference factory overrides the default MCU pool order. If true, an mcu-pool-order-name must also be specified. | |
| territoryName | string | Name of the territory for this conference factory. This field is mandatory when override-default-territory-name is true. | |
| overrideDefaultTerritoryName | boolean | Boolean indicating whether this conference factory overrides the default territory. If true, a territory-name name must also be specified. | |
| svcOnlyTerritoryName | string | Name of the svc-only-territory for this conference factory. This field is mandatory when override-default-svc-only-territory-name is true. | |
| overrideDefaultSvcOnlyTerritoryName | boolean | Boolean indicating whether this conference factory overrides the default svc-only-territory. If true, a svc-only-territory-name name must also be specified. | |
| 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. |
| Name | Type | Restrictions |
|---|---|---|
| EntityTag | string | Length of value must be >=1 Length of value must be <=64 |
| Description | string | Length of value must be >=0 Length of value must be <=80 |
| ConferenceFactoryIdentifier | Length of value must be >=0 Length of value must be <=128 | |
| T0 | string | Pattern of value must match the regular expression [0-9a-zA-Z~!@$%\*_\-\+={}\[\]\\/?\. ]* |