[asterisk-bugs] [JIRA] (ASTERISK-20988) Handling of fragmented skinny packets
Damien Wedhorn (JIRA)
noreply at issues.asterisk.org
Fri Jan 25 15:59:58 CST 2013
Damien Wedhorn created ASTERISK-20988:
-----------------------------------------
Summary: 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
Attachments: skinny-fragment01.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
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list