I can't send SMS on indian numbers from my Twilio account

7.2k Views Asked by At

I am registered from UK in Twilio. I am using Java library for sending SMS. When i trying to send message on Indian number giving me error message like

{
  "code": 21612,
  "message": "The 'To' phone number: +91_____________, is not currently reachable using the 'From' phone number: +44____________ via SMS.",
  "more_info": "https://www.twilio.com/docs/errors/21612",
  "status": 400
}

I also read instruction of given in link https://www.twilio.com/docs/errors/21612. I also verified that number provided is a properly formatted in E.164 and Twilio also provide service for this number carrier.

I want to implement global SMS gateway. What is solution for this problem ??

2

There are 2 best solutions below

0
On BEST ANSWER

When i ask to Twilio support team they replied me that You are getting this error as UK Long numbers cannot send international sms, however numbers such as American number can do. When i tried "American number" in the "from" field i was able to sent messages to indian number.

But here is also DND(Do Not Disturb) mode problem is arise for indian numbers. DND (Do Not Disturb) enabled numbers not receive message.

2
On

can you try making sure that you have allowed geographic access to India in your Twilio account? Log into the portal, click on the drop down next to the date, choose account, then select geographic permissions, finally make sure that India has check marks allowing access to that area.

Hope this helps