1. 28add7e Ticket #873: Include the parsed XML tuple in the pjsip_pres_status, and include it in the pjsua_buddy_info in PJSUA-LIB, in case the PIDF document contains other info that is needed by application (thanks Johan Lantz for the suggestion) by Benny Prijono · 15 years ago
  2. e90a39c Ticket #883: by Nanang Izzuddin · 15 years ago
  3. 4ff93f4 Ticket #884: Fixed codecs (that use pjmedia VAD) to avoid generating keep-alive frames/payload when PJMEDIA_CODEC_MAX_SILENCE_PERIOD is set to -1. by Nanang Izzuddin · 15 years ago
  4. c7fe30d Ticket #883: Added user defined NAT hole-punching and keep-alive mechanism to media stream. by Nanang Izzuddin · 15 years ago
  5. 7082b26 Ticket #882: Added check of active call count before auto-close sound device. by Nanang Izzuddin · 15 years ago
  6. 1b5536e Ticket #830: Fixed noise from EC by keeping the playing frames unmodified (pjmedia_delay_buf_put() may modify the input frames and there is a case that the modified frames are not aligned anymore). by Nanang Izzuddin · 15 years ago
  7. 816f646 Ticket #831: Added compile-time option to disable/prevent transport switching to TCP. by Nanang Izzuddin · 15 years ago
  8. 67cdbe2 Ticket #879: Reverted back changes in r2747, r2748, r2751. by Nanang Izzuddin · 15 years ago
  9. b4d22b0 More ticket #869: Added PJSIP_PUBLISHC_DELAY_BEFORE_REFRESH configuration by Benny Prijono · 15 years ago
  10. aff5b59 Ticket #844: Assertion in on_rx_rtp(transport_udp.c) possibly due to race condition (thanks Peter Cai and Michael Broughton for the report) by Benny Prijono · 15 years ago
  11. e086013 Ticket #880: Pressing call hold twice in pjsua will cause call to be unheld by Benny Prijono · 15 years ago
  12. 6a1fcf4 More ticket #879: by Benny Prijono · 15 years ago
  13. 19eeb6e Ticket #860: by Benny Prijono · 15 years ago
  14. 7764f17 Misc (ticket #838): by Benny Prijono · 15 years ago
  15. 57cab34 Ticket #879: by Nanang Izzuddin · 15 years ago
  16. 6b9e93b Ticket #879: by Nanang Izzuddin · 15 years ago
  17. 1880f91 Ticket #861: IPv6: when an IPv6 URI has ";transport=udp" parameter, the resolver will use IPv4 transport and it will fail to resolve the URI by Benny Prijono · 15 years ago
  18. 84d2493 Ticket #863: Account may always re-register with IPv6, due to string comparison of IPv6 address. Note: this needs ticket #878) by Benny Prijono · 15 years ago
  19. 844f828 More ticket #878 (New PJLIB API to parse socket address string): by Benny Prijono · 15 years ago
  20. 0f4b9db Ticket #878: New PJLIB API to parse socket address string by Benny Prijono · 15 years ago
  21. d65f78c More ticket #876: - fixed crash when null-audio is used with switchboard by Benny Prijono · 15 years ago
  22. 23ea21a Ticket #876: Second call fails to open the sound device event when --null-audio is set by Benny Prijono · 15 years ago
  23. debe8e1 Ticket #853: ./configure with --disable-sound argument does not work by Benny Prijono · 15 years ago
  24. 7ee5f5e Ticket #822: Retransmit provisional response every 1 minute by Benny Prijono · 15 years ago
  25. 58163a2 Misc (ticket #838): removed all Python doxygen comments/documentations from pjsua.h as these has been deprecated by new Python abstraction long time ago by Benny Prijono · 15 years ago
  26. 44e42e1 Misc (ticket #838): added link to the ticket which changed the account re-registration rule by Benny Prijono · 15 years ago
  27. b1c81ec Related to ticket #841: fixed one more compilation warning by Benny Prijono · 15 years ago
  28. 5fe0314 Ticket #874: Updated some pjmedia codecs to maintain timestamp. by Nanang Izzuddin · 15 years ago
  29. 0b9da64 Ticket #793: Updated (IPP) AMR codec to choose mode in the mode-set based on default mode setting. by Nanang Izzuddin · 15 years ago
  30. 18a9ef1 Ticket #793: Updated (IPP) AMR codec to choose the highest mode in mode-set. by Nanang Izzuddin · 15 years ago
  31. 25bc205 Ticket #870: Changed the mapping of host resolution failure to SIP status code 502 from 503 (thanks Robert Cichielo for the report) by Benny Prijono · 15 years ago
  32. 9792573 Ticket #841: Added config to expand G722.1 functions as inline, default value is 1/true (expand as inline). by Nanang Izzuddin · 15 years ago
  33. cf2e673 Ticket #869: Make various event/presence subscription time settings configurable (thanks Johan Lantz for the suggestion) by Benny Prijono · 15 years ago
  34. adb0495 More ticket #868: compilation error due to changes in pj_xml_find() function by Benny Prijono · 15 years ago
  35. c24ead6 Ticket #834: by Nanang Izzuddin · 15 years ago
  36. ecc183e Ticket #868: Added functions to search XML child nodes recursively by Benny Prijono · 15 years ago
  37. 9f25ec0 Ticket #862: Updated validations of SRTP crypto attribute. by Nanang Izzuddin · 15 years ago
  38. 38faa59 Ticket #849: Updated warning log level and message. by Nanang Izzuddin · 15 years ago
  39. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  40. 63c6ed3 Added copyright statements by Perry Ismangil · 15 years ago
  41. b696ced Ticket #847: Fixed audio device settings/macros in symbian_ua_gui.mmp. by Nanang Izzuddin · 15 years ago
  42. 1e08e4f Fixed ticket #845: Crash in 100rel after CANCEL is received and 487 is sent (thanks Gang Liu for the report) by Benny Prijono · 15 years ago
  43. f82645e Minor (#838): 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) by Benny Prijono · 15 years ago
  44. c6ff4b8 Ticket #842: Error parsing status line in sipfrag message body in call transfer scenario (thanks Tomáš Valenta for the report!) by Benny Prijono · 15 years ago
  45. ae720ab Minor (#838): updated TURN compatibility to draft-ietf-behave-turn-14 (from draft-turn-13) by Benny Prijono · 15 years ago
  46. 7925fb3 Ticket #840: Update in pjnath-test to support updated TURN draft by Benny Prijono · 15 years ago
  47. 5c173cc Fixed ticket #839: Crash in TURN lookup_ch_by_addr() function when sending data by Benny Prijono · 15 years ago
  48. 11e7123 Minor fixes (#838): const correctness in some function call arguments@ by Benny Prijono · 15 years ago
  49. 5cd804a Fixed ticket #836: SHA1 encryption may corrupt STUN packets with MESSAGE-INTEGRITY. Also added unit test to verify this behavior by Benny Prijono · 15 years ago
  50. 8c67a3a Updated version to 1.2-trunk by Benny Prijono · 15 years ago
  51. cf4be39 Changed version to 1.2 by Benny Prijono · 15 years ago
  52. dbe3f4b Ticket #827: Option in PJSUA-LIB logging config to append existing log file (thanks Robert Cichielo for the suggestion) by Benny Prijono · 15 years ago
  53. f501166 Ticket #820: Fixed sound port to return zero-filled audio frame when there is 'problem' getting frame from remote port ('no_frame' label), this seems to fix stutter noise issue on Mac. by Nanang Izzuddin · 15 years ago
  54. 449f85f Ticket #829: modify all applications in VS 2005 build settings to depend on libpjproject only. by Nanang Izzuddin · 15 years ago
  55. aaba990 Ticket #828: Set linking target machine to ARM on WM2003 property sheet. by Nanang Izzuddin · 15 years ago
  56. 4578eb5 More ticket #825: added pointer to the ticket number in the comment. by Benny Prijono · 15 years ago
  57. 53e968d Ticket #825: FILE_APPEND_DATA is not valid on Smartphone/Pocket PC2003 and Windows Mobile 5, so remove the flag when PJ_WIN32_WINCE is set (thanks Robert Cichielo for the suggestion) by Benny Prijono · 15 years ago
  58. e3cddc8 Ticket #774: Minor update in G722.1 default setting in pjmedia codec's config.h: removed phrase 'under development', G722.1 remains disabled by default. by Nanang Izzuddin · 15 years ago
  59. 0f711b4 Ticket #824: Race condition in sound auto-close feature may cause sound device to not be opened by Benny Prijono · 15 years ago
  60. c91cd64 Ticket #818: by Nanang Izzuddin · 15 years ago
  61. 551ace8 Ticket #819: by Nanang Izzuddin · 15 years ago
  62. 494ff7f Ticket #818: by Nanang Izzuddin · 15 years ago
  63. 2eabad9 More ticket #774: fixed G.722.1 compilation warnings on linux/gcc-4.3.2 by Benny Prijono · 15 years ago
  64. fb4b4e1 Part of #706, #809: fix Python module build error and added python_pjsua to the main .sln by Benny Prijono · 15 years ago
  65. 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
  66. d5190be Ticket #762: Fixed jitter buffer in handling DTX with relative short period of 'keep alive', e.g: Speex DTX seems to periodically send a keep alive frame every 20 silence frames. by Nanang Izzuddin · 15 years ago
  67. d97dfc6 More ticket #774: - set default compilation flags -O2 for G.722.1 on Symbian by Benny Prijono · 15 years ago
  68. e641a74 Fixed ticket #815: Re-INVITE transactions takes too long to be cleared when failed final response is received, causing application to unable to send subsequent re-INVITE (thanks Ruud Klaver for the patch) by Benny Prijono · 15 years ago
  69. 8267464 Ticket #810 and part of #706: changed samples output directory to bin/samples/$TARGET by Benny Prijono · 15 years ago
  70. 3105be6 Fixed ticket #812: Noise with Symbian MDA sound backend when making a call by Benny Prijono · 15 years ago
  71. dc61a2e Ticket #757: - put the default IP as the first host candidate by Benny Prijono · 15 years ago
  72. c95649b More ticket #774: added g722.1/Siren7/Siren14 codecs to Symbian by Benny Prijono · 15 years ago
  73. c8fe3df Fixed compilation error on Symbian caused by ticket #794 by Benny Prijono · 15 years ago
  74. dc8c490 More ticket #706: renamed output names from vs8 to vc8 to make it backward compatible by Benny Prijono · 15 years ago
  75. 1a2f739 Ticket #706: by Nanang Izzuddin · 15 years ago
  76. 39d733b Ticket #762: Cleaned up jbuf.c of unused function jb_framelist_origin(). by Nanang Izzuddin · 15 years ago
  77. 53984d1 Ticket #760: Enhancements to PUBLISH management (thanks Johan Lantz for the suggestion) by Benny Prijono · 15 years ago
  78. f10b04b Ticket #706: Merged branch vs-reorg2 into trunk: by Nanang Izzuddin · 15 years ago
  79. c0a146a Updated output & intermediate dir settings in samples.vcproj for WM platforms (just for directory cleanness). by Nanang Izzuddin · 15 years ago
  80. 679bdb7 Added 'combo' lib project that bundles all pjproject libraries into a single 'big' library. by Nanang Izzuddin · 15 years ago
  81. 039081f More cleaning up on compile warning. by Nanang Izzuddin · 15 years ago
  82. 27fc143 Ticket #800: Change in IP address selection algorithm (the pj_gethostip() function): by Benny Prijono · 15 years ago
  83. 0bf58b4 Cleaned up config's build & deploy settings in configuration manager. by Nanang Izzuddin · 15 years ago
  84. 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
  85. 33ab7aa Added some header files into project. by Nanang Izzuddin · 15 years ago
  86. c2d3bc6 - Added some missing 'output' directories & set svn:ignore attribute. by Nanang Izzuddin · 15 years ago
  87. 81a99c3 Ticket #693: Allow incoming MESSAGE request without message body by Benny Prijono · 15 years ago
  88. 7efa2d6 Ticket #798: UAC disconnect call when receiving BYE in early state (thanks Gang Liu for the suggestion) by Benny Prijono · 15 years ago
  89. 89c273e Initial VS settings for all platforms. by Nanang Izzuddin · 15 years ago
  90. 38bf20f Creating another branch for vs-reorg. by Nanang Izzuddin · 15 years ago
  91. 006a4e8 Fixed ticket #506: Behavior when cancelling INVITE before provisional response is received by Benny Prijono · 15 years ago
  92. 99b0437 Fixed ticket #503: Handle the case when CANCEL is responded with 200/OK but 487 is not sent by Benny Prijono · 15 years ago
  93. 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
  94. f802b56 #792 work in progress testing sln change: remove solution items and no mixed platforms by Perry Ismangil · 15 years ago
  95. 60e31fc Fixed ticket #794: Bug with generating SDP version in origin line (thanks Joel Dodson for the report) by Benny Prijono · 15 years ago
  96. 8440eee Part of ticket #780: enhance the PJNATH doxygen documentation by Benny Prijono · 15 years ago
  97. c62cc77 Ticket #706: Recleaned up configuration manager settings, make sure all platform-config combinations are set up properly. by Nanang Izzuddin · 15 years ago
  98. 00fdd88 Ticket #706: by Nanang Izzuddin · 15 years ago
  99. a30474a Ticket #774: Replaced abort() & printf(), which caused linking error on WM platforms, with pj_assert(). by Nanang Izzuddin · 15 years ago
  100. 0cf8d05 Ticket #706: Merged branch vs-reorg into trunk: by Nanang Izzuddin · 15 years ago