Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated to GIT-19-6436d82

...

The VOLUME function can be used to increase or decrease the tx or rx gain of any channel.

For example:

Code Block
titleExample: Increase volume
linenumberstrue


same => n,Set(VOLUME(TX)=3)

Code Block
titleExample: Increase volume
linenumberstrue


same => n,Set(VOLUME(RX)=2)

Code Block
titleExample: Increase volume with DTMF control
linenumberstrue


same => n,Set(VOLUME(TX,p)=3)

Code Block
titleExample: Increase RX volume with DTMF control
linenumberstrue


same => n,Set(VOLUME(RX,p)=3)

Code Block
titleExample: Decrease RX volume
linenumberstrue


same => n,Set(VOLUME(RX)=-4)

Code Block
titleExample: Reset to normal
linenumberstrue


same => n,Set(VOLUME(RX)=0)

Syntax

No Format
VOLUME(direction,options)

...

This documentation was imported from Asterisk Version GIT-19-56f9c28a506436d82