Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up page for voice calls #36

Open
sw00d opened this issue Jul 21, 2023 · 0 comments
Open

Set up page for voice calls #36

sw00d opened this issue Jul 21, 2023 · 0 comments

Comments

@sw00d
Copy link
Owner

sw00d commented Jul 21, 2023

If you want to effectively block all voice calls, you can do the following:

Go to the Twilio Console's Active Numbers page (https://www.twilio.com/console/phone-numbers/incoming).
Click on the phone number you want to modify.
Under "Voice & Fax" section, find the "A CALL COMES IN" option.
Set this to 'Webhook' and provide a URL to a TwiML bin that you've set up to reject all calls. For example, this TwiML would reject all calls:
xml

<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Reject reason="busy"/>
</Response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant