Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

Image Added

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

Info

For

...

convenience, you can download the

...

 completed JSON file, which is attached below, and import it.

...

View file
nameIncoming call

...

with additional dialing

...

.json
height150

1.1.1 Flow description

ComponentBlock of component Component parametersDescription
Start

...

Image Added


Start component
Answer

...

Image Added

...

Image Added

...

Connect subscriber to the system

Playback

...

Image Added

...

Image Added

...

Play sound file at the start of a conversation
Record session

...

Image Added

...

Image Added

...

Record a call from

...

its start

...

and after redirect

...

into two channels in mp3 format.

If

...

Image Added

...

Image Added

...

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

Bridge

(branch 1)

...

Image Added

...

Image Added

...

Connect to the number that was selected in the extension dial

Hangup

...

(branch 1)

...

Image Added

...

Image Added

...

End a call

Bridge

(branch 2)

...

Image Added

...

Image Removed

Image Added

To connect to the default number

...

(111).

Hangup

(branch 2)

...

Image Added

...

Image Added

...

End a call

1.2. Redirect to the queue

An example flow can be seen in Figure 2.

...

Image Added

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

Info

For

...

convenience, you can download the

...

 completed json file, which is attached below, and import it.

...

 

View file
nameIncoming call flow with additional dialing and redirect to the queue.json
height150

1.2.1.Flow description

ComponentBlock of component Component parametersDescription
Start

...

Image Added



Start component
Answer

...

Image Added

...

Image Added

...

Connect subscriber to the system

Playback

...

Image Added

...

Image Added

...

Play sound file at the start of a conversation
Record session

...

Image Added

...

Image Added

...

Record a call from

...

its start

...

and after redirect

...

into two channels in mp3 format.

If

...

Image Added

...

Image Added

...

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

Bridge

(branch 1)

...

Image Added

...

Image Added

...

Connect to the number that was selected in the extension dial

Hangup (branch 1)

...

Image Added

...

Image Added

...

End a call

Join Queue

(branch 2)

...

Image Added

...

Image Added

...

Redirect the subscriber to the "

...

Telemarketing" queue

Hangup

(branch 2)

...

Image Added

...

Image Added

...

End a call

...


Table of Contents