Opened 18 years ago
Closed 18 years ago
#171 closed defect (fixed)
SDP media direction negotiation bug (thanks Phil Torre)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.5.10.2 |
Component: | pjmedia | Version: | 0.5.10.1 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
The SDP negotiator (sdp_neg.c) in pjmedia ignores the local media direction preference for some cases and just responding according to remote's preference. For example, when remote asks for "sendrecv", local will respond with "sendrecv" as well even when the local SDP was created with "sendonly" or even "inactive"
Thanks Phil Torre for reporting this.
Change History (2)
comment:1 Changed 18 years ago by bennylp
- Description modified (diff)
comment:2 Changed 18 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r1057.