For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inSign up
Support
  • Core
    • Overview
    • Variables
    • Versioning
  • Nodes
    • Overview
    • AI Agent
    • Answer Call
    • Conditions
    • Execute SWML
    • Forward to Phone
    • Gather Input
    • Handle Call
    • Hang Up Call
    • Play Audio or TTS
    • Request
    • Send SMS
    • Set Variables
    • Start Call Recording
    • Stop Call Recording
    • Unset Variables
    • Voicemail Recording
LogoLogoSignalWire Docs
Log inSign up
Support
On this page
  • Node Settings
  • Example
Nodes

Start Call Recording

|View as Markdown|Open in Claude|
Was this page helpful?
Edit this page
Previous

Stop Call Recording

Next
Built with

This node triggers background recording of both sides of the call. The recording will automatically stop if the call is disconnected. To manually stop the recording, use the Stop Call Recording node.

Node Settings

Recording Name
string

The name of the recording file. The name is user-defined.

Default Value: Recording 1

Stereo
boolean

If enabled, the recording will be in stereo. If disabled, the recording will be in mono.

Default Value: toggled off

Beep
boolean

If enabled, a beep sound will be played at the beginning of the recording.

Default Value: toggled off

Terminators
string

The DTMF digits that will stop the recording. The recording will stop when any of the specified digits are pressed.

Default Value: None

Format
string

The format of the recording file. The available formats are wav and mp3.

Default Value: wav

Example

A Call Flow that answers a call then starts a recording.

A Call Flow that answers a call then starts a recording.