3.3.9 Disconnected
During call handling, the call can be interrupted by the caller at any time (e.g. by the caller hanging up). Here you can determine what happens with the call information in such cases, e.g. whether an e-mail with the number of the caller is sent. To do this, use the "Call disconnected" block, whose input appears as not connected in the default setting. As soon as the telephone connection is interrupted, the "Disconnected" block is jumped to by all blocks in which time elapses during call handling (e.g. announcements or recordings). The blocks, which are connected to its output, are processed if this is possible without an existing connection. By default, the block "Disconnected" is directly connected to the end of the script (block "Rule executed").
|
|
The start of the block "Disconnected" cannot be connected from other blocks. It is always started directly.
|
|
|
If a script ends with the block "Rule skipped", the Call Routing Manager will apply the next rules for call handling, even if the connection no longer exists. In a rule created using the Graphical Script Editor, the first block, which involves a delay for processing, will once again result in a jump to the "Disconnected" block. All blocks, which do not require any time, such as the decisions and even the block "Send E-mail", will be run. In a rule of the Rule Wizard, no more actions will be executed. An exception is the action "Send E-mail".
|