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