Search code examples
twiliotwilio-twiml

Twilio Prevent From Dialing Specific Numbers In Twilio Console


Is there anyway to create a block list in twilio dashboard from dialing or making outbound call.


Solution

  • Since the Developer is control of calling the API, you can place a check before you execute an API call to see if the party is allowed to call a specific number.

    Twilio Console does provide Voice Geographic Permissions that allowed you to restrict calling to specific countries.