1. 24 10月, 2014 1 次提交
  2. 23 10月, 2014 3 次提交
  3. 22 10月, 2014 1 次提交
  4. 21 10月, 2014 1 次提交
  5. 20 10月, 2014 1 次提交
  6. 18 10月, 2014 2 次提交
  7. 16 10月, 2014 9 次提交
  8. 14 10月, 2014 6 次提交
  9. 13 10月, 2014 5 次提交
  10. 12 10月, 2014 1 次提交
  11. 10 10月, 2014 2 次提交
    • Anthony Minessale's avatar
      have resume media on hold not send invite back out at the holder but rather… · e4e9b1b9
      Anthony Minessale 提交于
      have resume media on hold not send invite back out at the holder but rather enable media in the 200ok
      e4e9b1b9
    • Travis Cross's avatar
      Fix crash on transport=tls with non-TLS profile · b5294c53
      Travis Cross 提交于
      We use the transport of the Contact header of the remote UAC to decide
      which of our own Contact addresses we should use when replying to a
      SUBSCRIBE or sending a presence NOTIFY.
      
      If TLS is not enabled on a Sofia profile, then the TLS Contacts for
      that profile are NULL.  Unfortunately we were using these NULL values
      uncritically when the remote UAC sent us a Contact header with a TLS
      transport and our own Sofia profile did not have TLS enabled.
      
      With this commit we fall back to our TCP Contact address when the
      remote Contact is TLS and our Sofia profile does not have TLS enabled.
      b5294c53
  12. 09 10月, 2014 6 次提交
  13. 08 10月, 2014 2 次提交
    • Travis Cross's avatar
      Add debian build option to include avoided modules · 63734bcd
      Travis Cross 提交于
      This is a convenience option that can be passed to either
      debian/bootstrap.sh or to debian/util.sh to include a module in the
      build that would normally be excluded.  This option, -p, can be passed
      multiple times.
      63734bcd
    • Travis Cross's avatar
      Add debian build option to use system sources.list · a8b68a14
      Travis Cross 提交于
      If -t is passed to debian/util.sh, then we will import the
      /etc/apt/sources.list mirrors and all apt keys into the
      pbuilder/cowbuilder build environment.
      
      This is useful e.g. when the FS build depends on a library not
      available in Debian yet.
      a8b68a14