1. 16 8月, 2012 1 次提交
  2. 15 8月, 2012 9 次提交
    • William King's avatar
      Adding functionality to mod_xml_radius. Now you can do conditional accounting.… · c6d7417a
      William King 提交于
      Adding functionality to mod_xml_radius. Now you can do conditional accounting. And you can pull values from the other leg, specify an alternate variable name in case the variable doesn't exist and you can have default values.
      c6d7417a
    • Anthony Minessale's avatar
      add debug · 8f22c4ac
      Anthony Minessale 提交于
      8f22c4ac
    • Anthony Minessale's avatar
      debug lost read lock · e5a15cde
      Anthony Minessale 提交于
      e5a15cde
    • Anthony Minessale's avatar
      fix format · 67580709
      Anthony Minessale 提交于
      67580709
    • Anthony Minessale's avatar
      improve parsing · b3a6bb9c
      Anthony Minessale 提交于
      b3a6bb9c
    • Stefan Knoblich's avatar
      FreeTDM: Add span start/stop callbacks to ftdm_io_interface. · 548222f9
      Stefan Knoblich 提交于
      Callbacks are invoked from ftdm_span_start/_stop().
      I/O is started before SIG and shut down in reverse order.
      
      This is needed for ftmod_misdn, to move the mISDN message handling
      into a separate thread (solving the mISDN socket vs. FreeTDM API issues).
      
      With these callbacks, the I/O thread can be started after the span I/O configuration
      has been (successfully) completed and stopped before destroying the span.
      
      NOTE: Both SIG and I/O callbacks are called with the span mutex locked,
      so threads created or destroyed synchronously in either of the custom
      start/stop functions, can not use ftdm_span_*() functions that lock
      the span mutex (e.g. ftdm_span_get_channel_count()).
      Signed-off-by: 's avatarStefan Knoblich <stkn@openisdn.net>
      548222f9
    • Stefan Knoblich's avatar
      spandsp: Fix libjpeg checks for --enable-builtin-tiff builds. · 431f7dd6
      Stefan Knoblich 提交于
      The --enable-builtin-tiff option appends libs/tiff-3.8.2/libtiff/libtiff.la
      to LIBS, causing the AC_CHECK_LIB([jpeg]...) check to fail, because
      libtiff.la does not exist at configure time.
      
      Temporarily store tiff and jpeg libs in TIFF_-/JPEG_LIBS variables and
      append them to LIBS after all library checks have run.
      
      Example error output:
          configure:20049: checking for jpeg_start_compress in -ljpeg
          configure:20074: cc -o conftest -O2 -pipe -fno-strict-aliasing    -L/usr/local/lib conftest.c -ljpeg  -lm  /usr/home/ports/net/freeswitch-core-devel/work/freeswitch-1.2.1/libs/tiff-3.8.2/libtiff/libtiff.la >&5
          cc: /usr/home/ports/net/freeswitch-core-devel/work/freeswitch-1.2.1/libs/tiff-3.8.2/libtiff/libtiff.la: No such file or directory
      Signed-off-by: 's avatarStefan Knoblich <stkn@openisdn.net>
      431f7dd6
    • Seven Du's avatar
      Fix rtp payload number and possibly other params, since we ALWAYS use PCMU all… · 376f1373
      Seven Du 提交于
      Fix rtp payload number and possibly other params, since we ALWAYS use PCMU all params should be hardcoded
      376f1373
    • Brian West's avatar
      STFU already · 90ce980c
      Brian West 提交于
      90ce980c
  3. 14 8月, 2012 8 次提交
  4. 13 8月, 2012 7 次提交
  5. 12 8月, 2012 2 次提交
  6. 11 8月, 2012 4 次提交
  7. 10 8月, 2012 4 次提交
  8. 09 8月, 2012 5 次提交