Skip to content
Snippets Groups Projects
  1. Aug 17, 2018
  2. Aug 16, 2018
  3. Aug 15, 2018
  4. Aug 14, 2018
  5. Aug 13, 2018
    • Ben Ford's avatar
      res_pjsip/rtp: No joint capabilities between streams. · c31a01bd
      Ben Ford authored
      When a conference contained a mixture of audio/video and audio-only
      users, a NOTICE message would pop up stating there are no joint
      capabilities between streams. This happens because streams can never be
      removed, but they can be in a REMOVED state. If we have the scenario
      where user A joins with audio/video, user B joins with audio-only, and
      user C joins with audio/video, then user A leaves, the message would
      be triggered. That removed stream is still in the SDP, but Asterisk
      would pass it through, causing it to be seen as a ulaw stream. A check
      has been added for removed streams, setting their status to REMOVED when
      handling negotiated SDPs.
      
      Also addressed an issue where user A joins, then user B joins but does
      not receive video until much later. Full frames were not being sent,
      causing some PLI from the browser. Because the video was flowing in one
      direction, the browser sets the SSRC to 1, but Asterisk was dropping the
      PLI because of that. Added a check to see if the SSRC is 1 or not, which
      sends full frames and allows video to flow between user A and user B.
      This should only happen when dealing with PSFB or FUR, and in the case
      of PSFB, only for PLI.
      
      ASTERISK-27398
      
      Change-Id: I26e7c6f101bc119549eeca406b5bcd25ad8ebc5e
      c31a01bd
    • Ivan Poddubny's avatar
      app_queue: set QUEUESTATUS to LEAVEEMPTY instead of CONTINUE · 2ce06109
      Ivan Poddubny authored
      When a call leaves a queue on leaveempty condition, QUEUESTATUS
      must be set to LEAVEEMPTY, no matter whether Queue was executed with or
      without the "c" (continue) option.
      
      The regression was introduced in the fix for ASTERISK_25665.
      The following fix (ASTERISK_27065) was incomplete, as QUEUESTATUS was
      overwritten in case when "c" is set, regardless of what was the cause
      for leaving the queue.
      
      ASTERISK-27973 #close
      Reported-by: Valentin Safonov
      
      Change-Id: Iec013fe6a26a4e825ca572a1dda4f3cee5f6f80c
      2ce06109
  6. Aug 09, 2018
    • Corey Farrell's avatar
      Sample configs: Fix pjsip.conf syntax error. · 63ca367a
      Corey Farrell authored
      It is valid for a config file to be empty or contain only comments, but
      not valid for a config value to be set when no uncommented context
      exists.  This caused an error to be loged numerous times during start
      when loading the default pjsip.conf.
      
      Change-Id: Icf3b0d69b4ecb6e935eecd43c99ed8b32a5a1cf6
      63ca367a
  7. Aug 08, 2018
  8. Aug 07, 2018
  9. Aug 06, 2018
  10. Aug 03, 2018
Loading