DavidLiu hai 3 meses
pai
achega
33475c70b3
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      src/core/voip/bot.py

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

@@ -648,10 +648,11 @@ class BotAgent:
             # 机器人主动挂机回收分机号
             self.release(user_part)
 
-    def hangup_with_timeout(self, call, timeout=5):
+    def hangup_with_timeout(self, call, call_op_param, timeout=5):
         def hangup_call():
             try:
-                call.hangup()
+                print("daviddebugger::begin hangup call")
+                call.hangup(call_op_param)
                 print("daviddebugger::success hangup call")
             except Exception as e:
                 print(f"Failed to hangup call: {e}")