- Oct 23, 2019
-
-
Richard Alam authored
-
- Oct 21, 2019
-
-
Richard Alam authored
-
Richard Alam authored
-
Richard Alam authored
-
Chad Pilkey authored
Fix actions button misplacement in RTL mode
-
Pedro Beschorner Marin authored
-
Richard Alam authored
- poll FreeSWITCH for status of user so that akka-apps would be in sync with FreeSWITCH
-
Richard Alam authored
Add timestamp on msg envelope
-
- Oct 20, 2019
-
-
Richard Alam authored
Prototyping client <-> server messaging
-
Richard Alam authored
This is a prototype of sending messages between client and server outside of meteor.
-
- Oct 18, 2019
-
-
Dixon Fred authored
Make presentation playback continue if deskshare.xml was not found
-
Richard Alam authored
-
Calvin Walton authored
Someone on the mailing list had some recordings which were using the 2.0 playback, but were missing the deskshare.xml file (which should always be present for 2.0… strange). It's safe to continue loading the recording playback if the deskshare.xml file is not found, the recording will just act as if there were no deskshare start/stop events.
-
Richard Alam authored
- add a new timestamp field on the message envelope so we can collect statistics on message processing times.
-
- Oct 17, 2019
-
-
Richard Alam authored
Make sure we record audio if meeting is recorded
-
Richard Alam authored
- We had an issue where FreeSWITCH, for some unknow reason, stopped recording the voice conference in the middle of the meeting while there are users in the voice conference. We've relied on the voice conf started event to trigger recording of wav files. This event is sent when the first user joins the voice conference. In this case, there was no voice user joined after the recording stopped as there were already users in the voice conference. TO make sure that the audio is recorded, akka-apps will send a "check if voice conf is running and recording" message to FreeSWITCH every 30sec. If akka-apps receives a "running=true recording=false" response from FreeSWITCH, akka-apps will send a start recording msg to FreeSWITCH.
-
- Oct 14, 2019
-
-
Dixon Fred authored
Check that the tomcat7 log directory first exists
-
Dixon Fred authored
-
- Oct 13, 2019
-
-
Dixon Fred authored
Updated bbb-conf for bbb-webhooks
-
Dixon Fred authored
-
- Oct 12, 2019
-
-
Dixon Fred authored
Add script to start meteor using external mongo (from packaging)
-
Tiago Daniel Jacobs authored
-
- Oct 10, 2019
-
-
Richard Alam authored
Eject users by force from FreeSWITCH
-
Richard Alam authored
- when meeting ends, we try to eject all users by force from freeswitch to make sure that recording ends. However, we are not actually sending the command to freeswitch. This change sends the command so that users can be kicked out.
-
Richard Alam authored
Have only one ESL listener
-
Richard Alam authored
- on auto-reconnect when FS restarts, the auto-reconnect add another listener to the ESL client resulting in multiple handlers of ESL events and multiple messages to akka-apps. This resulted in multiple recordings of audio when the first user joins as akka-apps receives 2 user join events.
-
- Oct 09, 2019
-
-
Richard Alam authored
Trying out issue template.
-
Chad Pilkey authored
Update locale translations
-
KDSBrowne authored
-
Dixon Fred authored
presentation playback: Make setMediaSync a no-op if there's no deskshare
-
Calvin Walton authored
Previously the setMediaSync function was only called after the deskshare loaded, but by moving it to run after all media loaded, it now runs even on recordings that didn't have deskshare. Make it do nothing (return early) in that case.
-
- Oct 08, 2019
-
-
Chad Pilkey authored
Limit width of the webcam preview video
-
Chad Pilkey authored
-
Chad Pilkey authored
Fix check for heapdump enabled
-
Chad Pilkey authored
-
- Oct 07, 2019
-
-
Dixon Fred authored
Fix deskshare media sync when deskshare loads before webcam/audio
-
Calvin Walton authored
If the secondary media loaded before the main media, it would run the "setMediaSync" function before the main media player was setup. As a side-effect of setting up the main media player, all of the event handlers added by the setMediaSync function are detached, and so the secondary media never starts playing. Move the call to setMediaSync to after the media-ready events for all media have fired, so that it can reliably attach the event handlers.
-
- Oct 06, 2019
-
-
Dixon Fred authored
Add label to unlocked state
-
Dixon Fred authored
-
- Oct 05, 2019
-
-
Dixon Fred authored
Make labels in Lock Viewers dialog more consistent
-