@@ -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}")