Opened 8 years ago

Closed 8 years ago

Last modified 6 years ago

#1928 closed defect (fixed)

Miscellaneous fixes

Reported by: nanang Owned by: bennylp
Priority: normal Milestone: release-2.5.5
Component: common Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

Miscellaneous updates and fixes

Change History (24)

comment:1 Changed 8 years ago by nanang

In 5335:

Misc (re #1928): Updated SDP parser to be able to consume IPv6 address in RTCP line.

comment:2 follow-up: Changed 8 years ago by riza

In 5341:

Re #1928(misc) : Align Big-AES names with latest RFC.
Thanks to Alexander Traud for the patch.

comment:3 Changed 8 years ago by ming

In 5345:

Re #1928 (misc): Add doc about unimplemented config fields of CLI telnet (passwd and welcome message)

comment:4 Changed 8 years ago by ming

In 5346:

Re #1928 (misc): Fixed missing the conversion of AccountMwiConfig? in AccountConfig::toPj()

Thanks to Žarko Coklin for the patch.

comment:5 Changed 8 years ago by nanang

In 5355:

Misc (re #1928): Fixed possible linking errors with Opus codec due to library dependency order issue, this only happens on some platforms, e.g: Android NDK r10e.

comment:6 Changed 8 years ago by riza

In 5363:

Re #1928: Avoid assertion when using STUN on NAT64.

comment:7 Changed 8 years ago by riza

In 5365:

Re #1928: Allow setting opus bitrate to PJMEDIA_CODEC_OPUS_DEFAULT_BIT_RATE when calling pjmedia_codec_opus_set_default_param.
Thanks to Marcus Froeschl for the report.

comment:8 Changed 8 years ago by riza

In 5368:

Re #1928: fix silly mistake on r5365.

comment:9 Changed 8 years ago by riza

In 5371:

Re #1928: Fixed set bitrate on opus codec might not change the codec param and support opus automatic bitrate setting.

comment:10 Changed 8 years ago by riza

In 5374:

Re #1928: max_bps on the param codec needs to be set properly on Opus.

comment:11 Changed 8 years ago by nanang

In 5376:

Misc (re #1928): pj_getaddrinfo() is better to return error when no address is found, some codes in the library seem to expect pj_getaddrinfo() to behave this way.

comment:12 Changed 8 years ago by nanang

In 5377:

Misc (re #1928): Reverted back some dirty changes in r5376 about address info indexing.

comment:13 Changed 8 years ago by nanang

In 5379:

Misc (re #1928): Fixed pjlib-util-test issue on Mac due to bad socket address length param for pj_sock_bind().

comment:14 Changed 8 years ago by riza

In 5381:

Re #1928: Change the cipher on pjlib-test since DES_CBC_SHA might not be
supported on newer openssl.

comment:15 Changed 8 years ago by nanang

In 5382:

Misc (re #1928): Use host IP for SIP UDP transport address when STUN resolution fails to avoid zero address.

comment:16 Changed 8 years ago by nanang

In 5383:

Misc (re #1928): Print explicit log message about PJSUA ignoring IPv6 STUN server.

comment:17 Changed 8 years ago by nanang

In 5384:

Misc (re #1928): Cleaned up STUN transport config setup for ICE in pjsua.

comment:18 Changed 8 years ago by ming

In 5386:

Re #1928 (misc): Re #1878 (Compile time option for TCP/TLS transport to not create a listener)

When not creating a TLS listener, still call pj_ssl_sock_set_certificate(), since it will later still be used by clients.

comment:19 Changed 8 years ago by nanang

In 5389:

Misc (re #1928): Updated configure-android to add sysroot setting in CFLAGS and LDFLAGS. This update will also remove linking warning 'cannot find entry symbol _start'.

comment:20 Changed 8 years ago by nanang

In 5390:

Misc (re #1928): Added MSVC2005 project 'swig_java_pjsua2.vcproj' for building Java binding of pjsua2 via SWIG.

comment:21 Changed 8 years ago by nanang

In 5391:

Misc (re #1928): Fixed build error in Android SWIG wrapper after modification r5389 (using --sysroot instead of -I in CFLAGS).

comment:22 Changed 8 years ago by riza

In 5393:

Re #1928 (misc): Remove trailing comma that might cause --disable-libyuv to not
work.
Thanks to Kyle Kurz for the report.

comment:23 Changed 8 years ago by ming

  • Resolution set to fixed
  • Status changed from new to closed

comment:24 in reply to: ↑ 2 Changed 6 years ago by ming

Replying to riza:

In 5341:

Re #1928(misc) : Align Big-AES names with latest RFC.
Thanks to Alexander Traud for the patch.

References:
https://tools.ietf.org/html/rfc6188#section-5
https://www.iana.org/assignments/sdp-security-descriptions/sdp-security-descriptions.xhtml

Note: See TracTickets for help on using tickets.