1. 05 11月, 2010 5 次提交
  2. 04 11月, 2010 5 次提交
  3. 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
  4. 02 11月, 2010 4 次提交
  5. 01 11月, 2010 9 次提交
    • Anthony Minessale's avatar
      parse static route in sip uri in notify by event · 35676e7e
      Anthony Minessale 提交于
      35676e7e
    • Anthony Minessale's avatar
      disable status bar in .screenrc · 78f05aef
      Anthony Minessale 提交于
      78f05aef
    • Giovanni Maruzzelli's avatar
      skypopen: nice formatted debug output (I feel so stupid when I use one full hour… · cda95208
      Giovanni Maruzzelli 提交于
      skypopen: nice formatted debug output (I feel so stupid when I use one full hour for things like this, but I like it ;) )
      cda95208
    • Giovanni Maruzzelli's avatar
      skypopen: modifying Makefile.am and skypopen.h to report in revision tag of… · 5f91e469
      Giovanni Maruzzelli 提交于
      skypopen: modifying Makefile.am and skypopen.h to report in revision tag of debug lines the last commit of both mod_skypopen.c and skypopen_protocol.c (so you can have your own commits in the same dir)
      5f91e469
    • Giovanni Maruzzelli's avatar
    • Stefan Knoblich's avatar
      454c238e
    • Anthony Minessale's avatar
      FS-2811 · 7ac78ac2
      Anthony Minessale 提交于
      7ac78ac2
    • Anthony Minessale's avatar
      FS-2810 · 1970ec1d
      Anthony Minessale 提交于
      1970ec1d
    • Stefan Knoblich's avatar
      FreeTDM: Buildsystem cleanup · cc1e8339
      Stefan Knoblich 提交于
      - Use tabs instead of spaces for indentation
      
      - Proper m4 quoting of parameters
      
      - Fix broken AC_ARG_* handling:
        --without-foo/--disable-foo set withval="no"/enableval="no"
        and the third parameter of the AC_ARG_* macros is always
        "user provided an --with*-foo/--*able-foo option" _NOT_ "yes",
        while the fourth parameter is "user didn't provide this option"
        (= the default if neither --with-foo/--enable-foo nor --without-foo/--disable-foo
           has been set)
      
      - Drop FTDM_CFLAGS in MY_CFLAGS (what was that used for anyway?)
      
      - Drop MYLIB
      
      - Drop SOLINK (unused)
      
      - Rename MY_CFLAGS to FTDM_CFLAGS
      
      - Rename all AM_CONDITION variables to HAVE_* for (optional) dependencies
        and WANT_* for features
      
      - Reorder mod_LTLIBRARIES lines
      
      - Move some things in configure.ac around to group them
      
      - Add -shared to modules LDFLAGS (we don't need "ftmod_foo.a" static modules, do we?)
      
      - Import ax_compiler_vendor.m4, drop the macro definition from configure.ac
      
      - Add AUTOMAKE_OPTS to Makefile.am and define FreeTDM as a foreign (= non-GNU) project
      
      - Add ACLOCAL_FLAGS to Makefile.am and set AC_CONFIG_MACRO_DIR in configure.ac
        custom m4 macros are kept in the build subdirectory
      
      - Enable silent rules for automake-1.11 and newer (use make V=1 to get verbose output)
      
      - configure option --with-modinstdir requires a value now and quits with an error message
        if called without one (e.g. "./configure --without-modinstdir" or "./configure --with-modinstdir")
      
      - Add configuration summary screen and category headers for modules in configure output
      cc1e8339
  6. 31 10月, 2010 3 次提交
  7. 30 10月, 2010 5 次提交
  8. 29 10月, 2010 4 次提交