Asterisk Project : Asterisk 13 ManagerAction_MuteAudio

MuteAudio

Synopsis

Mute an audio stream.

Description

Mute an incoming or outgoing audio stream on a channel.

Syntax

Action: MuteAudio
ActionID: <value>
Channel: <value>
Direction: <value>
State: <value>
Arguments
  • ActionID - ActionID for this transaction. Will be returned.
  • Channel - The channel you want to mute.
  • Direction
    • in - Set muting on inbound audio stream. (to the PBX)
    • out - Set muting on outbound audio stream. (from the PBX)
    • all - Set muting on inbound and outbound audio streams.
  • State
    • on - Turn muting on.
    • off - Turn muting off.

See Also

Import Version

This documentation was imported from Asterisk Version SVN-branch-13-r420538