Notification (alertcall)
Description
Delayed notification of a set of address book subscribers.
Initiates dialing and auto attendance in an IVR scenario. Within the scenario, the success of the notification is determined. The result of the scenario determines whether the subscriber needs to redial.
Limitations
-
The collection is not available in the master domain.
-
Can only be changed until the dialer starts dialing.
-
Contains the current aggregated statistics on the results of the alert in the data.
Fields
{
"id": uuid,
"code": str,
"name": str,
"dtstart": date,
"dtstop": date,
"ivrscriptcode": str,
"mediafile": str,
"groups": array<str>,
"abonents": array<int>,
"opts": {
"comment": str,
"site": str,
"trunkcount": int,
"attemptcount": int,
"attempttimeoutsec": int,
"callerid": str,
"callername": str,
"calltimeout": int,
"status": str,
"statresults": object,
"dtstarted": str,
"dtstopped": str
},
"ext": {
"ct": date,
"lwt": date
}
}
Specification | Description |
---|---|
Field: |
Identifier. Can be specified at creation, otherwise generated by the system. |
Field: |
Code. Used to associate with other entities. |
Field: |
Title |
Field: |
Automatic activation time in UTC. |
Field: |
Automatic deactivation time in UTC. |
Field: |
Notification scenario code. |
Field: |
Sound file name to play to subscribers. |
Field: |
List of addressbook contact groups codes (code field) for notification. Mandatory field if not specified abonents. |
Field: |
List of numeric identifiers addressbook contacts (autokey field) to notify. Mandatory field if not specified groups. |
Field: |
|
Field: |
Arbitrary comment |
Field: |
Service Site |
Field: |
Maximum number of trunks to notify |
Field: |
Maximum number of attempts per subscriber |
Field: |
Pause after unsuccessful call to subscriber in seconds |
Field: |
Initiator number/username when calling subscribers (SIP) |
Field: |
Displayed initiator name when calling subscribers (SIP) |
Field: |
Caller Call Timeout |
Field: |
Alert status |
Field: |
Alert Results. Example:
{ "answered":1, "approved":1, "finished":2, "incall":0, "indelay":1, "new":0, "prepared":0, "total":3 }
|
Field: |
Report on the start time of notification |
Field: |
Report on the time of notification completion |
Field: |
Allows you to extend the compound with arbitrary keys and values |
Field: |
Object creation time |
Field: |
Time of last modification of the object |
See also
Logical roles
-
mware manages the alerts.