Opened 15 years ago
Closed 15 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 15 years ago by bennylp
comment:2 Changed 15 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 15 years ago by bennylp
- 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 15 years ago by nanang
In r3072:
- missed PLC availability check in stream get_frame_ext().
comment:5 Changed 15 years ago by bennylp
In r3073:
- incoming call event is not detected by PocketPJ sample application
comment:6 Changed 15 years ago by bennylp
In r3088:
- PJLIB does not return the correct error code when TCP connection fails on Linux
comment:7 Changed 15 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 15 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 15 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 15 years ago by bennylp
In r3109:
- fixed wrong documentation of pjsua_acc_config.allow_contact_rewrite
comment:11 Changed 15 years ago by bennylp
In 3118:
- added more documentation for PJNATH_EICEFAILED error code
comment:12 Changed 15 years ago by bennylp
In r3132:
- added *.plg to svn:ignore property in g7221 build directory
comment:13 Changed 15 years ago by bennylp
In r3141:
- added aectest to samples build
comment:14 Changed 15 years ago by bennylp
In r3142:
- fixed wrong Unix detection in Python automated test
comment:15 Changed 15 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 15 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 15 years ago by bennylp
comment:18 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In r3060: