From 30206ea5637cf172bb2fc6456b2e883ec497a518 Mon Sep 17 00:00:00 2001 From: Dev PC Date: Tue, 5 Aug 2025 10:21:21 +0300 Subject: [PATCH] debug3 --- call_handler.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/call_handler.py b/call_handler.py index ab2fb46..2501249 100644 --- a/call_handler.py +++ b/call_handler.py @@ -62,6 +62,10 @@ class CallHandler: f"Internal call, Adding to finished: ID={linkedid}" ) self.finished.append(linkedid) + if config.DEBUG: + logging.info( + f"Not 'from-trunk': ID={linkedid}, Context={context}" + ) return event_channel = event.get("Channel") if len(event_channel) < 7 or (