Skip to content
Snippets Groups Projects
  1. Nov 27, 2020
  2. Nov 26, 2020
  3. Nov 25, 2020
  4. Nov 24, 2020
  5. Nov 23, 2020
  6. Nov 20, 2020
  7. Nov 19, 2020
  8. Nov 18, 2020
  9. Nov 17, 2020
    • Anton Georgiev's avatar
      Merge pull request #10848 from mariogasparoni/v2.2.x-release · aaf3878a
      Anton Georgiev authored
      Fix audio modal buttons (MIC/LISTEN) after errors AND prevent Error 1006 when user has two or more occurrences of ':'
      aaf3878a
    • Mario Jr's avatar
      Prevent Error 1006 when user has two or more occurrences of ':' (colon) in your name · 0a601359
      Mario Jr authored
      This happens because FreeSWITCH is not able to parse the "From" header when it has multiple occurrences of ':'. So user is not able to join audio.
      To fix, we now changed the "callerId" to use the base64 value of the user name, instead of directly using user's input (the callerId format keeps being a triple like this: <user_id>-bbbID-<base64_encoded_name>).
      Once this callerIdName is encoded at the same point it is generated, there shouldn't be server side effects for changing this value; except for those places where the callerName is retrieved by splitting this triple (such as the voice talking-indicator, as described below).
      Updated the talking-indicator to retrieve the username from User's object, instead of retrieving from the one username generated by splitting the callerId triple.
      This problem also happens in versions <= 2.2.26.
      0a601359
    • Mario Jr's avatar
      Fix audio modal buttons (MIC/LISTEN) not working after audio error · 1b1a055d
      Mario Jr authored
      When user joins audio and for some reason an error (such as 1001, 1002,...), happens, the user is not able to click "Mic" and "Listen Only Buttons"; except if the audio window is closed and oppened again.
      1b1a055d
Loading