David Siegfried
3b3f73d1ec
consider bbb-webrtc-sfu-overwrite, fixes #12530
2021-06-08 10:15:54 +02:00
Anton Georgiev
25e5084cd0
fix(bbb-conf):Only show status for multi kurento if that is configured
2021-05-31 20:01:42 +00:00
Fred Dixon
8ade9d1f38
Update bbb-conf
...
Minor update to test build
2021-05-30 10:40:36 -03:00
Anton Georgiev
8cca12df25
Merge pull request #12372 from shashank68/shashank68-bbb-conf-status-nodejs-workers
...
Show the status of multiple nodejs workers and kurento media servers in bbb-conf status
2021-05-21 17:01:51 -04:00
Fred Dixon
fe9eebf616
Run stunclient if it exists
2021-05-13 18:00:00 -05:00
shashank68
94ca0716d7
Show status of parallel kurento media servers in bbb-conf
2021-05-13 10:26:09 +00:00
Shashank D
a4c6e984a1
Show the status of nodejs workers in bbb-conf
...
bbb-conf --status will show status of frontend and backend nodejs workers
2021-05-13 03:36:46 +05:30
Fred Dixon
83e0404746
Fix adding bigbluebutton.web.logoutURL value of default
2021-05-02 09:33:08 -05:00
Calvin Walton
9f5832a5d3
Recording: bbb-record --rebuild restarts processing at the sanity step
...
Previously, bbb-record --rebuild was restarting recording processing
from scratch by creating the .../recording/<meeting_id>.done file. This
causes the recording to be reprocessed starting at the archive step.
However, re-running the archive step for an existing meeting is not
really supported! Ever since the segmented recording code was added, it
shouldn't /corrupt/ the recording files, but it's still not good.
And as a side-effect, re-running the archive step will re-create the
.norecord file for meetings without recording marks, meaning that you
cannot use bbb-record --rebuild to force a recording without marks to be
processed.
Switch bbb-record to restart recording processing at the sanity stage to
match the BBB 2.2 behaviour. Rather than have it insert tasks directly
into resque via redis-cli, it goes through a ruby wrapper that performs
input validation and uses the resque apis.
2021-04-29 11:10:32 -04:00
timm2k
c09788a787
enableMultipleKurentos TasksMax fix
...
enableMultipleKurentos TasksMax fix
2021-04-26 16:03:21 +02:00
Philipp Memmel
8800e58afd
consider turn-stun-servers.xml overlay config in /etc/bigbluebutton
2021-04-07 22:44:27 +02:00
hex-m
1d31efe33d
Handle multiple default routes in bbb-conf
...
This is the same fix that was made in bbb-install: https://github.com/bigbluebutton/bbb-install/pull/327/
Fix https://github.com/bigbluebutton/bigbluebutton/issues/11452
2021-04-06 17:04:17 +02:00
Fred Dixon
ce2e5245ed
Pickup the correct shared secret when changing bbb-apps-akka.conf
2021-04-03 08:17:44 -05:00
Paul Menzel
d0047ac276
bbb-conf: Fix URL in no-firewall-detected warning
...
Fixes: 278223b4e0
("Recover 2.3-alpha3 version of bbb-conf")
Resolves: https://github.com/bigbluebutton/bigbluebutton/issues/11035
2021-03-28 09:33:42 +02:00
Fred Dixon
19884b0737
Improve logic for detecting OS in bbb-conf
2021-03-27 14:12:03 -05:00
hiroshisuga
7f2c778f37
Update apply-lib.sh
2021-03-17 00:01:04 +09:00
Fred Dixon
fd2d11ca64
Added detectio for /etc/bigbluebutton/bbb-web.properties
2021-03-11 20:32:00 -06:00
Fred Dixon
af23e30f37
Added text for override of bbb-web.properties
2021-03-07 19:48:08 -06:00
Daniel Schreiber
44b1b9052c
fix grep if configfile does not exist
...
there was a call of grep which failed when the config file does not
exist yet. check existance of file first.
2021-03-05 21:56:50 +01:00
Daniel Schreiber
e6f83df3f6
add overlay config for bbb-web
...
operators can define their own config for bbb-web which will not be
overwritten by packages.
bbb-conf is changed accordingly to write configuration values to
``/etc/bigbluebutton/bbb-web.properties`
2021-02-25 14:08:05 +01:00
Anton Georgiev
b8eaf47263
Merge pull request #11454 from schrd/akka-config
...
Akka config
2021-02-23 08:44:00 -05:00
Daniel Schreiber
d53a5f52a5
let bbb-apps-akka read an override config file from /etc/bigbluebutton
...
This change introduces a config file
`/etc/bigbluebutton/bbb-fsesl-akka.conf` which reads the default config
from packages and allows operators to keep their own config file changes
across package upgrades.
bbb-conf is adjusted to deal with this change.
2021-02-23 12:55:48 +01:00
Daniel Schreiber
f3771268f5
adjust bbb-conf to configure bbb-apps-akka in /etc
...
config files from packages should not be changed unless they reside in
/etc
2021-02-23 12:55:23 +01:00
Anton Georgiev
feb83f57f3
Remove setNumberOfHTML5Processes
2021-02-19 21:51:56 +00:00
Daniel Schreiber
98e994c1c5
adjust bbb-conf to change the secret in /etc
2021-02-19 16:56:42 +01:00
Fred Dixon
e4371bc521
Added STUN check
2021-02-13 20:19:58 -06:00
Fred Dixon
ed56de9567
Restart tomcat8
2020-12-18 18:47:59 -06:00
Anton Georgiev
278223b4e0
Recover 2.3-alpha3 version of bbb-conf
...
Most of the changes date back to #10700
We were trying to trace down a problematic change likely when merging 2.2.31 into 2.3 ( #11033 )
If anyone spots issues with bbb-conf on their 2.3 server, please comment
2020-12-18 18:38:46 -05:00
Fred Dixon
17c5ea9aed
Fixup bbb-conf for 2.3-alpha3
2020-12-18 16:41:08 -06:00
Anton Georgiev
998eea6ec4
Changed a few more http links to https
2020-12-18 10:53:51 -05:00
Dennis1993
ef4e871638
Update URL to HTTPS
...
Change http:// to https://
2020-12-18 16:45:18 +01:00
Anton Georgiev
c1ffced27d
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into develop
2020-12-17 21:14:29 +00:00
Fred Dixon
1105e85456
Removed extra fi
2020-12-12 15:49:26 -06:00
Fred Dixon
c99834f187
Echo STUN server if enabled
2020-12-12 15:35:14 -06:00
Fred Dixon
053eba27b0
Provide shorter audio prompts for muted/unmuted
2020-12-12 11:15:14 -06:00
Fred Dixon
3424c5b7c9
Merge pull request #10900 from wmchris/develop
...
The first element of "hostname -I" is not intended to receive the primary IP address in bbb-conf
2020-12-10 20:51:17 -04:00
lonesomewalker
9a399fe86d
Update apply-lib.sh
...
fixed typo
2020-12-10 01:53:45 +01:00
Fred Dixon
778cc08fd6
Merge pull request #9489 from beckerr-rzht/develop
...
[FIX] playback doesn't start in iPadOS and [FIX] `bb-record --check` is broken
2020-12-05 16:25:37 -05:00
Anton Georgiev
778c20d205
Added setNumberOfHTML5Processes to apply-lib.sh
2020-12-04 19:56:16 +00:00
beckerr-rzht
9eee10eee1
Merge branch 'develop' into develop
2020-12-04 09:45:21 +01:00
Anton Georgiev
244a239810
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into 2020-12-01-merge
2020-12-01 20:02:50 +00:00
timm2k
0586cce81f
Empty After= may confuses systemd
...
Empty After= may confuses systemd
2020-12-01 15:52:41 +01:00
Lars Kiesow
b24acfdef2
Fix Typo in bbb-record
...
This patch fixes a typo in bbb-record causing problems by checking the
bigbluebtuuon user.
2020-11-30 13:44:10 +01:00
Fred Dixon
4dc33a2ac6
Mask output of which command
2020-11-27 15:40:44 -06:00
Christian Uhl
ded1b3e7b2
fixed indentation
2020-11-25 14:20:25 +01:00
Christian Uhl
af55f21284
The first element of "hostname -I" is not intended to receive the primary IP address in bbb-conf
2020-11-25 14:18:33 +01:00
Anton Georgiev
3faabd1821
Merge 2.2.29 and 2.2.30 into 2.3.x
2020-11-24 15:13:09 +00:00
Fred Dixon
e37e1aa55a
Don't warn about sip.js if sipjsHackViaWs=true
2020-11-23 19:52:21 -06:00
Fred Dixon
0a4726bfcf
Added check for default stun.freeswitch.org
2020-11-23 07:11:06 -06:00
Lars Kiesow
7a59069958
Allow user bigbluebutton to delete recordings
...
This patch modifies `bbb-record` allowing the user `bigbluebutton` to
delete recordings. The user has all necessary access rights, meaning
that the deletion works without a problem and the check for root does
not protect anything. The users owns the data after all. The current
check just makes things less convenient.
2020-11-16 23:58:47 +01:00
Lars Kiesow
c7bdfc09c6
Style of bbb-record
...
Currently, `bbb-record` uses a bunch of different style for indentation,
sometimes tabs, sometimes to, three or four spaces and these are
sometimes mixed on a line by line basis, making it hard to read and to
get what's going on.
This is a simple patch making the style of `bbb-record` consistent by
using three spaces for indentation which seemed to be the most commonly
used type of indentation here.
2020-11-16 23:39:25 +01:00
Mario Jr
ebe9b3a789
Increase private key size for dtls-srtp.pem to 4096
...
Using this larger value helps reducing ocurrences 1005/1010 errors for Chrome, avoiding an openssl's error which interrupts the dtls handshake (Chrome triggers "DTLS timeout expired" error)
This key size is also the default value used by freeswitch on switch_core_cert.c
2020-11-12 16:59:45 -03:00
Fred Dixon
74186dcd0e
Don't check for libreoffice on bionic
2020-10-26 20:43:58 -05:00
Anton Georgiev
a2f437a5b7
Print "BlueButton Server 2.3.0-dev (1383)" as part of bbb-conf --version
2020-10-22 14:40:19 +00:00
Anton Georgiev
be47d732e9
Removed warning for LibreOffice on port 8100
2020-10-22 13:39:15 +00:00
Anton Georgiev
01f5a061ba
remove traces of red5 apps, flash client, etc
2020-10-22 13:30:51 +00:00
Fred Dixon
47f2b10f2b
bbb-webrtc-sfu wait for multiple Kurentos
2020-10-18 14:30:13 -05:00
Anton Georgiev
377dc27a8d
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into 09-16-merge
2020-09-17 14:37:28 +00:00
Fred Dixon
869a4a5c59
Merge branch 'v2.2.x-release' into always-gen-certificate
2020-09-16 10:20:28 -04:00
Fred Dixon
7867bcf725
Always generate certificate for Kurento
2020-09-16 09:17:31 -05:00
Fred Dixon
8df5637c56
Ensure the path is always updated
2020-09-16 08:32:08 -05:00
Fred Dixon
1ad1bb0529
Fix #10467
2020-09-16 08:25:06 -05:00
Fred Dixon
fcd3d23126
Fix #10467
2020-09-16 08:23:53 -05:00
Anton Georgiev
612f37fa2b
Added shortcuts for enableHTML5CameraQualityThresholds and enableHTML5WebcamPagination
...
Added shortcuts for enableHTML5CameraQualityThresholds and enableHTML5WebcamPagination
2020-09-15 14:45:25 -04:00
Fred Dixon
8c21eca5dd
properly update ESL password
2020-09-14 16:19:46 -05:00
Fred Dixon
0368dd2c1a
Add option for three parallel KMS servers
2020-09-13 11:38:22 -05:00
Fred Dixon
073a63827a
Add option for three parallel KMS servers
2020-09-13 11:36:07 -05:00
Fred Dixon
3c37babfeb
Add option for three parallel KMS servers
2020-09-13 10:47:28 -05:00
timm2k
dacffff831
Also delete opus files in freeswitch cache dir
...
Only wav files in freeswitch cache directory were deleted. With this PR also opus files are deleted.
2020-08-31 11:02:12 -04:00
timm2k
bcd221b173
Also delete opus files in freeswitch cache dir
...
Only wav files in freeswitch cache directory were deleted. With this PR also opus files are deleted.
2020-08-28 08:21:00 +02:00
Fred Dixon
65d7e6c954
Remove bbb-transcode-akka from monitoring
2020-08-27 17:13:15 -05:00
Anton Georgiev
5be5aed1d9
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2020-08-12
2020-08-12 17:12:58 +00:00
Ghazi Triki
b4c80b8572
Collect more bigbluebutton nginx access logs in bbb-conf --zip
2020-07-15 09:31:45 +01:00
Anton Georgiev
420f8bf0a4
Merge branch 'develop' of github.com:bigbluebutton/bigbluebutton into merge-2.2-into-2.3-july-6
2020-07-07 14:13:58 +00:00
Fred Dixon
7d42aa0ea6
Merge pull request #9578 from znerol-forks/feature/develop/config-support-default-server-name
...
bbb-conf: respect underscore in nginx server_name
2020-07-05 16:02:52 -04:00
Pedro Beschorner Marin
526f79e8f2
Merge remote-tracking branch 'bigbluebutton/v2.2.x-release' into bigbluebutton/develop
2020-06-30 18:15:18 -03:00
Fred Dixon
db9ed99ea7
Ensure ESL password is updated
2020-06-30 12:17:12 -05:00
Joao Siebel
3896d0cb5a
Remove warning about unsupported defaultGuestPolicy in HTML5 client
2020-06-23 12:01:26 -03:00
mw781
eb29e5b973
Remove trailing whitespace
2020-06-18 13:32:49 +01:00
mw781
fb031c1690
Fix regex issue with firewall troubleshooting
2020-06-18 13:31:10 +01:00
Joao Siebel
3e95ed0e4b
Merge remote-tracking branch 'upstream/v2.2.x-release' into merge-2.2
2020-06-16 16:40:56 -03:00
Fred Dixon
1d3bfba23b
Don't print out new FreeSWITCH ESL password
2020-06-13 06:41:29 -05:00
Fred Dixon
fa730b726a
Update default freeSWITCH ESL Password
2020-06-07 10:48:25 -05:00
Fred Dixon
3d6bedc613
Only check for Java 8 on xenial
2020-06-07 10:22:55 -05:00
Ioannis Cherouvim
15b62f9427
Typo fix on kurento error message.
2020-06-04 10:51:50 +03:00
Anton Georgiev
82930ad4bd
Merge pull request #9672 from antobinary/merge-2.2-into-develop
...
Merge 2.2 into develop, May 25, 2020
2020-05-25 15:44:33 -04:00
Anton Georgiev
c9e996de21
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2.2-into-develop
2020-05-25 17:32:24 +00:00
Fred Dixon
dc4cc11a8a
Use the specified ESL password
2020-05-24 11:20:25 -05:00
Fred Dixon
bcf2b83c7f
Update bbb-record
...
Fix #9652
2020-05-23 12:49:22 -04:00
nough
590341cf1d
removing /tmp/t_net after --network finished
...
as suggested in https://github.com/bigbluebutton/bigbluebutton/issues/9069
2020-05-20 09:21:26 +01:00
znerol
858361b10e
Support underscore in nginx server_name
2020-05-17 17:34:20 +02:00
Fred Dixon
b257e34d9d
Check for kurento.sip_ip is correct
2020-05-16 08:45:27 -05:00
Fred Dixon
6af3a41c5d
Update bbb-conf
...
Added display of kurento.sip_ip
2020-05-13 08:39:32 -04:00
beckerr-rzht
c97560bcfd
[FIX] bbb-record --check
is broken
...
`bbb-record --check` always complains about:
```
# The hostname in <link> .. </link> (xxx)
# do not match the hostname for bigbluebutton.web.serverURL
```
This is because `grep` is not able to get the value of the '<link>` tag.
Since `grep` is always a bad idea when it comes to `xml` files, I'm using `xmlstarlet` as a robust solution.
2020-05-10 18:17:54 +02:00
nough
23508f2727
added port 443 to bbb-conf --network command.
...
Our BBB instance is fully https encrypted, so there are no connections on port 80, and it seems that flash and therefore port 1935 is fully deprecated. by adding port 443, we can actually see what connections are being made at the moment.
2020-04-29 13:16:28 +01:00
Fred Dixon
2f957f5809
Fix version on index.html
2020-03-06 05:30:04 -06:00
Felipe Cecagno
ce3b55d1da
update gstreamer was only being triggered by --restart, include it to --setip and --clean
2020-03-05 23:47:42 -03:00
Felipe Cecagno
8e43acdf1f
limit execution to xenial; add a TODO to remove it on 2.3 or above
2020-03-05 23:19:45 -03:00
Felipe Cecagno
91fb274c35
do not test a specific version, let it go through all the gstreamer packages
2020-03-05 22:42:21 -03:00
Felipe Cecagno
f6e26cf8af
force update gstreamer packages
2020-03-05 22:39:25 -03:00
Anton Georgiev
d36c545706
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merging
2020-03-04 23:41:18 +00:00
Anton Georgiev
3754d0ab6f
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2.2-into-master-feb-28-2020
2020-02-28 17:47:06 -05:00
Fred Dixon
0762f04fd7
Fix broken link
2020-02-24 12:34:05 -06:00
Anton Georgiev
4b0452d1fd
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into feb14-merge-2.2-into-master
2020-02-14 21:43:35 +00:00
Fred Dixon
98a1b9115e
Added start/stop for bbb-rap-caption-inbox.service
2020-01-27 18:37:04 -06:00
Fred Dixon
16f910253b
Remove Flash related code
2020-01-25 12:54:12 -06:00
Fred Dixon
c1d2855b32
Update bbb-conf for resque services for record and playback processing
2020-01-20 13:59:54 -06:00
Fred Dixon
e8e11843e4
Remove checks for SWF tools
2020-01-17 19:46:31 -06:00
Calvin Walton
aee7baa76b
Merge branch 'v2.0-rap-on-resque' of github.com:daronco/bigbluebutton
2020-01-17 17:40:08 -05:00
Ghazi Triki
9f0ede6d85
Store FreeSwitch logs in bbb-conf --zip.
2019-12-25 16:32:48 +01:00
Ghazi Triki
5d62864b3a
Store more logs with bbb-conf --zip.
2019-12-25 15:25:17 +01:00
Calvin Walton
047f1b84ad
Fix 'wget-log' issue in bbb-conf
...
Switch to using curl instead, which doesn't have this problem (and
outputs to stdout by default, too)
2019-12-17 17:10:09 -05:00
Leonardo Crauss Daronco
5e05b7a8e8
Fixes for the rap scripts after processing a real recording
2019-12-06 12:26:24 -03:00
Leonardo Crauss Daronco
62d62a2a1e
Merge remote-tracking branch 'upstream/master' into v2.0-rap-on-resque
...
# Conflicts:
# bigbluebutton-config/bin/bbb-conf
# record-and-playback/core/Gemfile.lock
# record-and-playback/core/lib/recordandplayback/events_archiver.rb
# record-and-playback/core/scripts/archive/archive.rb
# record-and-playback/core/scripts/bigbluebutton.yml
# record-and-playback/core/scripts/rap-process-worker.rb
# record-and-playback/core/scripts/rap-publish-worker.rb
# record-and-playback/core/scripts/rap-sanity-worker.rb
# record-and-playback/core/scripts/rap-starter.rb
# record-and-playback/core/scripts/sanity/sanity.rb
# record-and-playback/core/systemd/bbb-rap-archive-worker.service
# record-and-playback/core/systemd/bbb-rap-process-worker.service
# record-and-playback/core/systemd/bbb-rap-publish-worker.service
# record-and-playback/core/systemd/bbb-rap-sanity-worker.service
# record-and-playback/core/systemd/bbb-record-core.target
2019-12-04 17:33:44 -03:00
Calvin Walton
13fe03b74f
bbb-record: Skip ".norecord" meetings when running --rebuildall
...
Users don't expect not-recorded meetings to appear when rebuilding
all of their existing recordings.
You can still use bbb-record --rebuild on a single not-recorded
meeting to force it to process.
Fixes #6394
2019-11-20 14:31:55 -05:00
Fred Dixon
0ea6780028
Updates to detect 18.04
2019-11-17 13:01:10 -06:00
Fred Dixon
00221c6be7
Modify bbb-conf for 18.04
2019-11-16 17:35:21 -06:00
Fred Dixon
d0812c1831
First round of updates to support 18.04
2019-11-10 16:29:00 -06:00
Ghazi Triki
0873068c89
Keep html5 client log file permissions.
2019-11-09 18:44:03 +01:00
Fred Dixon
1ddd9a64b0
Merge pull request #8283 from riadvice/update-webhooks-salt
...
Set IP and shared secret for bbb-webhooks based on the right files.
2019-10-31 13:53:49 -04:00
Ghazi Triki
a15402ffe3
Set IP and shared secret for bbb-webhooks based on the right files.
2019-10-31 17:14:24 +01:00
Ghazi Triki
e8cbf5a3cf
Force root user check when assigning a new IP.
2019-10-31 16:47:07 +01:00
Fred Dixon
a53cf2016f
Check that the tomcat7 log directory first exists
2019-10-14 18:57:38 -05:00
Fred Dixon
6b8d1a4c15
Updated bbb-conf for bbb-webhooks
2019-10-13 12:11:16 -05:00
Fred Dixon
0374f673f5
Add bbb-lti to bbb-conf --restart
2019-09-15 17:42:44 -05:00
Fred Dixon
2f7e56be61
Return https when getting LTI endpoints
2019-09-10 06:44:05 -05:00
Ghazi Triki
d1d5ffdcdb
Make bbb-record count SVG slides.
2019-08-30 15:37:18 +01:00
Fred Dixon
44b5f80600
Don't update kurento[0].url
2019-08-21 12:12:41 -05:00
Ghazi Triki
d3891e7280
Set IP for LTI using bbb-conf
2019-07-27 17:09:31 +03:00
Ghazi Triki
f98001cae2
Updated LTI_DIR variable.
2019-07-27 14:04:15 +03:00
Fred Dixon
d5b1d6abf0
Merge pull request #7728 from riadvice/start-stop-transcode
...
Fix bbb-transcode-akka not being properly started and stopped.
2019-07-16 21:15:43 -04:00
Ghazi Triki
3eb30641e8
Check bbb-lti service status and delete lti jar check.
2019-07-14 16:36:14 +03:00
Ghazi Triki
3585998c40
Update all recording types link tags.
2019-07-11 13:47:30 +03:00
Fred Dixon
fe0442ce6d
Make suggestion match docs
2019-07-05 14:16:29 -05:00
Ghazi Triki
425d1a88b2
Fix bbb-transcode-akka not being properly started and stopped.
2019-07-04 18:54:22 +01:00
Fred Dixon
8b27e5c6a0
Fixed typo
2019-06-26 16:44:05 -05:00
Fred Dixon
d824bf04c9
Refer users to docs when not LANG defined for systemctl
2019-06-23 17:22:08 -05:00
Fred Dixon
ec6306019d
Added checks for LANG=en_US.UTF-8 and permissions on /var/bigbluebutton
2019-06-20 20:21:25 -05:00
Richard Alam
a46d0b9680
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into captions-text-tracks-intermediate-branch
2019-06-06 15:04:53 -07:00
Fred Dixon
09c43d8818
Don't print warning if tomcat7 is not installed
2019-06-02 21:20:07 -05:00
Richard Alam
9d416ee473
Merge branch 'text-tracks' of https://github.com/riadvice/bigbluebutton into riadvice-text-tracks
2019-05-30 12:30:07 -07:00
Felipe Cecagno
d1bc69ba68
fix permissions of bigbluebutton-config utilities
2019-05-21 14:33:46 -03:00
Ghazi Triki
7204b069e5
Display etherpad service status.
2019-05-16 22:05:16 +01:00
Fred Dixon
22af07df15
Update bbb-conf
2019-05-14 18:57:45 -04:00
Ghazi Triki
c0bdba2ff2
bbb-record deletes caption files.
2019-05-13 21:59:08 +01:00
Fred Dixon
ad33cc6c80
Added check for multiple bbb-common-message libs
2019-05-11 13:13:59 -05:00
Fred Dixon
68a236c19a
Ignore empty redisPassword fields
2019-05-10 09:43:22 -05:00
Fred Dixon
56eabffa4e
Fix error in checking systemd status
2019-05-07 11:21:59 -05:00
Fred Dixon
c1b1712145
Hide tomcat7 warning if tomcat7 not installed
2019-05-06 17:23:23 -05:00
Fred Dixon
f600f397f1
Improve generation of new shared secret
2019-04-14 10:46:20 -04:00
Fred Dixon
caa6b9a85e
Fix path for bbb_api_conf.jsp
2019-04-09 20:00:48 -04:00
Fred Dixon
8bfecb0869
Fix check for shared secret mismatch with bbb-demo
2019-04-09 18:54:16 -05:00
Fred Dixon
1e29d04ea9
Added check for default shared secret
2019-04-09 18:14:52 -05:00
Anton Georgiev
784dd76526
Typo in bbb-conf
2019-04-08 16:52:28 -04:00
Fred Dixon
2e8468a877
Added setHTML5ClientAsDefault and enableUFWRules for configuration
2019-04-03 21:26:10 -05:00
Ghazi Triki
a8c01fe122
Fix clean logs and improve cleaning FreeSwitch logs.
2019-03-26 18:02:38 +01:00
Fred Dixon
660376aa03
Fixed typo in updating settings.yml
2019-03-16 18:19:09 -05:00
Fred Dixon
b34ca1d8b8
update public.note.url on bbb-conf --setip
2019-03-15 18:46:46 -05:00
Fred Dixon
2335c1d8a5
Added more checks to sip.nginx
2019-03-15 18:32:06 -05:00
Fred Dixon
395f5787de
Need to specify proper path to apply-lib.sh
2019-03-15 18:29:30 -05:00
Ghazi Triki
2c2c0a1bcc
Refactoring to bbb-conf shell script application.
2019-03-14 15:19:13 +01:00
Fred Dixon
f52bb7bd3f
Improved detection for centos
2019-03-10 19:35:05 -05:00
Fred Dixon
ec3f568a10
Add check to make sure freeswitch.log exists
2019-03-10 18:23:12 -05:00
Fred Dixon
4d5fa78398
Added definition for NCPU
2019-03-09 19:11:30 -05:00
Fred Dixon
8e2d32f3e0
Added link to home page from bbb-conf --check
2019-03-09 17:58:53 -06:00
Fred Dixon
f1d5d6d812
Make bbb-conf executable
2019-03-09 15:15:17 -06:00
Fred Dixon
cc1af4f696
Fixes #2930
2019-03-09 10:52:51 -06:00
Fred Dixon
e9d00bf972
fix scanning for server_name
2019-03-08 16:39:30 -06:00
Fred Dixon
c00c1df55f
Warn if ASK_MODERATOR is set in bigbluebutton.properties
2019-03-07 11:59:14 -06:00
Fred Dixon
422066cf9d
Moved helper functions for local configuration to apply-lib.sh
2019-03-07 11:50:54 -06:00
Fred Dixon
080cacba46
Don't try to clean tomcat7 logs if they don't exist
2019-03-07 11:48:23 -06:00
Fred Dixon
c33245c811
Fix logic error in bbb-conf --check
2019-03-04 12:06:53 -05:00
Fred Dixon
78ee39f606
Increase timeout for waiting for bbb-web to startup
2019-03-04 08:57:26 -06:00
Fred Dixon
6fe5439ae8
Ensure default.yml is owned by bigbluebutton
2019-02-12 22:18:42 -06:00
Fred Dixon
915393ba1a
Properly assign kurento[0].url in default.yaml
2019-02-12 01:58:47 -06:00
Fred Dixon
6f7ffdf83d
Increase timeout for waiting for bbb-web to startup
2019-02-10 23:03:18 -08:00
Fred Dixon
d2119bd29e
Clear previous SIP errors in sip.log
2019-02-11 00:23:10 -06:00
Fred Dixon
2e86350807
Restored declaration for PROTOCOL_RTMP
2019-02-10 22:40:36 -06:00
Fred Dixon
96911bc2de
Use lowercase for http/https
2019-02-10 21:34:43 -06:00
Fred Dixon
760e9355e2
First implementation of a script to apply local changes between restats
2019-02-10 11:48:50 -06:00
Fred Dixon
fa42627441
Refactored bbb-conf to better read data from configuration files. Removed some old code.
2019-02-10 11:48:17 -06:00
Ghazi Triki
85bb9b4184
Fix triplicated bbb-web service in bbb-conf
2019-02-08 18:45:39 +01:00
Ghazi Triki
99aa2b5fcc
Use the right bigbluebutton
user for recording directories.
2019-02-08 17:53:57 +01:00
Fred Dixon
e7bc3aedae
Properly update API demos with
2019-02-07 18:39:41 -07:00
Fred Dixon
f4a0fbdc4e
Added support to start/stop bbb-web
2019-02-07 19:23:00 -06:00
Fred Dixon
e2d593dbd5
Updated bbb-conf for new bbb-web
2019-02-07 17:10:55 -06:00
Fred Dixon
585126b25d
Add check for restarting etherpad
2019-01-25 11:47:41 -06:00
Fred Dixon
566b245e3c
Merge pull request #6385 from pedrobmarin/keep-meeting-events
...
Created property keepEvents at bbb-web to make redis record the event…
2019-01-24 21:47:50 -05:00
Fred Dixon
84c383be3a
Added restart for Etherpad
2019-01-17 17:49:04 -06:00
Fred Dixon
e6e1a91173
Added more checks for FreeSWITCH
2019-01-16 14:22:10 -06:00
Fred Dixon
7c2f2d5592
Moved apply-config.sh to before restart
2019-01-10 16:48:53 -06:00
Fred Dixon
b29800f438
Format message for applying local changes
2019-01-09 19:20:02 -05:00
Fred Dixon
7cc318d68b
Use /etc/bigbluebutton/bbb-conf/apply-config.sh for applying local config options
2019-01-09 18:13:21 -06:00
Fred Dixon
b8b0f24e88
Update check for ffmpeg 4.1
2019-01-03 15:07:46 -04:00
Fred Dixon
dfdef828ec
Use yq to pull from bbb-webrtc-sfu default.yml
2018-12-27 23:12:27 -04:00
Ghazi Triki
e0bfdb525b
Longer arrow for long service name.
2018-12-12 16:58:32 +01:00
Ghazi Triki
b6c924215b
Better display of BigBlueButton services.
2018-12-12 16:56:02 +01:00
Pedro Beschorner Marin
ebffcb0848
Created property keepEvents at bbb-web to make redis record the events for all meetings
2018-12-11 18:37:31 -02:00
Fred Dixon
75df6406c1
Minor change to test build
2018-12-11 08:15:04 -05:00
Ghazi Triki
b62c822d67
Better logs cleanup.
2018-12-09 21:47:13 +01:00