Skip to content
Snippets Groups Projects
  1. Feb 13, 2020
  2. Feb 11, 2020
  3. Feb 08, 2020
  4. Feb 07, 2020
  5. Feb 06, 2020
  6. Feb 05, 2020
    • Richard Alam's avatar
      Track call session state · 5af63742
      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.
      5af63742
  7. Feb 04, 2020
    • Richard Alam's avatar
      Add timeout waiting for response from FreeSWITCH when sending ESL command · 4c5f1c66
      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.
      4c5f1c66
  8. Nov 13, 2019
  9. Oct 21, 2019
  10. 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
  11. 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
  12. Oct 01, 2019
  13. Sep 13, 2019
  14. 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
  15. May 30, 2019
  16. May 25, 2019
  17. May 17, 2019
  18. Apr 30, 2019
  19. Apr 05, 2019
  20. Mar 27, 2019
  21. Dec 16, 2018
  22. Dec 14, 2018
  23. Dec 11, 2018
  24. Dec 10, 2018
Loading