DavidLiu 5 months ago
parent
commit
66062fa476
1 changed files with 1 additions and 0 deletions
  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}")