Skip to content

Avoid sending a BYE before the ACK as per RFC3261:

Andrea Gianarda requested to merge fix/405_method_not_allowed_5_4 into release/5.4

o A UA cannot send a BYE for a call until it has received an ACK for the initial INVITE. This was allowed in RFC 2543 but leads to a potential race condition.

Merge request reports