Created
June 3, 2017 19:53
-
-
Save alfredh/45a0ee451fa1b14c62020d2c2cf3b7a1 to your computer and use it in GitHub Desktop.
Baresip Echo Server config
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
# | |
# baresip configuration -- Echo server example | |
# | |
#------------------------------------------------------------------------------ | |
# Audio | |
audio_player aubridge,nil | |
audio_source aubridge,nil | |
#------------------------------------------------------------------------------ | |
# Modules | |
# Audio codec Modules (in order) | |
module g711.so | |
# Audio driver Modules | |
module aubridge.so | |
#------------------------------------------------------------------------------ | |
# Temporary Modules (loaded then unloaded) | |
module_tmp account.so | |
#------------------------------------------------------------------------------ | |
# Application Modules | |
module_app echo.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment