[asterisk-bugs] [JIRA] (ASTERISK-20988) Handling of fragmented skinny packets

Damien Wedhorn (JIRA) noreply at issues.asterisk.org
Wed Dec 18 21:15:03 CST 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-20988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damien Wedhorn closed ASTERISK-20988.
-------------------------------------

                  Resolution: Fixed
    Target Release Version/s: 12.0.0
                              SVN

Fragmented packets are handled correctly in 12 and SVN. Noticed several in my logs and they're being handled properly. As such, closing this as resolved.
                
> Handling of fragmented skinny packets
> -------------------------------------
>
>                 Key: ASTERISK-20988
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20988
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_skinny
>    Affects Versions: SVN, 12, 11.3.0
>            Reporter: Damien Wedhorn
>            Assignee: Damien Wedhorn
>      Target Release: SVN, 12.0.0
>
>         Attachments: skinny-fragment01.diff, skinny-fragment02.diff
>
>
> It seems that just after registering, some devices send a large packet that become fragmented. Current code occassionally closes the session as it doesn't receive enough data.
> This is all speculative as I can't reproduce the problem, but with some extra debugging info from snuff, It looks like under certain circumstances the read only gets the info in the first packet (was something like 1452 read from 1800 sent). This patch keeps on reading until it gets sufficient data.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list