1. 30 6月, 2014 4 次提交
  2. 29 6月, 2014 7 次提交
  3. 28 6月, 2014 6 次提交
    • Steve Underwood's avatar
      FAX tweaks · c3798dbb
      Steve Underwood 提交于
      c3798dbb
    • Steve Underwood's avatar
      ad1e7e96
    • Travis Cross's avatar
      Handle SRTP_READ_ERROR in mod_rayo · 7741f403
      Travis Cross 提交于
      7741f403
    • Travis Cross's avatar
      Allow more SRTP errors before killing call · f31641f4
      Travis Cross 提交于
      In a carrier interop we saw the call get killed for SRTP failures
      during a reinvite.  We're wondering if the SRTP errors may have been
      transitory and if it may have recovered after a few more packets.
      
      It's debatable whether we should kill calls at all for SRTP auth
      failures; semantically the right thing to do when a MAC fails is to
      ignore the packet completely.  So raising this limit to 100 packets
      shouldn't do any harm.  With this change we still warn at 10 errors
      and every 10 errors thereafter.
      f31641f4
    • Travis Cross's avatar
      Relay cause of hangup on SRTP failure · 7406be69
      Travis Cross 提交于
      We hangup the channel after receiving 10 SRTP packets in a row with a
      bad auth tag or that are replayed.  Prior to this commit we were
      indicating a normal clearing.  When doing interop and looking first at
      packet traces, this made freeswitch's behavior look surprising.  With
      this commit we'll indicate more loudly what's happening.
      7406be69
    • Travis Cross's avatar
      Fix misspelled function · 52892b31
      Travis Cross 提交于
      switch_rtp_set_invalid_handler has been misspelled as
      switch_rtp_set_invald_handler going all the way back to the
      beginning.  So while it's possible that someone somewhere could be
      relying on this misspelling, I think it's more likely that no one has
      used it much and that's why it wasn't spotted.  We don't even use it
      ourselves anywhere anymore.
      
      Introduced in commit: 828e0371
      52892b31
  4. 27 6月, 2014 2 次提交
  5. 26 6月, 2014 2 次提交
    • Travis Cross's avatar
      Ensure mod_sofia params can be unset or reset · 80ed14ab
      Travis Cross 提交于
      This is the result of auditing each mod_sofia profile parameter to
      ensure that it can be unset or reset after being set.  One use-case
      for this being done correctly is so a later parameter in a
      configuration file can reliably override an earlier one, which is
      useful for setups with layered include files.
      80ed14ab
    • Travis Cross's avatar
      Avoid leaking memory on sofia profile reload · 75feed68
      Travis Cross 提交于
      We were leaking the string values of apply-candidate-acl parameters.
      75feed68
  6. 25 6月, 2014 6 次提交
  7. 24 6月, 2014 4 次提交
  8. 23 6月, 2014 3 次提交
  9. 21 6月, 2014 5 次提交
  10. 20 6月, 2014 1 次提交