Skip to content

Fix an issue where incoming SIP MESSAGEs request received part of a dialog are...

Simon Morlat requested to merge fix/release/4.3/in-dialog-messages into release/4.3

Fix an issue where incoming SIP MESSAGEs request received part of a dialog are always dropped starting from the second one, because they of course share the same call-id, which is used to identify duplicates.

Merge request reports