Opened 17 years ago
Closed 17 years ago
#488 closed defect (fixed)
When outgoing request within dialog is responded with 481 or 408, should send BYE after terminating dialog (thanks Philippe Leuba)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | major | Milestone: | release-0.9.0 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
When we send an INFO request in an INVITE initiated dialog and receive back a 481 or 408 response, the stack invokes the on_state_changed() callback of the invite session with the PJSIP_INV_STATE_DISCONNECTED state.
This result in the termination of the dialog and is compliant with section 12.2.1.2 of RFC 3261, however a BYE request is not sent.
Change History (2)
comment:1 Changed 17 years ago by bennylp
- Priority changed from normal to major
comment:2 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 r1814