Opened 15 years ago
Closed 15 years ago
#936 closed defect (fixed)
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: | ||
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 (4)
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)
comment:3 Changed 15 years ago by bennylp
comment:4 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2932 by ticket #917 (see ticket #917 for more info)