-
-
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.
[ADD] Added basic Network Address Translation.
[ADD] Added receiver thread to VoIPCall for handling future requests. [ADD] Added SIP State DB location global variable for debugging. [ADD] Added AddressType enum to support NAT-based determine_tags functions. [ADD] Added check_host function in NAT to check the AddressType of a host. [ADD] Added filtering to func test if on Windows. [ADD] Added helper variables to ensure func tests run correctly on linux. [CHANGE] Cleaned up response checks in SIP client. [CHANGE] Broke up VoIPCall init into multiple functions. [CHANGE] Changed determine_tags to use NAT. [CHANGE] Changed SIPMessage to always raise SIPParseError upon any error. [CHANGE] Added pprint option to get_database_dump. [FIX] Fixed port not showing when not 5060 in Contact header. [FIX] Fixed invites not working for UDP. [FIX] Fixed missing NSD update in VoIPPhone stop. [FIX] Fixed messages not sending when they are a UDP response. [FIX] Fixed UDP socket recv function not receiving messages missing tags. [FIX] Fixed SQL connection issues.
- Loading branch information
1 parent
e26fa04
commit 0b3f1b3
Showing
8 changed files
with
300 additions
and
153 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
Oops, something went wrong.