- Allow use Prefix for Call-ID
- Support Send BYE after call invite success
- Skip wait response CANCEL if call not init
- Fixed no event loop in thread
- Fixed error when performing transactions with the server
- Fixed issue where you could not recognize sent calls/messages
- Support making calls with SIP server requires authorization
- Fixed an issue where the call status change could not be detected
- Eliminate pointless authorizations when making calls
- Rebuild the Authorization header in the correct syntax
- Support to terminal the call after making a call (Example TimeoutError)
- Fixed a bug where the CANCEL event in the call was not handled properly
- Upgrade Pipfile.lock to remove potential security problems
- Code refactoring
- A lot of bugs fixes
- Proxy support
- aiohttp dependency removed in favor of multidict
- Code refactoring
- Special thanks to Simon Gomizelj (vodik) on this release: almost come from his contributions
- First release on PyPI.