We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我会用短信。 与使用机器人语音生成的 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.
您可能会考虑使用 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.
您可以使用任何其他 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.)