skip to Main Content

I’m using twillio for sending sms from a rails app.

Integration was very easy, but I found a problem. When i send a message the recipient receive an sms with a different number from the one I have configured on the twillio web interface.

In my case the recipients automatically reply to my message and I need that they reply to the twillio numbers in order to process the texts.

Twillio numbers is US based while the recipient’s number are from mexico.

2

Answers


  1. Chosen as BEST ANSWER

    Update: In some cases – and Mexico is one of this – due to some limitation from the provider of the country the Sender ID is translated to a local number. The only solution to this was to use a local Mexican Number and to do so I had to request for the Beta global numbers since Mexico numbers are not yet completely open.


  2. While not completely an answer to your issue with Twilio I can add some insights. Sending SMS’s via international numbers so non Mexican mobile subscriber numbers is inherently tricky. This is the case for most South America countries unfortunately.

    They tend to limit who can route SMS’s into the country a lot more than other countries. Therefore a lot of SMS gateway providers like Twilio instead arrange with local SMS gateways to route SMS traffic into countries like Mexico. Therefore explaining why your recipients are receiving SMS from a different originator number.

    As a side note I know of a couple of international players that also operate within South America which don’t have this issue. They are pretty easy to Google up 🙂

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search