Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated to GIT-18-ff80a61

...

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

Examples:

Code Block
titleExample: Mute incoming audio
linenumberstrue


exten => s,1,Set(MUTEAUDIO(in)=on)

Code Block
titleExample: Do not mute incoming audio
linenumberstrue


exten => s,1,Set(MUTEAUDIO(in)=off)

Syntax

No Format
MUTEAUDIO(direction)

...

This documentation was imported from Asterisk Version GIT-18-ff80a61