Davidliu 1 місяць тому
батько
коміт
9d07853180
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/core/callcenter/esl/client.py

+ 1 - 1
src/core/callcenter/esl/client.py

@@ -210,7 +210,7 @@ class InboundClient:
             next_command = NextCommand(device_id = device_id, next_type=NextType.NEXT_HANGUP.code)
             call_info.next_commands = [next_command]
             self.cache.add_call_info(call_info)
-            # self.dataHandleServer.update_record(call_id, status= 0)
+            self.dataHandleServer.update_record(call_id, hangup_reason= '当前坐席忙,请稍后在播。')
             self.logger.info("waitingTimeOut 开始播放结束音乐 callId:%s customerDeviceId:%s playFile:%s", call_id,
                              device_id, music_file)