为短信实现GSM调制解调器 [英] Implementing a GSM Modem for SMS

查看:119
本文介绍了为短信实现GSM调制解调器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

因此,我有一个网站可供1000个用户使用,可以协调活动安排.我想使我们的系统能够向用户发送SMS消息.我可以访问服务器,并且想购买并安装GSM调制解调器,而不是订阅某些SMS网关服务.到目前为止,我所收集的是我需要购买调制解调器,显然是该调制解调器的SIM卡,然后是该SIM卡的订阅.

So I've got a website that serves ~1000 users, coordinating scheduling for events. I'd like to enable our system to send SMS messages to users. I have access to the server and would like to purchase and install a GSM modem instead of subscribing to some SMS Gateway service. What I gather so far is that I need to purchase the modem, and obviously a SIM card for that modem, and then a subscription for that SIM card.

问题1可能不应该加入StackOverflow,但我还是想问一下……蜂窝服务提供商通常对发送大量SMS消息的公司或组织有独特的订阅计划吗?

Question 1 probably shouldn't go in StackOverflow, but I'll ask just in case... Do cellular service providers usually have unique subscription plans for companies or organizations sending bulk SMS messages?

问题2:GSM调制解调器需要哪种软件?一个人如何访问调制解调器?我们的服务器是传统的LAMP架构,网站是用PHP编写的.所以...原谅我...但是...我将如何使用GSM调制解调器?选项?最佳实践?

Question 2: What kind of software is needed for GSM modems? How does one access the modem? Our server is a conventional LAMP architecture, site written in PHP. So... forgive me... but... how would I utilize the GSM modem? Options? Best practice?

编辑其他一些帖子链接到

Edit Some other posts link to this post, why does it not include a GSM modem? Or am I reading this wrong.

编辑 这篇文章指的是SMS聚合器.它们是什么,它们在调制解调器或网关的决定中适合什么位置? 编辑.简而言之,就是SMS网关.

Edit This post refers to SMS Aggregators. What are they and where do they fit within the modem or gateway decision? Edit Oh. Just another word for SMS Gateway.

推荐答案

虽然我阅读了很多意见不是以使用简单的GSM电话发送批量SMS,但我已经实现了其中一些系统并且只要您遵循一些简单的规则,它们就可以很好地工作:

While I have read lots of opinions not to use simple GSM Phones to send bulk SMS, I have implemented a couple of these systems and have found them to be working quite well, as long as you follow some simple rules:

  • 使用大量电话-根据SMS的数量,每个服务器通常有2-8个电话.是的,电话有时会崩溃,我们已经看到一个简单的SE(现在不知道它的型号,我认为它是K310i)运行了多年,而且我们看到其他人每个月崩溃也超过一次.通过使用不止一部电话和组合的队列,一部死机将减少您的SMS带宽,但不会使网关停顿.
  • 当然,您可以在出队过程中进行一些成本最低的路由(请考虑不同电话的运营商),但请确保不要引入SPOF
  • 如果可能的话,请确保所有手机均具有已知良好的非品牌固件-一些提供商品牌的固件版本将通过SMS进行奇怪的操作
  • 在设计系统之前,请先考虑一下部署:在数据中心内部署GSM硬件并不容易.这可以成为表演的终结者.

注意:所有项目都在欧洲.其他地方的情况可能有所不同,特别是在法律部门.欧洲运营商TOS往往对订户更友好.

Caveat: All the projects have been in Europe. Things might be different elsewhere, especial in the legal department. European carrier TOS tend to be friendlier to subscribers.

这篇关于为短信实现GSM调制解调器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆