Skip to content
Snippets Groups Projects
  1. Oct 21, 2019
  2. Oct 17, 2019
    • Richard Alam's avatar
      Make sure we record audio if meeting is recorded · 3395cdbd
      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.
      3395cdbd
  3. Oct 10, 2019
    • Richard Alam's avatar
      Eject users by force from FreeSWITCH · aa22c629
      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.
      aa22c629
    • Richard Alam's avatar
      Have only one ESL listener · 0a6701ff
      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.
      0a6701ff
  4. Oct 01, 2019
  5. Sep 13, 2019
  6. Sep 06, 2019
    • Richard Alam's avatar
      Add more logging · 4d42a74e
      Richard Alam authored
       - FreeSWITCH core dumped and akka-fsesl managed to reconnect. However, commands (mute, unmute, record, etc.) to FS are not reaching FS.
         But events (user joined, left, talking) from FS are received by akka-fsesl. Can't determine where the commands are falling off. These
         extra logging hopefully helps us narrow down if this happens again.
      
         I wasn't able to reproduce the issue when stopping and restarting FS. Akka-fsesl reconnects and command/events are flowing in both
         directions.
      4d42a74e
  7. May 30, 2019
  8. May 25, 2019
  9. May 17, 2019
  10. Apr 30, 2019
  11. Apr 05, 2019
  12. Mar 27, 2019
  13. Dec 16, 2018
  14. Dec 14, 2018
  15. Dec 11, 2018
  16. Dec 10, 2018
  17. Dec 05, 2018
  18. Nov 22, 2018
  19. Nov 21, 2018
  20. Nov 14, 2018
  21. Nov 09, 2018
  22. Sep 13, 2018
  23. Aug 24, 2018
  24. Aug 05, 2018
  25. May 15, 2018
  26. Oct 26, 2017
  27. Oct 20, 2017
Loading