Opened 14 years ago

Closed 14 years ago

#1026 closed defect (fixed)

Miscellaneous fixes

Reported by: bennylp Owned by: bennylp
Priority: minor Milestone: release-1.6
Component: common Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

This is the placeholder for miscellaneous or minor fixes

Change History (18)

comment:1 Changed 14 years ago by bennylp

In r3060:

  • remove the code in pjsip_transport_udp.c that silently set SO_SNDBUF/SO_RCVBUF as it's not that useful for clients anyway and it would print error message on many platforms that don't support it, causing many concerns from users

comment:2 Changed 14 years ago by bennylp

In r3066:

  • Wrong endianness detection for Motorola m68k architecture in pj/config.h (thanks Andreas Wehrmann for the report)

comment:3 Changed 14 years ago by bennylp

r3070:

  • initialize display field of SIP name address to NULL, as some libc library (mingw with gcc4, msvcrt) has some problem with sprintf with zero length and invalid pointer (thanks Klaus Darilion for the report)

comment:4 Changed 14 years ago by nanang

In r3072:

  • missed PLC availability check in stream get_frame_ext().

comment:5 Changed 14 years ago by bennylp

In r3073:

  • incoming call event is not detected by PocketPJ sample application

comment:6 Changed 14 years ago by bennylp

In r3088:

  • PJLIB does not return the correct error code when TCP connection fails on Linux

comment:7 Changed 14 years ago by bennylp

In r3093:

  • swap the order of --dis-codec and --add-codec execution in pjsua, so that user can now enable specific codecs by specifying "--dis-codec * --add-codec THECODEC"

comment:8 Changed 14 years ago by bennylp

In r3101:

  • Fixed minor bug: custom ICE priority table must not assign greater priority for SRFLX than PRFLX candidate type (thanks Saúl Ibarra Corretgé for the report)

comment:9 Changed 14 years ago by bennylp

In r3104:

  • added svn_add.bat and svn_pset.bat, utilities to add new source files to repository

comment:10 Changed 14 years ago by bennylp

In r3109:

  • fixed wrong documentation of pjsua_acc_config.allow_contact_rewrite

comment:11 Changed 14 years ago by bennylp

In 3118:

  • added more documentation for PJNATH_EICEFAILED error code

comment:12 Changed 14 years ago by bennylp

In r3132:

  • added *.plg to svn:ignore property in g7221 build directory

comment:13 Changed 14 years ago by bennylp

In r3141:

  • added aectest to samples build

comment:14 Changed 14 years ago by bennylp

In r3142:

  • fixed wrong Unix detection in Python automated test

comment:15 Changed 14 years ago by nanang

In r3146:

  • moved payload type of G726-32 from static (was 2) to dynamic, and also disabled some more L16 codecs (thanks Bram Kuijvenhoven for the report).

comment:16 Changed 14 years ago by nanang

In r3148, fixed build problems on Symbian S60 5th edition:

  • link error undefined reference to `.L23' in function pjsip_cred_info_cmp() (thanks Ken Fish for the report).
  • compile error unable to convert pj_uint32_t to pjsip_transport_state.

comment:17 Changed 14 years ago by bennylp

(In [3152]) Miscellaneous fix (refs #1026): added svn ignore spec to depend file under g7221 directory

comment:18 Changed 14 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.