#1076 closed enhancement (wontfix)
SRTP put unnecessary SDP crypto attribute in disabled SDP media (port 0)
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.7 |
Component: | pjmedia | Version: | trunk |
Keywords: | sipit26 | Cc: | |
Backport to 1.x milestone: | Backported: |
Description
Change History (2)
comment:1 Changed 14 years ago by nanang
- Resolution set to wontfix
- Status changed from new to closed
comment:2 Changed 14 years ago by nanang
Update: ticket #668 will prevent crypto attributes (cloned from offer) shown in the disabled media.
Note: See
TracTickets for help on using
tickets.
Turns out that pjmedia SDP negotiator will reject/disable media offer by cloning the media offer and set the port to 0 (see create_answer() in sdp_neg.c for detail), including crypto attribute from the offer, so the crypto was not really generated by SRTP transport, should not be a problem.