]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridging: Add support for TOUCH_MIXMONITOR_OPTIONS master
authorRoel van Meer <roel@1afa.com>
Mon, 29 Jun 2026 14:58:12 +0000 (16:58 +0200)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 21 Jul 2026 12:11:33 +0000 (12:11 +0000)
commite22687d0bd2b3bd45dfa8af5825d5acab5f0b67d
tree73d3f3cb130b7958446a02b56862219f82349a76
parent1480af1227cc1ef047c59459c294d222ab59b934
bridging: Add support for TOUCH_MIXMONITOR_OPTIONS

This channel variable can be used to override the default automixmon
options (which are 'b' or 'bB(<n>)'). If both TOUCH_MIXMONITOR_OPTIONS
and TOUCH_MIXMONITOR_BEEP are set, TOUCH_MIXMONITOR_BEEP is ignored with
a warning.
It is the responsibility of the user to configure valid options in
TOUCH_MIXMONITOR_OPTIONS.

Fixes: #1981
UserNote: The TOUCH_MIXMONITOR_OPTIONS channel variable can now be used
to configure the options used by the mixmonitor application when it is
started via automixmon. If both TOUCH_MIXMONITOR_OPTIONS and
TOUCH_MIXMONITOR_BEEP are set, TOUCH_MIXMONITOR_BEEP is ignored with
a warning.
bridges/bridge_builtin_features.c
main/features_config.c