Sounds like your campaign probably hit a limit somewhere usually concurrency caps, retry loops, or calls hanging longer than expected, so it looks active but isn’t really progressing through the list. I’ve seen this happen a lot with larger batches where the queue just slows to a crawl without throwing obvious errors.
I’d take a quick look at your call logs and active call duration, something there is likely holding things up in the background.
If you want, I can help you pinpoint it properly, but quick one, are those remaining contacts stuck as pending or are they failing silently?
@yes