An open API service indexing awesome lists of open source software.

https://github.com/baresip/baresip-apps

Baresip Applications Modules
https://github.com/baresip/baresip-apps

auloop b2bua intercom multicast vidloop

Last synced: about 2 months ago
JSON representation

Baresip Applications Modules

Awesome Lists containing this project

README

          

# baresip-apps
Baresip Applications

## Building

See [Wiki: Install Stable Release](https://github.com/baresip/baresip/wiki/Install:-Stable-Release)
or [Wiki: Install GIT Version](https://github.com/baresip/baresip/wiki/Install:-GIT-Version)
for a full guide.

```bash
$ cd baresip
$ cmake -B build -DAPP_MODULES_DIR=../baresip-apps/modules -DAPP_MODULES="auloop;vidloop"
$ cmake --build build -j
```