]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10085 [mod_callcenter] fix no_answer_delay_time behavoir in ring-all strategy
authorRoman Sukhov <romsuhov@ringme.ru>
Fri, 3 Mar 2017 11:23:57 +0000 (14:23 +0300)
committerMike Jerris <mike@jerris.com>
Thu, 1 Jun 2017 20:04:51 +0000 (16:04 -0400)
src/mod/applications/mod_callcenter/mod_callcenter.c

index 82ef438ce2a22476eb66e2c61615d0e3e91d87b6..5552b5a9d935a79fa5163d86067f7ad2f8b65edd 100644 (file)
@@ -1952,6 +1952,7 @@ static void *SWITCH_THREAD_FUNC outbound_agent_thread_run(switch_thread_t *threa
 
                switch (cause) {
                        /* When we hang-up agents that did not answer in ring-all strategy */
+                       case SWITCH_CAUSE_LOSE_RACE:
                        case SWITCH_CAUSE_ORIGINATOR_CANCEL:
                                break;
                        /* Busy: Do Not Disturb, Circuit congestion */