1. 27 5月, 2014 1 次提交
  2. 24 5月, 2014 1 次提交
    • Travis Cross's avatar
      Avoid useless NAT log message · 75d073fc
      Travis Cross 提交于
      If FS is not behind NAT, then every call generates at least three
      INFO-level log messages:
      
        [INFO] switch_nat.c:589 NAT port mapping disabled
      
      This is useless noise.  The message is only interesting if you do have
      NAT enabled but mapping disabled, which might indicate a configuration
      issue.
      
      With this change, we just skip the entire nat_add_mapping function if
      the NAT system isn't initialized or we're not behind NAT.
      75d073fc
  3. 21 5月, 2014 1 次提交
  4. 20 5月, 2014 1 次提交
  5. 17 5月, 2014 1 次提交
  6. 15 5月, 2014 2 次提交
  7. 13 5月, 2014 2 次提交
    • Travis Cross's avatar
      Avoid polluting CFLAGS for mod_snmp · 9af707ed
      Travis Cross 提交于
      Putting `net-snmp-config --cflags` into CFLAGS causes major pollution;
      it overrides optimization and debugging levels, warnings, and more.
      While normally we do want to automatically locate library headers,
      there has to be a better way to do this.  libsnmp is normally in the
      usual place and doesn't need special handling.  Perhaps people with
      libsnmp in a weird place should just need to add the -I flag to their
      CFLAGS before build.
      9af707ed
    • Travis Cross's avatar
      Cleanup makefile library dependencies of mod_snmp · 04a55bbd
      Travis Cross 提交于
      Calling out to net-snmp-config --agent-libs causes transitive
      dependencies to get pulled in, but we don't need those -- a sensible
      dynamic linker pulls those in automatically.  Trying to track the
      transitive dependencies manually would be a losing battle.
      
      People were recently hitting this on Debian sid/jessie, where libpci
      is in the transitive dependency list but isn't otherwise one of our
      build dependencies.
      04a55bbd
  8. 12 5月, 2014 1 次提交
  9. 09 5月, 2014 1 次提交
  10. 08 5月, 2014 10 次提交
  11. 06 5月, 2014 1 次提交
  12. 05 5月, 2014 2 次提交
  13. 01 5月, 2014 2 次提交
  14. 29 4月, 2014 1 次提交
  15. 28 4月, 2014 2 次提交
    • Anthony Minessale's avatar
      FS-4779 FS-6467 the behaviour from 4479 is now masked behind the param… · 83ecf84e
      Anthony Minessale 提交于
      FS-4779 FS-6467 the behaviour from 4479 is now masked behind the param 3pcc-reinvite-bridged-on-ack FS-6467 please test master
      83ecf84e
    • Anthony Minessale's avatar
      FS-6491 --resolve · 28babdea
      Anthony Minessale 提交于
      This seems to be a paradox when running a perl script from a session then executing perl again on the same session from a different thread.
      I fixed it by converting any execution of perl in the execute_on_* family of operators to only run background mode which is to store the command in the session stack to be executed only by the session thread instead of on the spot by the outide thread.  changing the execute_on_answer to perl::/path/to/script.pl would also eliminate the crash in code that has not been updated with this patch.
      
      This is just a limitation of embedded perl we have to live with.
      28babdea
  16. 25 4月, 2014 1 次提交
  17. 24 4月, 2014 1 次提交
  18. 22 4月, 2014 4 次提交
  19. 19 4月, 2014 5 次提交