#514 closed defect (fixed)
Bug with handling simultaneous re-INVITE (thanks Philippe Leuba) — at Version 1
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 (1)
comment:1 Changed 17 years ago by bennylp
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r1878