774056846 преди 4 месеца
родител
ревизия
310405edf0
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      src/core/callcenter/esl/handler/channel_hangup_handler.py

+ 4 - 4
src/core/callcenter/esl/handler/channel_hangup_handler.py

@@ -94,10 +94,10 @@ class ChannelHangupHandler(EslEventHandler):
             #     return
 
             # 如果有下一步
-            next_command = call.next_commands[0] if len(call.next_commands) > 0 else None
-            if next_command:
-                self.next_cmd(call, device, next_command, cause)
-                return
+            # next_command = call.next_commands[0] if len(call.next_commands) > 0 else None
+            # if next_command:
+            #     self.next_cmd(call, device, next_command, cause)
+            #     return
 
             # 一般情况下,挂断其他所有设备
             if device.cdr_type < 4 and not call.end_time: