Opened 17 years ago
Closed 17 years ago
#426 closed defect (fixed)
Respond incoming CANCEL with no matching INVITE with 481 (thanks Sergey Bakulin)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.9.0 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Previously sip_inv.c respond this CANCEL with 200/OK.
Change History (1)
comment:1 Changed 17 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in r1597.
Also changed other places in sip_inv.c to avoid terminating the session when 481 response is received for CANCEL (see RFC 5057).