Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yate: increase max acceptable size of incoming SIP messages #649

Merged
merged 1 commit into from
Jun 11, 2021

Commits on Jun 8, 2021

  1. 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>
    robho committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    621352a View commit details
    Browse the repository at this point in the history