1. 06 3月, 2014 11 次提交
  2. 05 3月, 2014 17 次提交
  3. 04 3月, 2014 8 次提交
  4. 03 3月, 2014 4 次提交
    • Travis Cross's avatar
      Preserve value of send_silence_when_idle if possible · 20da5525
      Travis Cross 提交于
      In commit 55d01d3d we set
      send_silence_when_idle to -1 rather than 400 when SRTP is engaged.
      But this left no way to enable white noise silence when desired.
      
      When SRTP is engaged we can't simply not send RTP because it breaks
      too many devices.  So we need to prevent send_silence_when_idle from
      being unset or being set to zero.  This change allows it to be set to
      other values so as to feed white noise rather than all zeros into the
      codec.
      20da5525
    • Travis Cross's avatar
      Fix handling of send_silence_when_idle==0 in switch_ivr_sleep · 11ca1a2b
      Travis Cross 提交于
      When the channel variable send_silence_when_idle was set to zero,
      switch_ivr_sleep was calling SWITCH_IVR_VERIFY_SILENCE_DIVISOR on it
      anyway, causing it to be set to 400.  The only way to get the behavior
      of not sending silence when idle was to unset the variable completely.
      
      This corrects the behavior such that setting the value to zero has the
      same effect as leaving it unset.
      11ca1a2b
    • Michael Jerris's avatar
      silence autoconf warnings · 3dd36873
      Michael Jerris 提交于
      3dd36873
    • Anthony Minessale's avatar
      add timeout <seconds> to mod_curl api call · 6ef3f7bd
      Anthony Minessale 提交于
      6ef3f7bd