Opened 13 years ago
Closed 13 years ago
#1385 closed defect (fixed)
Bug in SDP negotiation when generating answer with prefer_remote_codec==0 (thanks Régis Montoy for the report)
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.12 |
Component: | pjmedia | Version: | 1.x-branch |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Sample cases:
- 'AMR/8000' (master/local-preanswer) vs 'AMR/8000/1' (slave/remote-offer): not match, while it should.
- 'AMR/8000/1' (master/local-preanswer) vs 'AMR/8000/2' (slave/remote-offer): match, while it shouldn't.
The original report can be found here.
Change History (1)
comment:1 Changed 13 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3812]) Fixed #1385: fixed match_offer() of SDP negotiator in comparing rtpmap encoding params (specifying channel count) in preanswer and remote-offer.