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 | xs:string | ||
dial-string | xs:string | Mandatory | |
dtmf-suffix | DtmfSuffix | DTMF to be outpulsed to receiving endpoint upon successful connection. | |
audio-only | xs:boolean | True if dial out is to be audio-only. | |
resource-priority-namespace | ResourcePriorityNamespace | Namespace parameter for the SIP Resource Priority header (namespace.value) for SIP dial outs for this participant. This is an optional value. | |
resource-priority-value | 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 | xs:string | Length of value must be >=1 Length of value must be <=64 |
ResourcePriorityNamespace | xs:string | Length of value must be >=1 Length of value must be <=64 |
DtmfSuffix | T0 | Length of value must be >=1 Length of value must be <=64 |
T0 | xs:string | Pattern of value must match the regular expression [\dpP0-9#\*]+ |