forked from tayler6000/pyVoIP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Fixed tayler6000#38 [FIX] Fixed improper error raise in SIPClient.start() [FIX] Fixed infinant loop not stopping on shutdown in SIPClient.genTag() [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 version to 1.5.5 [CHANGE] Changed docs to reflect changes.
- Loading branch information
1 parent
0541220
commit 5ca5c58
Showing
6 changed files
with
101 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters