Skip to content
Snippets Groups Projects
  1. Apr 22, 2020
  2. Apr 20, 2020
  3. Apr 17, 2020
  4. Apr 16, 2020
    • Sébastien Blin's avatar
      call: close audio at the end of a call · 88321904
      Sébastien Blin authored
      hangupCall() remove the calls in a dht pool. This means that the
      operation can take quite some time. So, checkAudio() should be
      done once the call is removed. In the other case, the audio layer
      will remains open forever
      
      Change-Id: Ia28c99001989215045389e141f694e7732bfcd1d
      Unverified
      88321904
  5. Apr 15, 2020
  6. Apr 14, 2020
  7. Apr 13, 2020
  8. Apr 12, 2020
  9. Apr 09, 2020
    • Sébastien Blin's avatar
      sipcall: fix audio binding on offHold · c14fdcb6
      Sébastien Blin authored
      offHold can return false even if the action is pushed in the
      requests. This means, that the audio will not be binded to the
      call if offHold is waiting for ICE.
      
      Change-Id: I0fbdf4682a613919cee1ae5b2242077d1bd57fd7
      Unverified
      c14fdcb6
  10. Apr 08, 2020
  11. Apr 07, 2020
  12. Apr 03, 2020
  13. Apr 02, 2020
  14. Apr 01, 2020
  15. Mar 31, 2020
  16. Mar 30, 2020
  17. Mar 27, 2020
  18. Mar 26, 2020
  19. Mar 25, 2020
    • jrun's avatar
      contrib: bump pjsip version to 2.10 · 1a78baf9
      jrun authored and Adrien Béraud's avatar Adrien Béraud committed
      also remove what has been upstreamed.
      also, logic of how upstream has implements dealing with pending packets
      on the socket is different now and therefore needs testing.
      
      minor change:
      - patches are now done in order.
      - all configs are moved to config_site.h; TODO: also move HOSTVARS to use.mak
      - enable epoll on linux
      
      Change-Id: I87b9389a845d4c4a41fc9e70c3a94a0a990ca83d
      1a78baf9
  20. Mar 20, 2020
    • Kateryna Kostiuk's avatar
      video: fix incoming video for iOS · 9838b089
      Kateryna Kostiuk authored
      During incoming calls to iOS, video input failed to open sometimes.
      It happens for two reasons:
      1. Stopped by interrupt callback.
      2. Keyframe callback was set two late.
      
      This patch:
      1. Completes decoder configuration after video loop start running.
      2. Sets keyframe callback for video session before starting.
      
      Change-Id: I00e1ace06a78ab2ec2fb3ce6fe6a5991c6593318
      9838b089
Loading