1. 6a46488 More ticket #982: added MWI support for Python by Benny Prijono · 15 years ago
  2. 4dd961b Implement ticket #982: Support for SIP Message Summary/Message Waiting Indication (MWI, RFC 3842) by Benny Prijono · 15 years ago
  3. 4d79b0f Initial commit for ticket #950: QoS support: by Benny Prijono · 15 years ago
  4. 73bb723 Initial commit for ticket #937: Revamping of presence management to make it more efficient by Benny Prijono · 15 years ago
  5. 140beae Ticket #951 (misc fixes): - fixed misc compiler warnings with gcc on Linux by Benny Prijono · 15 years ago
  6. 6c62bf4 Ticket #957: Initial version of TLS transport for Symbian, includes: by Nanang Izzuddin · 15 years ago
  7. 0079ac3 More #956: added admin commands and html mode by Benny Prijono · 15 years ago
  8. 8b9f008 Ticket #956: confbot application, initial version by Benny Prijono · 15 years ago
  9. f5dd34e Ticket #955 (fixes and enhancements to Python module): by Benny Prijono · 15 years ago
  10. 2d1a94b Ticket #955 (fixes and enhancements to Python module): by Benny Prijono · 15 years ago
  11. 71b602b Misc (#951): r2906 accidentally left STEREO_DEMO option ON in pjsua by Benny Prijono · 15 years ago
  12. 8ccd428 Misc (ticket #951): fixed crash in pjsua application during shutdown with STEREO_DEO (thanks Andreas Ahland for the report) by Benny Prijono · 15 years ago
  13. 8085b51 Ticket #833: Updated dump-config in pjsua app to include Session Timer settings (and 100rel). by Nanang Izzuddin · 15 years ago
  14. ec5fb81 Misc (ticket #915): added reload command in pjsua to shutdown and reinitialize the library by Benny Prijono · 15 years ago
  15. 70dfc27 Bug fix for ticket #833 (session timer support) by Benny Prijono · 15 years ago
  16. bb995fd Ticket #866: Allow application to specify more than one STUN servers for more robustness, and continue application startup if STUN resolution fails by Benny Prijono · 15 years ago
  17. 0ea0ead Misc fix (ticket #915): Fixed bug of a wrong check variable used in writing playback_lat setting in pjsua app (thanks Wolfgang Fritz for the fix). by Nanang Izzuddin · 15 years ago
  18. 65add62 Ticket #833: by Nanang Izzuddin · 15 years ago
  19. 59dffb1 Ticket #833: by Nanang Izzuddin · 15 years ago
  20. 7e8e0c1 More ticket #925: added compile time option to enable verbose logging output, and one more fix about samples_per_frame mismatch by Benny Prijono · 15 years ago
  21. e2c7e85 Ticket #930: by Nanang Izzuddin · 15 years ago
  22. 1f47f3f Ticket #925: New application to simulate network and system impairments to see how it affects the audio quality by Benny Prijono · 15 years ago
  23. dbf4cb9 More ticket #920: fixed wrong latency calculation when there is loud noise in the start of recording by Benny Prijono · 15 years ago
  24. 258dc21 More ticket #720: added Win32 target in VS2005 project by Benny Prijono · 15 years ago
  25. 5a8663a More ticket #920: fixed VS directory output for WM6 Pro by Benny Prijono · 15 years ago
  26. ff64ccf More ticket #920: fix latency calculation not able to calculate latency higher than 500ms and added copyright info in source files by Benny Prijono · 15 years ago
  27. 7b40c6c Ticket #920: New pjsystest application for testing target system/device. Initial work on Win32 and WM by Benny Prijono · 15 years ago
  28. d06d8c5 Related to #911: by Benny Prijono · 15 years ago
  29. d687a50 Ticket #909: by Nanang Izzuddin · 15 years ago
  30. 940d3f6 Ticket #758: by Nanang Izzuddin · 15 years ago
  31. 7433b1e Misc (#838): Updated symbian_ua_gui.mmp libraries order, previously there was linking error on MR when APS direct enabled. by Nanang Izzuddin · 15 years ago
  32. 530820e Misc (#838): Added libpassthroughcodec.lib into symbian_ua_gui.mmp. by Nanang Izzuddin · 15 years ago
  33. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  34. b696ced Ticket #847: Fixed audio device settings/macros in symbian_ua_gui.mmp. by Nanang Izzuddin · 15 years ago
  35. c91cd64 Ticket #818: by Nanang Izzuddin · 15 years ago
  36. 494ff7f Ticket #818: by Nanang Izzuddin · 15 years ago
  37. fb4b4e1 Part of #706, #809: fix Python module build error and added python_pjsua to the main .sln by Benny Prijono · 15 years ago
  38. 7f02df4 Ticket #772 (misc fix): Reverted back symbian_ua app UID to use unprotected/development UID range to avoid installation problem when installer is self-signed. by Nanang Izzuddin · 15 years ago
  39. 8267464 Ticket #810 and part of #706: changed samples output directory to bin/samples/$TARGET by Benny Prijono · 15 years ago
  40. c95649b More ticket #774: added g722.1/Siren7/Siren14 codecs to Symbian by Benny Prijono · 15 years ago
  41. dc8c490 More ticket #706: renamed output names from vs8 to vc8 to make it backward compatible by Benny Prijono · 15 years ago
  42. f10b04b Ticket #706: Merged branch vs-reorg2 into trunk: by Nanang Izzuddin · 15 years ago
  43. c0a146a Updated output & intermediate dir settings in samples.vcproj for WM platforms (just for directory cleanness). by Nanang Izzuddin · 15 years ago
  44. 679bdb7 Added 'combo' lib project that bundles all pjproject libraries into a single 'big' library. by Nanang Izzuddin · 15 years ago
  45. 2e4f03f Cleaned up bunch of compile warnings. Special for libgsmcodec, its warning level is reduced from 4 to 3. by Nanang Izzuddin · 15 years ago
  46. c2d3bc6 - Added some missing 'output' directories & set svn:ignore attribute. by Nanang Izzuddin · 15 years ago
  47. 7efa2d6 Ticket #798: UAC disconnect call when receiving BYE in early state (thanks Gang Liu for the suggestion) by Benny Prijono · 15 years ago
  48. 89c273e Initial VS settings for all platforms. by Nanang Izzuddin · 15 years ago
  49. fe8e582 More ticket #706: removed all currently unsupported platforms such as WM 2003 from all projects and solution, to remove Mixed Platforms which is suspected to have caused VS to hang. These platforms will be re-added again later by Benny Prijono · 15 years ago
  50. 00fdd88 Ticket #706: by Nanang Izzuddin · 15 years ago
  51. 0cf8d05 Ticket #706: Merged branch vs-reorg into trunk: by Nanang Izzuddin · 15 years ago
  52. 432dd25 #792: Updated samples makefile to sync output file name format as other projects, removed Mixed Platform from VS Solution. by Nanang Izzuddin · 15 years ago
  53. 0ed1df0 #792: Resetted DeleteExtensionsOnClean setting for pjsua_wince. by Nanang Izzuddin · 15 years ago
  54. 721c0f0 #792 work in progress testing simple proj change by Perry Ismangil · 15 years ago
  55. 5ac6cdf #792: Fixed WM6 build configs, updated svn prop for pjsua_wince & pocketpj. by Nanang Izzuddin · 15 years ago
  56. 57ccc7f #792: Updated output file name: use short platform name wm6std/pro & replace hyphen with dash. by Nanang Izzuddin · 15 years ago
  57. 50a7530 #792 work in progress by Perry Ismangil · 15 years ago
  58. ae0e64b #792: updated pocketpj & pjsua_wince so it's runable in Release & Debug config. by Nanang Izzuddin · 15 years ago
  59. c2856f7 #792: initial config for WM6 apps, added PocketPj & pjsua_wince by Nanang Izzuddin · 15 years ago
  60. 29b6baf #792: Renamed test_pjsip to pjsip_test, updated some missing settings for Win32 platform. by Nanang Izzuddin · 15 years ago
  61. 6ae3846 #792: Updated property sheet win32-common and updated some projects settings by Nanang Izzuddin · 15 years ago
  62. 740891e #792 work in progress: all vcproj now has property sheets wired in. by Perry Ismangil · 15 years ago
  63. a5c1abf Added sample of ps inherited from another ps. by Nanang Izzuddin · 15 years ago
  64. 56e380a Ticket #774: by Nanang Izzuddin · 15 years ago
  65. 3ec27ba More ticket #780: more work on icedemo sample application by Benny Prijono · 15 years ago
  66. 0023877 Ticket #780: initial work on an ICE demo app by Benny Prijono · 15 years ago
  67. aedca3a Branching for #706 work on reorganisation of Visual Studio projects by Perry Ismangil · 15 years ago
  68. 05d1769 #706 work in progress: all Win32 projects now have all 6 configs. Settings not correct yet. by Perry Ismangil · 15 years ago
  69. ef13917 Misc (ticket #772): removed pasound.c and wmme_sound.c from pjmedia eVC4 project, and added pjmedia_auddev_wince to wince_demos eVC4 workspace and fix the pjsua_wince project dependency by Benny Prijono · 15 years ago
  70. 8972bf0 Ticket #776: IPv6 option in pjsua by Benny Prijono · 15 years ago
  71. a2591fe Misc (ticket #772): added pjmedia-audiodev to pjsip_apps VS6 workspace by Benny Prijono · 15 years ago
  72. 45f2f35 Misc (ticket #772): bug in pjsua application when reading the URL from the buddy list, causing corrupt/invalid URI to be returned by Benny Prijono · 15 years ago
  73. 045ce3e Misc (ticket #772): added pjmedia-audiodev dependency for PocketPJ in EVC4 workspace by Benny Prijono · 15 years ago
  74. 7433805 Addition of Debug-Static, Debug-Dynamic, Release-Static, and Release-Dynamic build configuration for Visual Studio, for Win32 target by Perry Ismangil · 15 years ago
  75. fc96d5b Ticket #771 (auddev-misc): Minor fix in auddemo menu. by Nanang Izzuddin · 15 years ago
  76. 21286f2 Ticket #771 (auddev-misc): by Nanang Izzuddin · 15 years ago
  77. eaed311 Ticket #737: Updated eVC 4 projects to support for the new audio device API. by Nanang Izzuddin · 16 years ago
  78. 51fc47f Fixed warnings about unchecked fgets() return value with gcc 4 by Benny Prijono · 16 years ago
  79. a3aa6f9 Ticket #737: Minor fix for auddemo.c, disable its log color (that may cause log unreadable on bright/white shell background). by Nanang Izzuddin · 16 years ago
  80. 11951c3 Ticket #716 (app misc): fixed info of ilbc default mode in pjsua app menu. by Nanang Izzuddin · 16 years ago
  81. 9920dc3 (Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-direct branch to trunk. by Benny Prijono · 16 years ago
  82. d9e8dfe Initial fixes for ticket #747: bugs in parsing SIP torture messages (RFC 4475): by Benny Prijono · 16 years ago
  83. fa92382 - updated delay statistic calculations to use pj_math_stat, also added by Nanang Izzuddin · 16 years ago
  84. ccd90bb Continuing task #741 for aps-direct: updated GNU build system for the new audiodev by Benny Prijono · 16 years ago
  85. 08694ea - Added feature to increase/decrease output volume in symbian_ua by Nanang Izzuddin · 16 years ago
  86. fcb92d0 - updated APS set_cap() to store output volume setting into stream param. by Nanang Izzuddin · 16 years ago
  87. da37ea3 - Fixed compile errors/warnings for Symbian targets. by Nanang Izzuddin · 16 years ago
  88. a377597 - Fixed player callback (for PCM) of APS aud dev to zero-fill the buffer whenever it gets non-audio frame type. by Nanang Izzuddin · 16 years ago
  89. 90b8320 Ticket #732: by Nanang Izzuddin · 16 years ago
  90. 0cb3b02 Added one new pjsua-lib API to get audio device stream instance, also added its usage sample for audio routing in symbian_ua. by Nanang Izzuddin · 16 years ago
  91. a940b36 - Updated Symbian bld.inf & MMP projects to use new audio framework. by Nanang Izzuddin · 16 years ago
  92. 10454dc Updated libraries and applications to use the new Audio Device API by Benny Prijono · 16 years ago
  93. 555139d Updated audio test by Benny Prijono · 16 years ago
  94. e3ebd55 Added audiotest and initial work on audio demo sample by Benny Prijono · 16 years ago
  95. 452b66b - Updated audio route API for Symbian APS. by Nanang Izzuddin · 16 years ago
  96. fe02a06 - Added APS-direct sound device management into pjsua-lib (and removed it from apps). by Nanang Izzuddin · 16 years ago
  97. f863ca3 Added bitrate and vad info in pjmedia_format, and changed audio route to use enumeration rather than boolean by Benny Prijono · 16 years ago
  98. 83457d5 Changed term 'fourcc' to 'format' and few minor fixes/updates. by Nanang Izzuddin · 16 years ago
  99. b995a38 Bug in APS-Direct emulation in sound_port causing crash and tick noise, and handle wideband audio in APS-Direct emulation in pjsua_app.c by Benny Prijono · 16 years ago
  100. b7dfc9c Added APS-Direct emulation to sound port and pjsua_app.c, also fixed miscellaneous compilation warnings by Benny Prijono · 16 years ago