#951 closed defect (fixed)
Miscellaneous fixes
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | minor | Milestone: | release-1.5 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
This is placeholder for miscellaneous/minor fixes.
Change History (26)
comment:1 Changed 15 years ago by bennylp
comment:2 Changed 15 years ago by bennylp
In r2906
- fixed crash in pjsua application during shutdown with STEREO_DEO (thanks Andreas Ahland for the report). The STEREO_DEMO in pjsua application was not an accomplished one. It crashed because during shutdown pjsua destroy the app pool without unregistering the splitcomb channel from the bridge first, and that's because the app doesn't keep the splitcomb instance in the first place. Thanks Andreas Ahland for the report.
comment:3 Changed 15 years ago by bennylp
comment:4 Changed 15 years ago by bennylp
In r2908:
- Updated the doxygen comment/documentation in pj_gethostname() that specying IPv4 address will fail on some platforms (e.g. Windows). Thanks Robert Cichielo for the report.
comment:5 Changed 15 years ago by bennylp
In r2923:
- increase CSeq on retrying MESSAGE request due to 401/407 response (thanks Rafael Maia for the report)
comment:6 Changed 15 years ago by nanang
In r2925:
- WMME dev should zero-fill WAVEFORMATEX as much as WAVEFORMATEX struct size, instead of just PCMWAVEFORMAT size, as it potentially leads to WAVERR_BADFORMAT when it is used in opening audio device (thanks Johan Lantz for the report).
comment:7 Changed 15 years ago by bennylp
In r2938:
- fixed misc compiler warnings with gcc on Linux
comment:8 Changed 15 years ago by bennylp
In r2949:
- pool that is used to add missing ";lr" parameter in the Route URI is not destroyed in PJSUA-LIB, causing potential memory leak
comment:9 Changed 15 years ago by bennylp
In r2954:
added couple of SIPp scenario XML files for future use:
- uac-subscribe.xml: generic subscriber
- uac-options.xml: send OPTIONS
comment:10 Changed 15 years ago by nanang
In r2969:
- Updated active socket to keep passing the packet pointer, instead of NULL, when connection is closed/error and no remainder data, as application, e.g: SSL sock, may need to have access on it.
comment:11 Changed 15 years ago by nanang
In r2975:
- Fixed pjmedia Makefile build config to clean pjmedia-audiodev component properly.
comment:12 Changed 15 years ago by bennylp
In r2978:
- renamed "mips" variable in pjmedia MIPS test since it conflicts with some internal name in MIPS target (thanks Antonio Anton for the report)
comment:13 Changed 15 years ago by nanang
In r2983:
- Fixed possible random/unexpected pairs generated in ioqueue tcp unit test (such case was occured when test was performed using IOCP ioqueue on Vista).
comment:14 Changed 15 years ago by bennylp
In r2991: fixes to pjsystest
- added the missing build target on the Makefile build system
- added alternative search path for the WAV files
comment:15 Changed 15 years ago by nanang
In r2996:
- Fixed pjsua bug RTP timestamp & sequence resetted after hold-resume (thanks Nikolay Popok for the report).
comment:16 Changed 15 years ago by bennylp
In r2997:
- compilation warnings about unused local variables in passthrough codec
comment:17 Changed 15 years ago by bennylp
In r3004:
- added missing bidirectional.o in PJMEDIA Makefile (thanks Thomas Falk for the report)
comment:18 Changed 15 years ago by bennylp
In r3005:
- fixed misc compilation warnings with gcc
comment:19 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
In r3006:
- fixed misc compilation warning on gcc/Linux
comment:20 Changed 15 years ago by nanang
In r3011:
- Fixed wrong media order in SDP response checking in python test script sendto/126.
comment:21 Changed 15 years ago by bennylp
In r3012:
- check when app specifies max_calls that is greater than PJSUA_MAX_CALLS (thanks Robbie Hanson for the report)
comment:22 Changed 15 years ago by bennylp
comment:23 Changed 15 years ago by nanang
comment:24 Changed 15 years ago by nanang
In r3015:
- Fixed compile warning in jbuf of possible usage of uninitialized variable.
comment:25 Changed 15 years ago by nanang
In r3017:
- Compile warning in norm_s() in g7221 basic_op.c, expression always results false, codec vector test done on win64 and mac.
comment:26 Changed 15 years ago by bennylp
In r3023:
- fixed compilation warning on Win32 Release build
Note: See
TracTickets for help on using
tickets.
In r2903: