使用 Skype 实施紧急警报?

发布于 2024-07-17 04:21:06 字数 1542 浏览 11 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

归属感 2024-07-24 04:21:06

我会用短信。 与使用机器人语音生成的 Skype 电话相比,您可以获得更清晰的错误消息:)

只需在 google 中搜索“短信网关”即可找到运营商列表。 几乎所有这些都提供了接口的 api 和代码示例。

I would go with sms. You can have a clearer error's message than skype's phone generated with robotic voice :)

Just search google with "sms gateways", for the operator's list. Almost all of them give api and code examples for interfacing.

留一抹残留的笑 2024-07-24 04:21:06

您可能会考虑使用 Twilio 之类的系统。 尝试模拟帐户(1000 分钟免费) - 它非常强大且易于设置。

You might consider a system like Twilio instead. Try the demo account (1000 free minutes) - it's very powerful and easy to set up.

焚却相思 2024-07-24 04:21:06

您可以使用任何其他 VoIP 系统来完成此操作; 将其与 SIP 或 XMPP 网络一起破解应该相当容易,因为它们是可用于许多平台的库的标准。

但 Skype 是一个封闭的网络,具有封闭的(且受到严格保护的)二进制客户端。 即使您确实设法弄清楚如何与其进行互操作(许多人都失败了),他们也可能只是更新客户端代码以将您锁定。 Skype一点也不好玩。

目前您可以管理的最好方法是使用 UI 自动化 来模拟与真正的Skype客户端。 (恶心。)

You could do it with any other VoIP system; hacking it together with SIP or XMPP networks should be fairly easy as they are standards with libraries avaialble for many platforms.

But Skype is a closed network, with a closed (and heavily protected) binary client. Even if you did manage to work out how to interoperate with it (and many have failed), they could just update the client code to keep you locked out. Skype is no fun at all.

About the best you could manage at the moment would be to use UI automation to simulate interaction with the real Skype client. (yuck.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文