Changes between Initial Version and Version 2 of Ticket #1857
- Timestamp:
- Jun 12, 2015 3:27:49 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1857
- Property Status changed from new to closed
- Property Resolution changed from to fixed
-
Ticket #1857 – Description
initial v2 9 9 However, on the above case, B hangup and got delayed until ACK is received. 10 10 When the timeout occur, the stack tried to hangup but still got delayed. 11 This is because, the hangup cause cannot be changed due to this check on inv_set_cause11 This is because, BYE can only be sent on a confirmed dialog (see #1712) also the hangup cause cannot be changed due to this check on inv_set_cause 12 12 {{{ 13 13 (cause_code > inv->cause)