有没有免费的库可以使用 GSM 调制解调器发送/接收短信、发送/接收电话?
我想制作一个Windows应用程序,在其中我想使用GSM调制解调器发送、接收和处理短信( 这个 ),如果您向我提供任何开源库或应用程序的链接,这将非常有帮助其作用相同。我擅长 MFC 和 Qt,因此任何 C++ 或 C 库或应用程序参考都会更好。
如果您能告诉我/提供一些有关如何进行来电处理的参考,那将是很大的帮助。我想在通话期间读取用户的键盘输入(例如按 1 for Apple 和按 2 for Microsoft )。与下一个版本一样,我想支持这一点。
I want to make a windows application in which I want to send ,receive and process SMS using GSM Modem( this one ), It would be very helpful If you provide me link to any opensource library or application which do the same. I am good in MFC and Qt, so any C++ or C library or app reference would be much better.
It would be great help, If you can tell me/Give some reference of how to do incoming call processing. I want to read user's keyboard input during call ( Like press 1 for Apple and press 2 for Microsoft ). As in next version I want to support this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于 SMS 部分,您可以使用开源 Kannel 服务器。它将与 GSM 调制解调器配合使用,并为您的应用程序提供与其交互的接口 (HTTP)。
就呼叫而言,您可能正在寻找 IVR 解决方案。您可以用其语言编写分支逻辑(语音菜单、按 1 等)。 Asterisk 似乎支持这一点,但我没有这方面的经验。
For the SMS part you can use the open source Kannel server. It will work with GSM modems and provide an interface (HTTP) for your application to interact with it.
Call wise, you are probably looking for an IVR solution. You can write the branching logic (voice menu, press 1 etc) in its language. Asterisk seems to support that but I have no experience with it.
Java 库 SMSlib 可以为 SMS 和 USSD 执行此操作。不幸的是,不支持彩信。
Java library SMSlib can do it for SMS and USSD. Unfortunately, MMS isn't supported.
对于 Windows 7/10/11,您可以使用 Standard Trade CO https: //www.alaber.org/send-and-receive-sms/index.html
该应用程序支持 SQL 集成。
For Windows 7/10/11, you can use Standard Trade CO https://www.alaber.org/send-and-receive-sms/index.html
The application support SQL integration.