Bleeplog

Records white noise over a portion of a recorded phone call.

Supported Script Types

The icon for the Phone script type - an old-style phone handset with curved lines indicating sound coming out of it.

Phone

Input Properties

These properties define data that the action uses when executing.

Property

Description

Caption

Enter a short phrase that uniquely identifies this action in the script. The caption appears on the script canvas under the action icon. The default is the action name.

WhiteOut Enable to turn on masking (white noise). Select True to enable or False to disable masking.

Result Branch Conditions

Result branch conditions allow you to create branches in your script to handle different outcomes when an action executes.

Condition

Description

Default

Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the action's other branches are not defined.

Tips & Tricks

Bleeplog is not the same as masking even though they both provide white noise coverage over a portion of a recorded phone call.

Script Example

This is an example to show how this action can be used in scripts. It is not intended to be a complete script. Additional scripting may be required.

In this example, this script runs off a Runsub action from the Onanswer and Onsignal logic in another script.

In this case, the first time the script runs (from the Onanswer event), the If action checks to see if the variable BLEEP=TRUE. Because the script has not run previously, the expression will be FALSE, therefore, you must set BLEEP to TRUE using the lower branch shown below. After BLEEP=TRUE, the Indicate action turns on a button in the agent application interface for the agent who answered the call.

During the call when the agent wants to mask the recorded information, they click the button (custom icon) in the agent interface, created by Indicate. When the agent clicks the custom icon, this will trigger the Onsignal event in the script the contact originates from. The call will flow again into the script shown below via the Runsub action. This time, however, If checks the BLEEP state, which is now set to TRUE.

As such, the Assign action on the TRUE branch sets BLEEPto FALSE. The original custom icon in the interface will be turned off, a new icon will be presented, and the Bleeplog action will begin playing white noise over the recording. So, when the contact center agent clicks the newly displayed custom icon, the Onsignal logic will run again, and the Runsub action will trigger this script again. This time, however, BLEEP=FALSE and the contact will once again take the bottom branch, which will then turn Bleeplog off, and the custom icon will change again to the original icon that displayed.

An example script using BLEEPLOG.

Download this script.