Skip to content

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

Simon Morlat requested to merge fix/in-dialog-sip-message into release/4.4

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