Data Structure for Call Control Group
Attribute Name |
Base Type |
Restrictions |
Description |
---|---|---|---|
id |
int |
minOccurs = 0 maxOccurs = 1 nillable = false |
Unique identifier for the Call Control Group. |
description |
string |
minOccurs = 1 maxOccurs = 1 nillable = false minLength = 1 maxLength = 30 Description contains alphanumeric characters and can have white space between characters. |
Description of the Call Control Group. |
numOfCTIPorts |
int |
minOccurs = 1 maxOccurs = 1 nillable = false minInclusive = 1 maxLength = 65535 |
Number of CTI ports that are assigned to the Call Control Group. |
outboundGroup |
boolean |
minOccurs = 1 maxOccurs = 1 nillable = false default = false |
Checks for the inbound or outbound group that is associated with the Call Control Group. |
mediaTerminationSupport |
boolean |
minOccurs = 1 maxOccurs = 1 nillable = false default = false |
Enables auto creation of media termination groups. |
deviceNamePrefix |
string |
minOccurs = 1 maxOccurs = 1 nillable = false minLength = 1 maxLength = 5 Device name prefix contains alphanumeric characters, underscores (_), hyphens (-), and periods (.) without leading or trailing white spaces. |
Prefixed to the name that will be given to all of the CTI ports in the group. |