Opened 15 years ago

Last modified 15 years ago

#936 closed defect

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) — at Version 2

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.5
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description (last modified by bennylp)

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 (2)

comment:1 Changed 15 years ago by bennylp

  • Milestone changed from release-1.4 to release-1.5

comment:2 Changed 15 years ago by bennylp

  • Description modified (diff)
Note: See TracTickets for help on using tickets.