1. 18 7月, 2017 9 次提交
  2. 17 7月, 2017 6 次提交
  3. 14 7月, 2017 7 次提交
  4. 13 7月, 2017 3 次提交
  5. 12 7月, 2017 2 次提交
  6. 11 7月, 2017 8 次提交
  7. 10 7月, 2017 2 次提交
    • Ethan Atkins's avatar
      FS-10485: Re-activate ICE on all attribute changes · 999a6dd0
      Ethan Atkins 提交于
      I ran into some ice failures when testing reinvites using
      bypass_media_after_bridge. Every ice session has ice-ufrag and ice-pwd
      attributes. When leg A sends those attributes to leg B, leg B is
      supposed to send stun packets to leg A using the credentials provided in
      those attributes. Freeswitch was not updating the session credentials
      when the phone sent a new invite containing new ufrag and pwd
      attributes. This caused ICE to fail on the client side (PJSIP in this
      case).
      
      The new_ice flag is set to true when freeswitch detects a change in
      those attributes. For whatever reason, the reinvite flows that I was
      testing did not set the CF_REINVITE flag on the channel, but new_ice was
      true. It seems to me that freeswitch should always reactivate ice when
      the ufrag and pwd credentials change.
      999a6dd0
    • Mike Jerris's avatar
  8. 07 7月, 2017 1 次提交
  9. 06 7月, 2017 2 次提交
    • Ken Rice's avatar
      Update Debian Package Builds in prep for early early debian 9 packages and for… · 717f597c
      Ken Rice 提交于
      Update Debian Package Builds in prep for early early debian 9 packages and for changes in the master branch.
      717f597c
    • trevora's avatar
      FS-10395: [mod_sofia] Fix ssl error handling in tls sip traffic · 74f5b567
      trevora 提交于
      Clears SSL error state.
      
      Updates tport_tls.c to clear the SSL error state after an error occurs.
      
      OpenSSL puts errors into a queue that is kept in thread local storage.
      In some cases, such as when SSL_ERROR_SSL is returned by SSL_get_errror(),
      OpenSSL will queue multiple errors for a single event. When this occurs,
      OpenSSL will report an error the next time I/O is performed if the queue
      is not cleared first, which can result in TLS connections being torn down
      prematurely.
      74f5b567