-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIP #68
Conversation
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
Owner
doe300
commented
Feb 20, 2016
- Implemented SIP as configuration mode, see Implement SIP #64
- Added host-name resolution
- Added playback-listener as listener on status of communication
- Merged file-configuration with parameter-configuration
- Added codecs G.711 A-law and mu-law
- Added STUN to determine external IP-address of local network
- Added TCPWrapper
- Added dynamic playout point adaption and improved loss concealent, see Improve RTPBuffer #24 and Improve package loss concealment #57
- Implemented DTX
- Made RtAudio/Opus optional
- Implemented wrapper for PortAudio
- A lot of fixes and other improvements
Extended Utility to provide additional network-info and added test-cases
…evice Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
…ocal linphone-client Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
SIPHandler now prints agreed upon configuration Signed-off-by:doe300 <[email protected]>
…stem libraries, skipping compiling the provided code made opus optional, so the codec will be disabled, if no opus library (system or supplied) is found Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
Added option to build with debug-symbols Signed-off-by:doe300 <[email protected]>
Fixed default gain for SIP-configuration Signed-off-by:doe300 <[email protected]>
… access to audio-devices Removed hard dependencies to RtAudio.h in configurations Signed-off-by:doe300 <[email protected]>
Moved some methods from RTAudioWrapper to AudioHandler Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
Added PortAudio to Readme Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
Fixed SIP-tests Signed-off-by:doe300 <[email protected]>
Added NetworkGrammars to check syntax of network-related values Signed-off-by:doe300 <[email protected]>
Improved error-handling for SIP Added tests for grammar checks Fixed bugs in NetworkGrammars Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
improved SIP grammar check Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
…ailable settings Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
Added local buffer to PortAudioWrapper Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
Signed-off-by:doe300 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.