-
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CHANGE] Began migration from SIPClient.recv to handle_new_connection
[CHANGE] Added VoIPConnection to callback in VoIPPhone [CHANGE] Changed _callback_MSG_Invite to use VoIPConnection instead of creating a new dialog [CHANGE] Changed _create_call to be PEP8 compliant [CHANGE] Moved TCP/TLS recv and UDP recv code to different functions for better readability and maintainability [FIX] Fixed errors if calling RTP.stop when not started [FIX] Fixed issue with code not responding to SIP_STATE_DB_LOCATION [REMOVE] Removed call re-negotiation code as it seemed to not work as intended
- Loading branch information
1 parent
9fed4a0
commit 0902757
Showing
4 changed files
with
131 additions
and
110 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
Oops, something went wrong.