Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation VOICE_BRIDGE_LEN value does not match default value in code #1042

Open
pielonet opened this issue Jan 11, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@pielonet
Copy link
Contributor

Hi,

The documentation (Here

* `VOICE_BRIDGE_LEN`: The length (number of digits) of voice bridge numbers generated by Scalelite. Defaults to `7`. Shorter voice bridge numbers are easier to enter, but also easier to guess through random tries. Your BigBlueButton config must support the selected length.
and Here
* `VOICE_BRIDGE_LEN`: The length (number of digits) of voice bridge numbers generated by Scalelite. Defaults to `7`. Shorter voice bridge numbers are easier to enter, but also easier to guess through random tries. Your BigBlueButton config must support the selected length.
) states that default value is 7 for parameter VOICE_BRIDGE_LEN although it looks like the "real" default value is 9 as set in the code here :
config.x.voice_bridge_len = ENV.fetch('VOICE_BRIDGE_LEN', 9).to_i

Kind regards,
Thierry

@pielonet pielonet added the bug Something isn't working label Jan 11, 2024
@ffdixon
Copy link
Member

ffdixon commented Jan 11, 2024

Hi Thierry -- good catch. Will fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants