#1364 closed defect (fixed)
Some support for forking in Reliable Provisional Response (100rel) module
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.12 |
Component: | pjsip | Version: | 1.x-branch |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Currently the 100rel module (sip-100rel.c) does not handle forking. This caused problem such as no PRACK is sent because the second reliable provisional response contains RSeq not matching previous RSeq.
Change History (2)
comment:1 Changed 13 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 13 years ago by bennylp
Note: See
TracTickets for help on using
tickets.
(In [3743]) Added support for forking of reliable provisional response (100rel):
This closes #1364