#514 closed defect (fixed)
Bug with handling simultaneous re-INVITE (thanks Philippe Leuba)
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 (last modified by bennylp)
The invite session (sip_inv.c) didn't save outgoing re-INVITE in inv->invite_tsx, hence it fails to detect that another INVITE transaction is in progress before it sends another re-INVITE.
Thanks Philippe Leuba for reporting this bug.
Change History (3)
comment:1 Changed 17 years ago by bennylp
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 17 years ago by bennylp
In r1896:
- Fixed bug in the fix: it cases invite session to refuse to send CANCEL!
comment:3 Changed 17 years ago by bennylp
In r1902:
- bug in previous fix caused invite session to unable to respond to authentication in re-INVITE
Note: See
TracTickets for help on using
tickets.
Fixed in r1878