The telephony packages feed for difos
procd runs as pid 1. When freeswitch realizes that its parent has pid 1, it thinks that it has been orphaned and terminates the console thread. That's why procd isn't able to get freeswitch's console output. This commit mutes the check in src/switch_console.c. Now console output is properly logged. The workaround parameters "-nc -nf" are replaced by a proper "-c" ("console"). Additionally this commit hands control over killing freeswitch to procd. It's no longer done by the script. This simplifies things quite a bit. 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.