1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
# Changelog
## 0.3.5
- Cleanup RTP/RTCP servers on hangup
## 0.3.4
- Add tag parameter to To header if missing
- Use header values for response host and port
## 0.3.3
- Handle empty lines at start of message
## 0.3.2
- Compliant cancel message
## 0.3.1
- Add cancel_call to stop ringing
## 0.3.0
- Add support for outgoing calls (@jaminh)
## 0.2.2
- Always set `addr`
## 0.2.1
- Use Python port of deprecated `audioop` module
## 0.2.0
- Add outgoing call feature
## 0.0.8
- Close RTP socket to free port
## 0.0.7
- Ensure payload type matches everywhere
## 0.0.6
- Detect OPUS payload type
- Update receiver URI parsing
## 0.0.5
- Initial release
|