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
- Host: GitHub
- URL: https://github.com/baresip/baresip-apps
- Owner: baresip
- License: bsd-3-clause
- Created: 2021-04-28T16:59:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-06T03:58:22.000Z (2 months ago)
- Last Synced: 2025-08-06T05:31:08.576Z (2 months ago)
- Topics: auloop, b2bua, intercom, multicast, vidloop
- Language: C
- Homepage:
- Size: 189 KB
- Stars: 18
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```