blindsidenetworks / scalelite

Scalable load balancer for BigBlueButton.
GNU Affero General Public License v3.0
470 stars 247 forks source link

Documentation for VOICE_BRIDGE_LEN default doesn't match actual default value #1018

Open kepstin opened 1 year ago

kepstin commented 1 year ago

In the scalelite documentation the default value for VOICE_BRIDGE_LEN is listed as 7. However, in the code, the actual default value is 9.

Either the documentation has to be updated to match the code, or the code needs to be updated to match the documentation. Either way, we need to ensure that the default value is compatible with the unmodified freeswitch configuration on all supported BigBlueButton versions.