774056846 4 tháng trước cách đây
mục cha
commit
330f94661c
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      src/core/callcenter/acd.py
  2. 1 1
      src/core/voip/bot.py

+ 1 - 1
src/core/callcenter/acd.py

@@ -31,11 +31,11 @@ class AcdService:
 
     def transfer_to_agent(self, call_id, device_id, service_id, user_part):
         call_info = self.cache.get_call_info(call_id)
+        self.logger.info('debugger::transfer_to_agent, come in, call_id:%s, call_info:%s'%call_id, call_info)
         if not call_info:
             return
         call_info.answer_flag = AnswerFlag.TRANSFER_TO_AGENT.code
         self.cache.add_call_info(call_info)
-        self.logger.info('debugger::transfer_to_agent, come in ')
         # 1. hold住并且播放等待音
         if self.call_service.hold(call_info, device_id):
             self.client.bot_agent.self.hangup(user_part)

+ 1 - 1
src/core/voip/bot.py

@@ -365,7 +365,7 @@ class MyCall(pj.Call):
 class ToTextBotAgent:
     def __init__(self, user_asr_text, call_agent):
         if not user_asr_text or (call_agent.action and call_agent.action.action_code != 'normal'):
-            print("ASR文本为空,终止执行。")
+            # print("ASR文本为空,终止执行。")
             return
         self.call_agent = call_agent
         self.request_data = BotChatRequest(