We are getting automated calls coming to twillio. We do have openvbx installed. I am trying to figure out how I can block calls with incoming DID that have 111, 110, or 101 in the beginning. I know how to input static numbers in openvbx and I can successfully block them.
Any help would be appreciated.
2
Answers
I guess there is no support for openvbx on here and from twilio. To post a question here on stackoverflow and tag it openvbx it said I needed to have a certain number of points. I am new to this so my account has no points.
Anyways I solved my own question. Here is the explanation to other users looking for a similar solution.
You need to edit plugins/standard/applets/start/twiml.php in your openvbx installation and make it the code below. I hope there is more support out there for openvbx.
Hi Twilio Customer Support here.
Have you thought about using the Twilio verb? It will allow you to build a list of numbers you do not wish to receive calls from:
https://www.twilio.com/docs/api/twiml/reject
https://www.twilio.com/docs/howto/reject
Regards,
Tom