- Joined
- Mar 11, 2021
- Messages
- 4
- Reaction score
- 2
Hello Forum,
We are reciving telephone scam calls from a foreign callcenter, that is using spoofed caller ids. So far this callcenter was just using a single range of caller ids beginning with 04. As we usally do not recive calls from this range it did not hurt to simply block it competly using wildcards (asterisk).
Lately however we are reciving calls from almost every range of national caller ids leaving us with no way of blocking these calls without blocking a huge amount of legitimate callers.
It would be great if I could just use an regex here since the spoofed caller ids all have the same length of 10 digits, which is rather uncommon and using an regex here would minimize the amount of legitimate callers being blocked.
On the other hand maybe there are better methods for dealing with this issue I am not aware of. Our SIP-provider tells us he has no means of identifying these calls and blocking them.
Help, ideas or pointers to the right direction would be greatly appreciated.
We are reciving telephone scam calls from a foreign callcenter, that is using spoofed caller ids. So far this callcenter was just using a single range of caller ids beginning with 04. As we usally do not recive calls from this range it did not hurt to simply block it competly using wildcards (asterisk).
Lately however we are reciving calls from almost every range of national caller ids leaving us with no way of blocking these calls without blocking a huge amount of legitimate callers.
It would be great if I could just use an regex here since the spoofed caller ids all have the same length of 10 digits, which is rather uncommon and using an regex here would minimize the amount of legitimate callers being blocked.
On the other hand maybe there are better methods for dealing with this issue I am not aware of. Our SIP-provider tells us he has no means of identifying these calls and blocking them.
Help, ideas or pointers to the right direction would be greatly appreciated.

