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: