|
@@ -107,8 +107,8 @@ class ChannelHangupHandler(EslEventHandler):
|
|
|
# self.inbound_client.hangup_call(call_id, device_id, CallCause.HANGUP_EVENT)
|
|
|
|
|
|
# 全部挂机以后推送挂机状态
|
|
|
- self.logger.info('yushanghui::count %s', count)
|
|
|
- if count == 0:
|
|
|
+ self.logger.info('yushanghui::call_info.device_list %s', call_info.device_list)
|
|
|
+ if len(call_info.device_list) == 0:
|
|
|
# 计算当前通话时长
|
|
|
if call_info.answer_time:
|
|
|
call_info.end_time = timestamp
|