Webitel: Documentation

Incoming call with additional dialing

1. Description

A scheme in which a greeting is played (IVR-menu) with the ability to redial a number. If the subscriber has entered an extension number, redirect it to it; if not, redirect it to the default number or queue.

1.1. Redirect to number

An example flow can be seen in Figure 1.

Incoming call with additional dialing.png

Fig. 1. Incoming call flow with additional dialing and redirect to a specific number

For convenience, you can download the completed JSON file, which is attached below, and import it.

Incoming call with additional dialing.json

1.1.1 Flow description

Component

Block of component

 Component parameters

Description

Start

image2024-2-28_14-41-22.png


Start component

Answer

image2024-2-28_14-41-56.png
image2024-2-28_14-42-15.png

Connect subscriber to the system

Playback

image2024-2-28_14-44-9.png
image2024-2-28_15-5-41.png

Play sound file at the start of a conversation

Record session

image2024-2-28_15-6-23.png
image2024-2-28_15-10-52.png

Record a call from its start and after redirect into two channels in mp3 format.

If

image2024-2-28_15-13-29.png
image2024-2-28_15-13-46.png

Check if there was an additional set. Checking conditions - ${getIVR} != ''

Bridge

(branch 1)

image2024-2-28_16-38-55.png
image2024-2-28_16-38-45.png

Connect to the number that was selected in the extension dial

Hangup (branch 1)

image2024-2-28_16-45-30.png
image2024-2-28_16-45-58.png

End a call

Bridge

(branch 2)

image2024-2-28_16-38-55.png
image2024-2-28_16-46-32.png

To connect to the default number (111).

Hangup

(branch 2)

image2024-2-28_16-45-41.png
image2024-2-28_16-45-58.png

End a call

1.2. Redirect to the queue

An example flow can be seen in Figure 2.

Incoming call flow with additional dialing and redirect to the queue.png

Fig. 2. Incoming call flow with additional dialing and redirect to the queue

For convenience, you can download the completed json file, which is attached below, and import it. 

Incoming call flow with additional dialing and redirect to the queue.json

1.2.1.Flow description

Component

Block of component

 Component parameters

Description

Start

image2024-2-28_14-41-22.png



Start component

Answer

image2024-2-28_14-41-56.png
image2024-2-28_14-42-15.png

Connect subscriber to the system

Playback

image2024-2-28_14-44-9.png
image2024-2-28_15-5-41.png

Play sound file at the start of a conversation

Record session

image2024-2-28_15-6-23.png
image2024-2-28_15-10-52.png

Record a call from its start and after redirect into two channels in mp3 format.

If

image2024-2-28_15-13-29.png
image2024-2-28_15-13-46.png

Check if there was an additional set. Checking conditions - ${getIVR} != ''

Bridge

(branch 1)

image2024-2-28_16-38-55.png
image2024-2-28_16-38-45.png

Connect to the number that was selected in the extension dial

Hangup (branch 1)

image2024-2-28_16-45-30.png
image2024-2-28_16-45-58.png

End a call

Join Queue

(branch 2)

image2024-2-28_17-2-2.png
image2024-3-18_20-31-14.png

Redirect the subscriber to the "Telemarketing" queue

Hangup

(branch 2)

image2024-2-28_16-45-41.png
image2024-2-28_16-45-58.png

End a call