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
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
SIP Simple website: https://sipsimpleclient.org SIP Simple Github: https://github.com/AGProjects/python-sipsimple