如何通过一个电话号码向2个不同的用户显示2条回复
我有一个网站,允许用户向任何收件人发送短信。 如果有 2 个用户使用相同的电话号码向同一收件人发送消息, 用户A向Mr.Dot发送“Hello”。 用户B也向Mr.Dot发送“你好吗”。
当 Mr.Dot 回复这两条消息时,如何向网站中的正确用户显示唯一的消息?
Mr.Dot 向用户 A 回复“嗨”,向用户 B 回复“我很好”。 如何让用户 A 只读取“嗨”而用户 B 只读取“我很好”?可以这样做吗?
感谢您的每一个回复。
I have a website which allow user to send sms to any recipients.
If there are 2 users sent a message to a same recipient using a same phone number ,
user A send "Hello" to Mr.Dot.
user B send "How are you" to Mr.Dot too.
When Mr.Dot reply both of these messages , how can I show the only message to the correct user in the website?
Mr.Dot reply "Hi" to user A and "I'm fine" to user B.
How can user A read only the "Hi" and user B read only the "I'm fine"? Is it possible to do so?
Thanks for every reply .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
某些 SMS 聚合服务允许您执行 SMS 欺骗(指定客户发件人 ID 或“发件人”号码)。一些示例:
往往有一些相当严格的用途(由于它可能被滥用) 为了)。某些国家/地区禁止欺骗,因此您需要检查当地法律。
您可能可以指定用户 A 发送的消息来自他自己的号码的手机号码,这样任何回复都会直接返回到他自己的手机上。用户 B 也是如此。
Some SMS aggregation services allow you to perform SMS spoofing (specify a customer sender id or 'from' number). Some examples:
There tend to be some fairly restrictive uses applied to this (due to the potential abuse that it can be used for). Certain countries/states forbid spoofing so you'll need to check up on your local laws
You could, possibly, specify the cell phone number the message from User A was from his own number, so any replies go straight back to his own cellphone. And the same for User B.