Symptoms
The SIP parser is designed to drop incorrectly formatted messages. In certain cases, the parser is unable to resume parsing once the incorrect message is dropped.
Impact
In certain setups where a connection is used for multiple messages or calls, a bad message could keep subsequent messages from being forwarded.
Conditions
If multiple messages are received on the same connections, an incorrect messing on the connection may clog the parser and subsequent messages will not be parsed.
Fix Information
After a dropped message, parser is returned to a state where it is waiting for the next message.