In that case the cleanest option is a server URL webhook on your assistant every inbound call hits that endpoint first, you check the caller ID against a blocklist, and return a hang-up command before the assistant even loads. No external platform needed, just a small serverless function.
Do you have anywhere you can host a simple webhook like that?