Skip to content

Instantly share code, notes, and snippets.

@alfredh
Created June 3, 2017 19:53
Show Gist options
  • Save alfredh/45a0ee451fa1b14c62020d2c2cf3b7a1 to your computer and use it in GitHub Desktop.
Save alfredh/45a0ee451fa1b14c62020d2c2cf3b7a1 to your computer and use it in GitHub Desktop.
Baresip Echo Server config
#
# 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