Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#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

In r2903:

  • use UPPERCASE characters in transport type in SIP Via header, some endpoints complain about it (thanks Tzury Bar Yochay and Alain Totouom for the report)

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

In r2907:

  • r2906 accidentally left STEREO_DEMO option ON in pjsua

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 14 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 14 years ago by nanang

In r2975:

  • Fixed pjmedia Makefile build config to clean pjmedia-audiodev component properly.

comment:12 Changed 14 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 14 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 14 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 14 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 14 years ago by bennylp

In r2997:

  • compilation warnings about unused local variables in passthrough codec

comment:17 Changed 14 years ago by bennylp

In r3004:

  • added missing bidirectional.o in PJMEDIA Makefile (thanks Thomas Falk for the report)

comment:18 Changed 14 years ago by bennylp

In r3005:

  • fixed misc compilation warnings with gcc

comment:19 Changed 14 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 14 years ago by nanang

In r3011:

  • Fixed wrong media order in SDP response checking in python test script sendto/126.

comment:21 Changed 14 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 14 years ago by bennylp

In r3013:

  • undo r3012, and silently adjust max_calls to PJSUA_MAX_CALLS instead if it is greater (thanks Robbie Hanson for the suggestion)

comment:23 Changed 14 years ago by nanang

In r3014:

  • Updated local SDP answer reference in SDP neg test related to fix in #964.

comment:24 Changed 14 years ago by nanang

In r3015:

  • Fixed compile warning in jbuf of possible usage of uninitialized variable.

comment:25 Changed 14 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 14 years ago by bennylp

In r3023:

  • fixed compilation warning on Win32 Release build
Note: See TracTickets for help on using tickets.