From b9a37aea9cd7655df94c69283295c729f297849b Mon Sep 17 00:00:00 2001 From: Dev PC Date: Mon, 4 Aug 2025 20:34:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D0=BB?= =?UTF-8?q?=D0=BE=D0=B3=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asterisk_ami.py | 1 + 1 file changed, 1 insertion(+) diff --git a/asterisk_ami.py b/asterisk_ami.py index a9477d1..1e00d8e 100644 --- a/asterisk_ami.py +++ b/asterisk_ami.py @@ -59,6 +59,7 @@ async def ami_listening(): while True: now = datetime.now() if now.hour == 23 and now.minute == 0 and now.second < 5: + logger.info("Checking pending calls...") await callhandler.check_pending() await asyncio.sleep(60) else: