Ticket #936 (closed defect: fixed)

Opened 13 months ago

Last modified 11 months ago

CANCEL must be sent with TCP if the INVITE was sent with TCP because of 1300 bytes message size/MTU limit (thanks Johan Lantz for the report)

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.5
Component: pjsip Version: trunk
Keywords: Cc:

Description (last modified by bennylp) (diff)

INVITE request may be sent with TCP if it is larger than 1300 bytes, even when the original destination is UDP. In this case, CANCEL request for this INVITE must be sent with TCP too since CANCEL MUST use the same transport as the INVITE request.

See also ticket #917

Change History

Changed 13 months ago by bennylp

  • milestone changed from release-1.4 to release-1.5

Changed 11 months ago by bennylp

  • description modified (diff)

Changed 11 months ago by bennylp

Fixed in r2932 by ticket #917 (see ticket #917 for more info)

Changed 11 months ago by bennylp

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.