Skip to content

Releases: tayler6000/pyVoIP

pyVoIP v1.6.5

11 Jul 05:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.4...v1.6.5

pyVoIP v1.6.5-rc.1

07 Jun 14:14
Compare
Choose a tag to compare
pyVoIP v1.6.5-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.6.4...v1.6.5-rc.1

pyVoIP v1.6.4

21 Jan 19:18
Compare
Choose a tag to compare

Fixed registration issues with some PBXs such as Fritzbox. Patch credited to @hartwigt who cited Philipp Fischer (@philipp-fischer) and Nicolas Fleiter (@epicbananana) here.

Full Changelog: v1.6.3...v1.6.4

pyVoIP v1.6.3

16 Jan 18:17
Compare
Choose a tag to compare

Full Changelog: v1.6.2...v1.6.3

pyVoIP v1.6.2

26 Sep 15:44
Compare
Choose a tag to compare

What's Changed

  • [CHANGE] new parsing of WWW-Authenticate header by @yTI0r in #67
  • [FIX] Fix regex for comma-separated values by @dermodmaster in #68

New Contributors

Full Changelog: v1.6.0...v1.6.2

pyVoIP v1.6.0

19 Sep 19:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.6...v1.6.0

pyVoIP v1.5.6

12 Sep 18:33
Compare
Choose a tag to compare

[ADD] Added timeout checking to registration and deregistration.
[FIX] Fixed minor bugs.

pyVoIP v1.5.5

16 Apr 13:56
Compare
Choose a tag to compare

[FIX] Fixed #27
[FIX] Fixed #38
[FIX] Fixed improper error raise in SIPClient.start()
[ADD] Added NoPortsAvailableError in VoIP
[ADD] Added VoIPPhone.request_port(blocking=True).
If blocking is set to false, NoPortsAvailableError may be raised,
otherwise will wait.
[ADD] Added VoIPPhone.release_ports(call: Optional[VoIPCall] = None).
If call is provided, release ports assinged to call,
Otherwise release all ports not in use.
[ADD] Added VoIPPhone._cleanup_dead_calls(). It handles dead threads.
[CHANGE] Changed VoIPCall to not take portRange. It is now pulled from VoIPPhone
[CHANGE] Changed all instances of port assignment to VoIPPhone.request_port()
[CHANGE] Changed VoIPPhone.start() to except BaseException instead of Exception
[CHANGE] Changed docs to reflect changes.

pyVoIP v1.5.4

02 Mar 06:42
Compare
Choose a tag to compare
Changing to 1.5.4 due to PyPI conflict

pyVoIP v1.5.3

16 Feb 00:08
Compare
Choose a tag to compare

Fixes in v1.5.3:
[FIXED] Fixed #18
[FIXED] Fixed #19