Opened 15 years ago
Closed 15 years ago
#1003 closed defect (fixed)
Miscellaneous fixes
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.5.5 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
This is the placeholder for miscellaneous fixes for this release.
Change History (7)
comment:1 Changed 15 years ago by bennylp
comment:2 Changed 15 years ago by bennylp
In r3035:
- added protection against situation when pj_sock_getsockname() returns PJ_SUCCESS but 0.0.0.0 is reported as the socket address, potentially causing SIP TCP transport to put 0.0.0.0 or empty Via address. Not sure if this situation could happen though.
comment:3 Changed 15 years ago by bennylp
In r3041:
- find out NAT type after mapped addresses for SIP/RTP/RTCP sockets have been resolved, to reduce the number of logs written during initialization hence simplifying debugging related to STUN problems
comment:4 Changed 15 years ago by bennylp
In r3043:
- fixed gcc warning about unused return value in icedemo.c
comment:5 Changed 15 years ago by bennylp
In r3045:
- fixed bug: wrong month value in PIDF timestamp generation (thanks Johan Lantz for the report)
comment:6 Changed 15 years ago by bennylp
In r3048:
- Fixed gcc warnings in activesock unit test
- 'make clean' did not clear pjsystest executable
comment:7 Changed 15 years ago by bennylp
- Milestone changed from release-1.6 to release-1.5.5
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In r3032: