]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Tue, 23 Jan 2024 16:36:18 +0000 (16:36 +0000)
commit53fac14e41447dcd12839747e74ca044b4f606b2
tree78b524fcfffaf0a4718b2268b525671d268dde0c
parent0668e5494a05b87b811033c139a58dfbc4a4c200
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