Skip to end of metadata
Go to start of metadata

MUTEAUDIO()

Synopsis

Muting audio streams in the channel

Description

The MUTEAUDIO function can be used to mute inbound (to the PBX) or outbound audio in a call.

Example: Mute incoming audio
Example: Do not mute incoming audio

Syntax

MUTEAUDIO(direction)
Arguments
  • direction - Must be one of
    • in - Inbound stream (to the PBX)
    • out - Outbound stream (from the PBX)
    • all - Both streams

See Also

Import Version

This documentation was imported from Asterisk Version GIT-20-a9223f2

  • No labels