1. 09 6月, 2014 1 次提交
    • Simon Wunderlich's avatar
      mod_skinny: implement digit timeout for dialing · 31a181a4
      Simon Wunderlich 提交于
      For numbers with variable length, there should be a timeout to wait for
      further digits before routing the number. This has been prepared with
      the skinny-wait target, which waited forever. This patch implements the
      digit timeout which routes the call after the timeout has elapsed. The
      timeout can be configured in the mod_skinny XML settings
      ("digit-timeout") and defaults to 2 seconds.
      
      This implementation has been requested and sponsored by Blackned GmbH.
      Signed-off-by: 's avatarSimon Wunderlich <sw@simonwunderlich.de>
      Signed-off-by: 's avatarNathan Neulinger <nneul@neulinger.org>
      31a181a4
  2. 08 6月, 2014 1 次提交
  3. 05 6月, 2014 3 次提交
  4. 04 6月, 2014 5 次提交
  5. 03 6月, 2014 6 次提交
  6. 02 6月, 2014 3 次提交
  7. 01 6月, 2014 1 次提交
  8. 30 5月, 2014 4 次提交
    • Anthony Minessale's avatar
      make device state code more accurate · 495db48f
      Anthony Minessale 提交于
      495db48f
    • Travis Cross's avatar
      Revert addition of PERL_GCC_PEDANTIC to CFLAGS · 79a888de
      Travis Cross 提交于
      Brian and I decided to handle this by just stripping -ansi -pedantic
      from the mod_perl build instead.
      
      Revert "Since we can't tell if the system perl was built with
      pedantic, we have a problem because we default debug enabled which
      uses AX_CFLAGS_WARN_ALL_ANSI, For the GNU CC compiler it will be
      -Wall (and -ansi -pedantic) The result is added to the shellvar being
      CFLAGS by default.  Which then gets included for building mod_perl,
      Either way I think this is the correct corse of action to overcome
      these new builds of mod_perl."
      
      This reverts commit cb94340e.
      79a888de
    • Travis Cross's avatar
      Build mod_perl without pedantic flags even when debugging · 750e2bae
      Travis Cross 提交于
      This means we don't have to set PERL_GCC_PEDANTIC which removes
      assertions that are helpful for debugging.
      750e2bae
    • Brian West's avatar
      Since we can't tell if the system perl was built with pedantic, we have a… · cb94340e
      Brian West 提交于
      Since we can't tell if the system perl was built with pedantic, we have a problem because we default debug enabled which uses AX_CFLAGS_WARN_ALL_ANSI, For the GNU CC compiler it will be -Wall (and -ansi -pedantic) The result is added to the shellvar being CFLAGS by default.  Which then gets included for building mod_perl, Either way I think this is the correct corse of action to overcome these new builds of mod_perl.
      cb94340e
  9. 29 5月, 2014 10 次提交
  10. 28 5月, 2014 6 次提交