The telephony packages feed for difos
Some SIP UAs support lots of features and codecs which results in large SIP messages. YATE, with its default configuration, truncates and fails to parse received SIP messages which are larger than 1500 bytes. Let's increase the default max message size for OpenWrt users to make it easier to use yate out-of-the-box. The new max size of 8192 bytes has been arbitrarily chosen. I've seen the SIP UA baresip produce messages larger than 1500 bytes with its default configuration when authentication is used. Signed-off-by: Robert Högberg <robert.hogberg@gmail.com> |
||
---|---|---|
.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.