Search code examples
pythonpython-3.xsip

Direct URL SIP Client for Python3 (Windows and Linux)


I have a SIP URL. I would like to connect to this SIP URL with python. I would also like to record the session.

OS: Windows 10 (should also work on Linux)

Python Version: Python 3.8.3 64-bit


Solution

  • Solution

    Consider using python-sipsimple, which seems feature rich and fairly maintained. Instructions on installation and usage are here: https://github.com/AGProjects/python-sipsimple/tree/master/docs

    References

    SIP Simple website: https://sipsimpleclient.org SIP Simple Github: https://github.com/AGProjects/python-sipsimple