- Feb 13, 2020
-
-
Richard Alam authored
- clean up - bind to port 8900
-
Richard Alam authored
- bind only to localhost
-
Richard Alam authored
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into add-health-check-for-akka-fsesl
-
Richard Alam authored
Track call session state
-
Richard Alam authored
-
Richard Alam authored
The /healthz returns information is we are able to send and receive message to/from freeswitch. The /status returns information about freeswitch version and uptime.
-
Chad Pilkey authored
Several fixes for the external video module
-
- Feb 12, 2020
-
-
Lucas Zawacki authored
-
- Feb 11, 2020
-
-
Richard Alam authored
-
Richard Alam authored
-
Lucas Zawacki authored
-
Lucas Zawacki authored
-
Lucas Zawacki authored
-
Lucas Zawacki authored
-
Lucas Zawacki authored
-
- Feb 08, 2020
-
-
Richard Alam authored
-
Richard Alam authored
-
- Feb 07, 2020
-
-
Richard Alam authored
-
Richard Alam authored
-
Richard Alam authored
-
Chad Pilkey authored
Increase the pingpong removal timeout to reduce false positives
-
Chad Pilkey authored
-
- Feb 06, 2020
-
-
Dixon Fred authored
Breakout rooms shouldn't call the end meeting callback url
-
Richard Alam authored
- add check if the meeting that ended isn't a breakout room and if there is an end-meeting-callback-url.
-
Richard Alam authored
-
Dixon Fred authored
Webhooks fixes
-
Richard Alam authored
-
Richard Alam authored
-
Felipe Cecagno authored
-
Felipe Cecagno authored
-
- Feb 05, 2020
-
-
Richard Alam authored
Currently, we user DTMF to inform the client when the call session is in echo test and when entering the voice conference. Unfortunately, sometimes when FS sends the DTMF, FS crashes. Monitor the progress of the call session using ESL events and propagate to the client. The client would be informed of these call states: CALL_STARTED, IN_ECHO_TEST, IN_CONFERENCE, CALL_ENDED.
-
- Feb 04, 2020
-
-
Richard Alam authored
Add timeout waiting for response from FreeSWITCH when sending ESL command
-
Richard Alam authored
- When waiting for a response from FS after sending an ESL command and the ESL connection disconnects, the sending thread will be blocked as the trigger for it to unblock is the response from FS which never comes. Add a 30 second timesout waiting for response and give up to go send a new FS ESL command.
-
Dixon Fred authored
Bump to RC6
-
Dixon Fred authored
-
- Jan 31, 2020
-
-
Anton Georgiev authored
Fix race condition in video-provider that may cause peers to fail
-
prlanzarin authored
The peer object was being fetched only once in the ICE candidate callback, and it would fetch a placeholder empty object (sometimes) which would be kept in the callback closure till the end of the peer lifecycle. With that, the didSDPAnswered state variable which released the outbound ICE queue wouldnt be correctly read and the queue would never be flushed
-
Anton Georgiev authored
Add bbb_show_participants_on_login as a join parameter
-
- Jan 30, 2020
-
-
Anton Georgiev authored
-
- Jan 18, 2020
-
-
Dixon Fred authored
Remove checks for SWF tools
-