为 Python3(Windows 和 Linux)直接 URL SIP 客户端

Direct URL SIP Client for Python3 (Windows and Linux)

我有一个 SIP URL。我想用 python 连接到这个 SIP URL。我也想录一下。

OS: Windows 10(也应该适用于 Linux)

Python 版本:Python 3.8.3 64 位

解决方案

考虑使用 python-sipsimple,它似乎功能丰富且维护良好。安装和使用说明在这里:https://github.com/AGProjects/python-sipsimple/tree/master/docs

参考资料

SIP 简单网站:https://sipsimpleclient.org SIP 简单 Github: https://github.com/AGProjects/python-sipsimple