Opened 18 years ago
Closed 18 years ago
#94 closed defect (fixed)
Bug in level adjustment calculation in conference bridge
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.5.10 |
Component: | pjmedia | Version: | 0.5.9 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Bug in conference.c at line 1731.
The code should be:
if (itemp >= 0) level += itemp; else level -= itemp;
Thanks frank wiersma for the fix.
Change History (1)
comment:1 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 r937.