1. 07 11月, 2010 2 次提交
  2. 06 11月, 2010 11 次提交
  3. 05 11月, 2010 5 次提交
  4. 04 11月, 2010 5 次提交
  5. 03 11月, 2010 5 次提交
    • Michael Jerris's avatar
      set minimum initital sip t1 timer to 1000ms to work around race condition on… · 20c2740c
      Michael Jerris 提交于
      set minimum initital sip t1 timer to 1000ms to work around race condition on retry timer firing before all the things that are supposed to be handled by the timer are set.  The base resolution on this timer is 500ms, so doubling up makes sure we always hit the initial retry timer on the next run, where everything should be set.  The side effect was, 1/2 the time on a request that did not get immediate response, the timer would be fired and cleared, but the action (sending retry) was never done, and a new timer was not set, causing the request to just sit zombied and never retry.  A better solution would be to find and correct the race condition so the timer is never set to early and we never hit this condition.
      20c2740c
    • Anthony Minessale's avatar
      fix display of timeout · 2043d5a6
      Anthony Minessale 提交于
      2043d5a6
    • Anthony Minessale's avatar
      add separate reg timeout from retry sec · e5b891ee
      Anthony Minessale 提交于
      e5b891ee
    • Michael Jerris's avatar
      add support for NDLB-force-rport=safe param that does force-rport behavior only… · fc4d290c
      Michael Jerris 提交于
      add support for NDLB-force-rport=safe param that does force-rport behavior only on endpoints we know are safe to do so on.  This is a dirty hack to try to work with certain endpoints behind sonicwall which does not use the same port when it does nat, when the devices do not support rport, while not breaking devices that acutally use different ports that force-rport will break
      fc4d290c
    • Giovanni Maruzzelli's avatar
      skypopen: performance improvements in skypopen_protocol.c and alsa/dummy.c .… · 4706d394
      Giovanni Maruzzelli 提交于
      skypopen: performance improvements in skypopen_protocol.c and alsa/dummy.c . Added pcm*c to alsa/. Let's hope the larger period in dummy.c does not make problems on ubuntu
      4706d394
  6. 02 11月, 2010 4 次提交
  7. 01 11月, 2010 8 次提交