]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: Don't emit warnings on valid configurations.
authorSean Bright <sean@seanbright.com>
Sun, 21 Jan 2024 16:40:19 +0000 (11:40 -0500)
committerSean Bright <sean@seanbright.com>
Tue, 23 Jan 2024 16:36:13 +0000 (16:36 +0000)
commitf541f8d8c420a5084ca83fffad3706a421d3289d
tree6724a3a1dc85f027689767bfc04eab20125c13f3
parentf5d622413aa5d4c3577929277641747792e2f295
app_confbridge: Don't emit warnings on valid configurations.

The numeric bridge profile options `internal_sample_rate` and
`maximum_sample_rate` are documented to accept the special values
`auto` and `none`, respectively. While these values currently work,
they also emit warnings when used which could be confusing for users.

In passing, also ensure that we only accept the documented range of
sample rate values between 8000 and 192000.

Fixes #546
apps/confbridge/conf_config_parser.c