英文:
Use Twilio as a SMS gateway to SIM on a phone?
问题
在更广泛的背景下,使用Java发送短信时,可以使用Twilio来从与物理手机上的SIM卡上相同的电话号码发送消息吗?
类似于https://sms.ilpostino.com.ar/中的短信功能,其中有一个相应的应用程序,以便手机本身用作网关。
Twilio似乎是严格的 API。
英文:
In the broader context of sending SMS with Java, can Twilio be used to send messages from the same phone number as is on the SIM chip on a physical phone?
Something along the lines of https://sms.ilpostino.com.ar/ in SMS functionality, where there's a corresponding app so that the phone itself is used as a gateway.
Twilio seems to be strictly an API.
答案1
得分: 0
不,这是不可能的。如果您希望使用之前在您的SIM卡上使用的号码,您可以请求将此号码转移到Twilio。
虽然可以从已验证的号码拨打电话,但无法从这些发送者ID发送短信。
英文:
No, this is not possible. If you wish to use the number that was previous "on" your SIM card, you can request to port this number to Twilio.
While it's possible to make calls from verified numbers, it's not possible to send SMS from these sender IDs.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论