Skip to content
Snippets Groups Projects
  1. Feb 12, 2021
    • prlanzarin's avatar
      akka-fsesl: handle dial in/out users uIDs in GetUsersStatusToVoiceConfSysMsg responses · 3c0493a2
      prlanzarin authored
      The lack of handling to check whether the user was a dial-in user when answering akka-apps periodic member probes was making it use an arbitrary default (callerName) as the userId, explicitly violating the convention that dial-in/outs should have v_memberId userIds
      
      That would botch whichever added janitorial tasks that operated upon akka-apps GetUsersStatusToVoiceConfSysMsg probes
      3c0493a2
  2. Apr 24, 2020
    • Richard Alam's avatar
      - comment out printlns · e968780e
      Richard Alam authored
      e968780e
    • Richard Alam's avatar
      Increase voice conf length · 79096d0c
      Richard Alam authored
       We need to increase the length of the voice conference. If we have lots of meetings running,
       there is a high chance of collision.
      
       Need corresponding changes to FreeSWITCH dialplan.
      
       In bbb_echo_test.xml, change to `expression="^echo(\d{5,11})$"`.
      
       In bbb_conference.xml, change to `expression="^(\d{5,11})$"`.
      79096d0c
  3. Mar 25, 2020
  4. Mar 14, 2020
  5. Feb 28, 2020
  6. Feb 13, 2020
  7. Feb 11, 2020
  8. Feb 08, 2020
  9. Feb 07, 2020
  10. Feb 06, 2020
  11. 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
  12. 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
  13. Nov 13, 2019
  14. Oct 21, 2019
  15. 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
  16. 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
  17. Oct 01, 2019
  18. Sep 13, 2019
  19. 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
  20. May 30, 2019
  21. May 25, 2019
  22. May 17, 2019
  23. Apr 30, 2019
  24. Apr 05, 2019
  25. Mar 27, 2019
  26. Dec 16, 2018
Loading