List of participants to be dialed upon conference initialization. The URI value is required and should be unique. The name is for matter of convenience
Name | Type | Description | Attributes |
---|---|---|---|
name | string | ||
dialString | string | Mandatory | |
dtmfSuffix | DtmfSuffix | DTMF to be outpulsed to receiving endpoint upon successful connection. | |
audioOnly | boolean | True if dial out is to be audio-only. | |
resourcePriorityNamespace | ResourcePriorityNamespace | Namespace parameter for the SIP Resource Priority header (namespace.value) for SIP dial outs for this participant. This is an optional value. | |
resourcePriorityValue | ResourcePriorityValue | Value parameter for the SIP Resource Priority header (namespace.value) for SIP dial outs for this participant. This is an optional value. |
Name | Type | Restrictions |
---|---|---|
ResourcePriorityValue | string | Length of value must be >=1 Length of value must be <=64 |
ResourcePriorityNamespace | string | Length of value must be >=1 Length of value must be <=64 |
DtmfSuffix | Length of value must be >=1 Length of value must be <=64 | |
T0 | string | Pattern of value must match the regular expression [\dpP0-9#\*]+ |