余尚辉 преди 19 часа
родител
ревизия
3fa8412159
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/core/voip/bot.py

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

@@ -192,7 +192,7 @@ class MyCall(pj.Call):
         self.wait_time = None
         self.inputType = None #记录按键类型 1为长按键类型
         self.digit = '' # 存储长按键内容
-        self.action = {}
+        self.action = None
         self.node_id= 'start'
 
         self.cur_player_file = None   #当前播放的文件
@@ -348,8 +348,8 @@ class MyCall(pj.Call):
         ToTextBotAgent(user_asr_text,self)
 
     def say_end_action(self, action):
-        print('handling_release', action)
-        action_code = action.get("action_code")
+        print('handling_release', action.action_code)
+        action_code = action.action_code
         if action_code == 'hang':  # 挂断
             action_content = action.action_content
             print(f'todo 挂电话:{action_content}')