设置短信网关
我被要求创建一个短信网关架构。 基本上,我是维护呼叫中心网站的团队的一员,因此需要频繁发送(和接收)短信。
我发现“呼叫媒体”和“连接终端”是完成此类任务的最佳方法。 我还建议必须使用.NET框架,因为网关应该在WINDOWS平台上。
谁能指导我如何开始构建架构?
我对这个主题完全陌生,问题是我无法直接从互联网获得太多帮助。
i have been asked to create a SMS Gateway Architecture.
Basically i am a part of a team that maintains a Call Centre website and hence frequent SMS are to be sent(and received).
I have found out that "CALL MEDIA" and "CONNECTIVITY TERMINALS" are best ways to do such a task.
I have also been suggested that .NET framework has to be used as the gateway should be on WINDOWS platform.
Can anyone guide me how to even start with an architecture?
I am completely new to this subject matter and the thing is i couldn't get much help directly from the internet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经安装了 http://smstools3.kekekasvi.com/ ,它可以实现你所说的功能, 20 美元的 USB 调制解调器连接到服务器,然后编写一个自定义应用程序,用于将传入/传出消息队列移动到数据库中。
I have installed http://smstools3.kekekasvi.com/, which does what you are talking about, with a $20 USB modem hooked up to a server, then wrote a custom app that deals with moving the incoming/outgoing message queues into a database.
可靠地发送和接收 SMS 的最佳方式是使用专门的专业商业 SMS 提供商,例如 Esendex (http://www.esendex.com)。
您可以使用可用的 API (http://www.esendex.co.uk/Developers) 与您的呼叫中心网站集成,这将为您省去必须了解、托管和实施您自己的自定义 SMS 解决方案的麻烦。
此外,像 Esendex 这样的 SMS 网关与世界各地的移动电话网络有多个可靠的连接,这意味着您的消息将得到比您自己与 SMS 提供商创建链接更有效的处理。
如果您有任何特定的要求或场景想要解决,请随时发表评论,我会尽力提供建议以缩小您的询问范围。 (披露:我是 Esendex 的开发团队之一)
注册免费试用并尝试一下!
Sending and receiving SMS reliably is best handled by using a dedicated professional business SMS provider like Esendex (http://www.esendex.com).
You can integrate with your Call Centre website using the APIs available (http://www.esendex.co.uk/Developers) and it'll save you the headache of having to understand, host and implement your own custom SMS solution.
Also, SMS Gateways like Esendex have multiple, reliable connections to mobile phone networks around the world which means your messages will be handled more efficiently than you having to create links with SMS Providers yourself.
If there's any specific requirements or scenarios you're trying to address then feel free to comment and I'll try and advise to narrow your scope of enquiry. (Disclosure: I'm one of the development team at Esendex)
Sign up for a free trial and give it a go!