Voting (voting)

Description

Realizes support for mass voting by having participants enter DTMF symbols for voiced options.

Limitations

  • Is a child composite object of the selector meeting entity. It is deleted together with it.

  • Workflow voting does not involve re-initiation.

  • No more than one vote may be open at a time within a conference call.

Fields

Entity structure
{
  "id": uuid,
  "name": str,
  "subject": str,
  "cases": object,
  "state": str,
  "results": object,
  "ext": object
}
Table 1. Fields
Specification Description

Field: id
Mode: inout
Type: uuid
Default: generated

Identifier. Can be specified at creation, otherwise generated by the system.

Field: name
Mode: in
Type: str
Default: required

Voting Name

Field: subject
Mode: in
Type: str
Default: required

Voting question.
Is informational in nature and is not a required field.
It is recommended to specify it in order to keep the binding to the voting results of the participants in the history.

Field: cases
Mode: in
Type: str
Default: []

Ballot. Voting options.
Is informational in nature and is not a required field.
It is recommended to specify it in order to keep the binding to the voting results of the participants in the history.

Format:
{
  "DTMF_SEQUENCE": "CASE_TITLE",
  ...
}

.

Field: state
Mode: in
Type: str
Default: required

Voting status:

  • inited – Prepared by.

  • opened – It’s open.

  • closed – Completed.

Field: results
Mode: in
Type: int
Default: 0

Voting results.

Format:
{
  "ID_ABONENT": "DTMF_SEQUENCE",
  ...
}

.

Field: ext
Mode: inout
Type: object
Compound field

Allows you to extend the compound with arbitrary keys and values

See also

Logical roles

  • sel conducts conference call management.

  • conf conducts direct conference management as SIP UA, supplies selected signals DTMF.