DavidLiu 3 月之前
父節點
當前提交
66062fa476
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/voip/bot.py

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

@@ -652,6 +652,7 @@ class BotAgent:
         def hangup_call():
             try:
                 call.hangup()
+                print("daviddebugger::success hangup call")
             except Exception as e:
                 print(f"Failed to hangup call: {e}")