Recording

What’s about

The following section explains how to perform live recordings of calls.

Record

This box performs a .wav call recording to a file of the current Asterisk channel

image-20240530-153215.png

 

  • Label: here you can type a brief box description

  • Filename: display name of the file in the Recordings section.

  • Recording Format

  • Escape digits: special digits to exit the current recorded call

  • Timeout: maximum recording duration in seconds. If -1 the considered timeout is unlimited

Built-in variables

We provide the following Asterisk channel variables named

  • RECORDING_SAVENAME

which show the filename of the recording in the file system without extension.

Exit Arrows

This box provides just one arrow out to the next step

** Example of Filename: recording-{EPOCH}-{CALLERID(num)}

(You will get something like recording-1393061376-243534507 where 1393061376 is the timestamp and 243534507 is the caller number)

The recordings will be available for listening inside the Recordings section.

 

Related topics