#838 closed defect (fixed)
Miscellaneous fixes
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | minor | Milestone: | release-1.3 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
This is placeholder for miscellaneous or minor fixes.
Change History (13)
comment:1 Changed 16 years ago by bennylp
- Priority changed from normal to minor
comment:2 Changed 16 years ago by bennylp
comment:3 Changed 16 years ago by bennylp
In r2694:
- updated TURN compatibility to draft-ietf-behave-turn-14
comment:4 Changed 16 years ago by bennylp
In r2696:
- should not print sound device creation to the log when the conference bridge is created with PJMEDIA_CONF_NO_DEVICE (thanks Fabio Cherchi for the report)
comment:5 Changed 15 years ago by bennylp
In r2737:
- minor: added link to the ticket which changed the rule of PJSUA-LIB account re-registration
comment:6 Changed 15 years ago by bennylp
In r2738:
- removed all Python doxygen comments/documentations from pjsua.h as this API has been deprecated by new Python API long time ago.
comment:7 Changed 15 years ago by bennylp
In r2749:
- protect pj_strdup() for case when source and destination string are the same pointer. Without this, destination string will contain garbage value.
comment:8 Changed 15 years ago by bennylp
comment:9 Changed 15 years ago by bennylp
In r2767:
- fixed warning about unitialized status variable with gcc in addr_resolv_symbian.cpp
comment:10 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:11 Changed 15 years ago by bennylp
In r2777:
- don't print error in MDA Symbian audio if MaiscRecordComplete?() or MaoscPlayComplete?() returns KErrCancel (-3). It always does that.
comment:12 Changed 15 years ago by nanang
In r2779:
- added libpassthroughcodec.lib into symbian_ua_gui.mmp
comment:13 Changed 15 years ago by nanang
In r2780:
- Updated symbian_ua_gui.mmp libraries order, previously there was linking error on MR when APS direct enabled.
Note: See
TracTickets for help on using
tickets.
In r2691: