|
@@ -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:
|