Opened 18 years ago
Closed 18 years ago
#280 closed defect (fixed)
Failed scenarios with CANCEL requests (thanks Esbjörn Dominique)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.6.0 |
Component: | pjsip | Version: | 0.5.10.4 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Two failed CANCEL scenarios were found:
- INVITE is sent, and gets challenged with 407. Second INVITE will be sent automatically, but CANCEL will be sent with CSeq equal to the first INVITE.
- INVITE is sent, CANCEL is sent. But when 407 is received, second INVITE will still automatically be sent.
Change History (2)
comment:1 Changed 18 years ago by bennylp
- Milestone changed from release-0.7.0-rc2 to release-0.6.0
- Version changed from trunk to 0.5.10.4
comment:2 Changed 18 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
The second issue has been fixed with r1286.
Could not reproduce the first issue.