The telephony packages feed for difos
On a Netgear R7000 (ARMv7) without floating point, using SpanDSP with fixed point to send/receive fax on Asterisk resulted in repeated failure and intermittent performance. Disabling fixed point fixed these issues; the software floating point implementation was fine for real-time use. Now on a Netgear R7800 (ARMv7) with hardware floating point, the autoconf auto-detect will say no floating point is available, and again enables the poor performing fixed point implementation. Ouch! |
||
---|---|---|
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.