
Update: that pure Python SIP project I mentioned here is now in alpha
Some time ago I posted here about building a pure Python SIP library because I got frustrated with the current ecosystem.
I honestly expected it to stay a side experiment.
But I kept working on it, mostly because it came from a real business telephony problem I needed to solve.
Now it’s at alpha stage and stable enough for basic testing.
Current features:
- SIP signaling
- RTP audio
- stable 2-way audio
- UDP transport
- REGISTER / INVITE / BYE
pip install opensip
https://pypi.org/project/opensip/
Still alpha.
Not production-ready.
Would love honest feedback from people who’ve suffered through SIP hell 😄