Opened 15 years ago
Closed 15 years ago
#977 closed defect (fixed)
ICE does not change role to Controlling when talking to ice-lite agents (thanks Amaresh Marekar for the report)
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.5 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
ICE standard says that Answerer must change role to Controlling agent when it receives offer with "ice-lite" attribute in the SDP.
It looks like PJMEDIA's ICE transport has detected the "ice-lite" attribute in SDP, but the role change code is missing.
Change History (1)
comment:1 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2957