mirror of
https://git.openwrt.org/feed/telephony.git
synced 2025-01-09 04:09:47 +08:00
ceec95d92d
This is meant as a replacement for restund. By default, sqlite3 support is enabled. The DBs to use can be freely changed in menuselect, though. sqlite3 is enabled by default as it is the upstream default DB. The package installs turnserver, which includes an init script. Options can be set via /etc/config/turnserver and /etc/turnserver.conf. turnserver is started as root and later drops privileges to user/group turnserver/turnserver. DB schemas etc. get installed to /usr/share/coturn. The default DB path is set to /etc/turnserver, to avoid volatile /var on OpenWrt. /etc/turnserver is created and permissions are automatically set to only allow access for user turnserver (done via fakeroot). The utilities coturn provides are installed as well. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net> |
||
---|---|---|
.github | ||
libs | ||
net | ||
MAINTAINERS | ||
README.md |
Telephony packages feed
Description
This is an OpenWrt package feed containing community maintained telephony packages.
Usage
To use these packages, add the following line to the feeds.conf in the OpenWrt buildroot:
src-git telephony https://github.com/openwrt/telephony.git
This feed should be included and enabled by default in the OpenWrt buildroot. To install all its package definitions, run:
./scripts/feeds update telephony
./scripts/feeds install -a -p telephony
The telephony packages should now appear in menuconfig.