conference call (selector)
Description
Selector meeting descriptor.
A conference call is a special kind of audio conference with a controlled topology. Control is performed by the lead participant via API (from the UI application). The participants of the conference call are called by the system.
A conference call can be started manually or automatically on a schedule.
A running selector meeting can exist for a maximum of 9800 sec. after which it will be stopped and deleted.
Limitations
-
After a scheduled conference call is held, it is automatically turned off, but remains in existence and available for restart.
-
The collection is managed and stored by sel. Does not reflect modification operations in change journal.
-
Represents both a descriptor and a rantime object of an active conference.
Fields
{
"id": uuid,
"state": str,
"calldurationsec": int,
"calltimeout": int,
"timestartutc": date,
"topology_mode": str,
"displayname": str,
"enabled": bool,
"mediafile": null | str,
"comment": str,
"default_mic": bool,
"default_spk": bool,
"default_recall": bool,
"ext": object
}
Specification | Description |
---|---|
Field: |
Identifier. Can be specified at creation, otherwise generated by the system. |
Field: |
Status. modifier Available values. |
Field: |
The duration of the time interval during which the participants are called, including repeated calls, in seconds. |
Field: |
Limit the duration of one specific call by any participant. |
Field: |
Date and time of automatic conference collection, in UTC. |
Field: |
|
Field: |
The name of the selector meeting to be substituted when calling subscribers as displayname in the From SIP request header URI INVITE. |
Field: |
Selector meeting switch. |
Field: |
Sound file name from the selector meeting file directory (API Used for automatic pre-playback to an answering party before joining the caller in a conference call. |
Field: |
Arbitrary comment |
Field: |
Microphone status for added participants. |
Field: |
Speaker state for added participants. |
Field: |
Status of allowing automatic chime for added participants. |
Field: |
Allows you to extend the compound with arbitrary keys and values |
Selector status
Value | Description |
---|---|
|
Initializing a runtime object after an entity is created. |
|
Connecting to a conference server (role conf). |
|
Active, calls/service to subscribers are being made. |
|
Waiting for activation. By schedule or property enabled. |
|
Error, pending changes (object properties, or occurrence of conference access). |