yate: increase max acceptable size of incoming SIP messages 649/head
authorRobert Högberg <robert.hogberg@gmail.com>
Fri, 4 Jun 2021 19:16:42 +0000 (21:16 +0200)
committerRobert Högberg <robert.hogberg@gmail.com>
Tue, 8 Jun 2021 08:30:36 +0000 (10:30 +0200)
commit621352af1571517485c5ada3b2f1afe3f8abc9c4
treef970c17c2de343baf071818957b4d950b83152ee
parente27d3ea4ebecb594cc40f3dd4ac86c052172e6de
yate: increase max acceptable size of incoming SIP messages

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>
net/yate/Makefile
net/yate/patches/120-increase-sip-message-size.patch [new file with mode: 0644]