Fake caller ID on text messages using Twilio (or any other provider)

℡╲_俬逩灬. 提交于 2019-12-07 15:20:11

问题


Simple question: How can I send a text message using Twilio, or any other provider, with fake caller ID?

I'm using Twilio REST API (C#).

EDIT:

I found this company which provides this future, but they are far too pricey: http://www.smsmessagesender.com/SmsApi

Does anyone knows a better alternative?


回答1:


For the most part, it's a carrier thing. In the US, generally speaking, any SMS traffic has to be from a number you 'own'. For APIs, that would be one or more virtual numbers you purchase.

Outside the US - again, generally speaking - there's more freedom in what you can use. However, different APIs may or may not choose to expose that. For example, with Nexmo you can set the sender ID to whatever you want, with countries / carriers where that's supported.

As to what countries / carriers support a dynamic sender ID, this Nexmo Country FAQ may be helpful (even if you're using a different API).

(Disclaimer: I do some developer evangelism for Nexmo.)




回答2:


I have asked a similar question and found three services (not Twilio):

  • Nexmo
  • Plivo
  • smsmessagesender

The above services support dynamic alphanumeric sender ID for outbound SMS, so you should be able to send a combination of 11 alpha-numeric characters as the sender ID of your message. Note the emphasis on outbound SMS. It appears that receiving incoming SMS on an alphanumeric sender ID is not possible.

Edit: as mentioned in other answers, the availability of these services also depends on the laws of the jurisdiction where the services are to be used.




回答3:


Plivo allows custom caller id for calls... try it



来源:https://stackoverflow.com/questions/17219499/fake-caller-id-on-text-messages-using-twilio-or-any-other-provider

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!