Peter Wu
changed
bug 9840
What |
Removed |
Added |
Status |
CONFIRMED
|
RESOLVED
|
Resolution |
---
|
FIXED
|
Comment # 5
on bug 9840
from Peter Wu
(In reply to Jiri Novak from comment #4)
> I see only 'Establish Media Conversation' in 2.2 and master branch, no
> mentioned "Delay SDP changes for tracking media" option.
It is an option for the SIP dissector, so you must select the SIP layer in the
packet detail view instead of the packet in the packet list (which would give
you the SIP preferences).
> Never the less, the sample pcap looks decoded correctly to me in 2.2 and
> master branch.
True, because delayed tracking is disabled by default.
> What is still true is that there is no processing of provisional
> messages in SIP/SDP. So is it the reason why the bug is opened still?
> Isn't good idea to close the bug that it is fixed in newer version than
> reported 1.11?
Ok, I'll close the bug since the original issue is fixed (with a workaround).
Normally requests and 2xx responses create a new offer (with the workaround it
will directly create a media session without waiting for the answer), but for
provisional 1xx responses, by coincidence the next invocation of dissect_sdp
directly creates a media session.
(This mechanism in dissect_sdp is supposedly used for protocols like RTSP which
do not use the Offer/Answer model, see also bug 5208 for RTSP problems.)
You are receiving this mail because:
- You are watching all bug changes.