Skip to content

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
exten => s,1,Set(MUTEAUDIO(in)=on)
Example: Do not mute incoming audio
exten => s,1,Set(MUTEAUDIO(in)=off)

Syntax

MUTEAUDIO(direction)
Arguments
  • direction - Must be one of

    • in - Inbound stream (to the PBX)

    • out - Outbound stream (from the PBX)

    • all - Both streams

Generated Version

This documentation was generated from Asterisk branch 21 using version GIT