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 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
PJSUA API 有 Python 绑定。
There are Python bindings for the PJSUA API.
Twisted 支持 SIP。太棒了
Twisted supports SIP. That's really cool
您可能想看看 Sippy。它是一个 B2BUA,底层具有完整的 SIP 堆栈实现(您可以只使用它)。它完全用 Python 编写,因此非常容易破解。 Sippy 是通过 Twisted 实现的,但不使用其任何 SIP 功能。
You might want to have a look at Sippy. It's a B2BUA with a complete SIP stack implementation underneath (you could use just that). It's written entirely in Python, so it's pretty hackable. Sippy is implemented with Twisted but uses none of its SIP functionality.