使用 Python 与实体电话进行语音通话
我想知道是否存在在Python中拨打语音电话(拨打实际号码)的解决方案。
I am wondering whether there exists a solution for placing voice calls (calling actual numbers) in Python.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个怎么样?它似乎允许您使用会话启动协议 (SIP) 进行呼叫。显然,您需要在某处运行 SIP 服务器。
How about this? It seems to allow you to make calls using Session Initiation Protocol (SIP). Obviously, you need to have an SIP server running somewhere.