1. 01 9月, 2016 1 次提交
    • Chris Rienzo's avatar
      FS-9472 [core] Add originate_retry_timeout and originate_retry_min_period_ms · 4620f107
      Chris Rienzo 提交于
        originate_retry_timeout : maximum duration in seconds to allow retry attempts to occur.
              On expiration, this will not stop an in progress attempt, it will only prevent a
              retry attempt from starting. This value works together with originate_retries.
      
        originate_retry_min_period_ms : minimum spacing between retry attempts.  This prevents
              retries from flooding an enpoint when it rejects quickly.
      4620f107
  2. 31 8月, 2016 4 次提交
  3. 29 8月, 2016 2 次提交
  4. 26 8月, 2016 1 次提交
  5. 24 8月, 2016 1 次提交
    • Italo Rossi's avatar
      FS-7706 [mod_callcenter] Hangup agent channel if we failed to bridge it with member channel. · 10800169
      Italo Rossi 提交于
      The member can hangup the call while we are playing the outbound announce audio to the agent, this
      patch detects this and properly hangup the agent channel to avoid keeping it up with
      just a silence call since there's no active bridge.
      
      The agent-bridge-end event now has CC-Agent-Bridged: true if the bridge successfully happens,
      variable cc_agent_bridged was added so we can track this in the agent and member CDRs.
      
      If you want to play an audio to the agent to indicate the member hangup the call before the bridge
      set the variable cc_bridge_failed_outbound_announce, for example:
      <action application="set" data="cc_bridge_failed_outbound_announce=tone_stream://%(250,250,425);loops=3"/>
      or
      <action application="set" data="cc_bridge_failed_outbound_announce=your-caller-has-gone-away-audio"/>
      prior to calling callcenter application.
      
      These variables are documented at https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter
      10800169
  6. 23 8月, 2016 2 次提交
  7. 22 8月, 2016 7 次提交
  8. 21 8月, 2016 1 次提交
  9. 20 8月, 2016 7 次提交
  10. 19 8月, 2016 6 次提交
  11. 18 8月, 2016 4 次提交
  12. 17 8月, 2016 4 次提交