SUPPORT.TWILIO.COM END OF LIFE NOTICE: This site, support.twilio.com, is scheduled to go End of Life on February 27, 2024. All Twilio Support content has been migrated to help.twilio.com, where you can continue to find helpful Support articles, API docs, and Twilio blog content, and escalate your issues to our Support team. We encourage you to update your bookmarks and begin using the new site today for all your Twilio Support needs.

Error 37002: "Calling Is Not Enabled on the WhatsApp Business Number"

Issue

This article guides users through resolving the error “Calling is not enabled on the business number” (Error 37002) when enabling WhatsApp Business Calling for a WhatsApp sender in Twilio. It covers troubleshooting steps, Meta Business Verification requirements, and the correct workflow for binding a TwiML Application to a WhatsApp sender.

 

Product

Programmable Voice

 

Environment

Twilio Console

 

User Account Permission/Role(s) Required 

  • Twilio Account Owner or Administrator
  • Access to Meta Business Suite with permissions to manage business verification

 

Resolution

  1. Verify Country Support
    • Ensure your WhatsApp sender’s country is supported for WhatsApp Business Calling. (Ecuador, for example, is supported.)
  2. Check Meta Business Verification Status
    • Log in to Meta Business Suite.
    • Go to Business Settings > Business Info (or Security Center).
    • Confirm your business is fully verified. If not, follow Meta’s verification process.
  3. Check Messaging Tier
    • Meta may require your WhatsApp Business Account (WABA) to have a messaging tier of at least 2,000 conversations/day for voice features.
  4. Bind the TwiML Application
    • After Meta verification is complete, bind your TwiML Application to the WhatsApp sender:
      • In the Twilio Console:
        Go to Messaging > Senders > WhatsApp Senders > Voice Endpoint Configuration, and select your TwiML Application.
      • Or via API:
        Send a POST request to
        https://messaging.twilio.com/v2/Channels/Senders/{SenderSID}with the payload:
{
 "configuration": {
   "voice_application_sid": "{TwiMLAppSID}"
 }
}
  • Confirm the configuration persists by checking the sender’s details in the Console or via a GET API request.
  1. Test WhatsApp Business Calling
    • Place a test call to verify that WhatsApp Business Calling is enabled and functioning.

 

Additional Information 

Have more questions? Submit a request
Powered by Zendesk