This document is for an older version of Kazoo (version 4.3) that is no longer supported. You should upgrade and read the current documentation.

Record Caller

About Record Caller

Record the media stream, sending it to a configured URL on call completion.

Schema

Record the caller’s audio stream

KeyDescriptionTypeDefaultRequiredSupport Level
formatWhat format to store the recording on disk`string(‘mp3’‘wav’)`false
methodWhat HTTP method to use when sending the recording`string(‘put’‘post’)`putfalse
skip_moduleWhen set to true this callflow action is skipped, advancing to the wildcard branch (if any)boolean()false
time_limitTime limit, in seconds, for the recordinginteger()3600false
urlThe URL to use when sending the recording for storagestring()false

On this Page