mirror of https://github.com/asterisk/asterisk
ConfBridge has the ability to move between different sample rates for mixing the conference bridge. Up until now there has only been the ability to set the conference bridge to mix at a specific sample rate, or to let it move between sample rates as necessary. This change adds the ability to configure a conference bridge with a maximum sample rate so it can move between sample rates but only up to the configured maximum. ASTERISK-28658 Change-Id: Idff80896ccfb8a58a816e4ce9ac4ebde785963eepull/18/head
parent
7e441d6b25
commit
89b7144fbd
@ -0,0 +1,5 @@
|
||||
Subject: app_confbridge
|
||||
|
||||
A new bridge profile option, maximum_sample_rate, has been added which sets
|
||||
a maximum sample rate that the bridge will be mixed at. This allows the bridge
|
||||
to move below the maximum sample rate as needed but caps it at the maximum.
|
Loading…
Reference in new issue