#220 closed defect (fixed)
Bug in retransmission of non-INVITE SIP requests in UAC transaction (thanks Martin Peterzon)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.5.10.4 |
Component: | pjsip | Version: | 0.5.10.3 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Previously, the non-INVITE UAC transaction would stop retransmitting the request upon receiving provisional response, and it would also stop the timeout timer. This is wrong, according to RFC 3261 Section 17.1.2 Non-INVITE Client Transaction.
Thanks Martin Peterzon for pointing this out.
Change History (3)
comment:1 Changed 18 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 18 years ago by bennylp
More fixes in r1208.
Thanks Alain Totouom <atotouom at gmx de> for pointing this out.
comment:3 Changed 18 years ago by bennylp
More fixes in r1251, thanks Alain Totouom <atotouom at gmx de> again.
Note: See
TracTickets for help on using
tickets.
Committed in r1189.