1.1. Flow example
An example flow can be seen in Figure 1.
Fig. 1. Flow of request a call back from the queue
Info | ||||||
---|---|---|---|---|---|---|
For convenience, you can download the completed json file,, which is attached below, and import it.
|
1.1.1.
Описание схемыFlow description
Компонент | Блок компонента | Параметры компонента | ОписаниеComponent | Block of component | Component parameters | Description |
---|---|---|---|---|---|---|
Start | Start component | |||||
Answer | Connect subscriber to the system | |||||
Join Queue | Redirect the subscriber to the "Telemarketing" queue. Select the required queue in the "Queue" field. Set a timer to play an offer to request a call back (Timer1):
| |||||
Hangup (branch 1) | End the call | |||||
Playback (branch 2) | Play a file with a suggestion to press "1" to order a call back. This requires:
| |||||
If (branch 2) | Check if the subscriber pressed the number 1. This requires:
| |||||
Hangup (branch 2) | End the call It is necessary to move the "Break" switch to the active position. | |||||
Trigger | Trigger to execute the flow after the end of the call | |||||
If | Check if the subscriber pressed the number 1. This requires:
| |||||
Member info | Search for information on the subscriber. This requires:
| |||||
If | Check if this subscriber has a callback issued earlier. This requires:
| |||||
Callback Queue | Create a call back. This requires:
|