1. c50f81b Fixed ticket 146: Division by zero in pj_pool_factory_dump() when there is no active pool by Benny Prijono · 18 years ago
  2. 23be338 Fixed ticket #145: pj_ioqueue_poll() blocks forever because of invalid timeout value (thanks Igor S) by Benny Prijono · 18 years ago
  3. f83dc1d Fixed build error for recent STUN modifications on Unix by Benny Prijono · 18 years ago
  4. df966b8 Testing SVN post-commit hook by Benny Prijono · 18 years ago
  5. b748d29 Testing SVN post-commit hook by Benny Prijono · 18 years ago
  6. 050f1b6 Testing SVN post-commit hook by Benny Prijono · 18 years ago
  7. c09a723 Fixed ticket #142: Crash on Linux when USB sound card set as the first sound card (thanks Sergei Petrov) by Benny Prijono · 18 years ago
  8. cb04182 Fixed ticket #140: Unable to play next tone after stop is called on tone generator (thanks Antonio F. Cano) by Benny Prijono · 18 years ago
  9. cf77042 Moved stun_session from client to library by Benny Prijono · 18 years ago
  10. 60116eb Fixed ticket #138: Potential memory overwrite in pjmedia session.c (thanks David Clark) by Benny Prijono · 18 years ago
  11. e329ef8 Renamed pjstun_srv to pjstun_srv_test by Benny Prijono · 18 years ago
  12. b6f7aed Renamed pjstun_srv to pjstun_srv_test by Benny Prijono · 18 years ago
  13. 8fe2ed5 Finishing up STUN server side authentication by Benny Prijono · 18 years ago
  14. 3dc1f40 Added CRC32 code to pjlib-util, and implemented STUN FINGERPRINT and MESSAGE-INTEGRITY by Benny Prijono · 18 years ago
  15. 015cbfd Updated VS8 and EVC4 project with new STUN files and added SHA1, HMAC-MD5, and HMAC-SHA1 encryption by Benny Prijono · 18 years ago
  16. 8c6e884 Fixed ticket #136: Invalid presence entity ID when URI is specified in name-addr format by Benny Prijono · 18 years ago
  17. 8b6834f Fixed ticket #90: PUBLISH is rejected with 404 when REGISTER is challenged with 401/407 by Benny Prijono · 18 years ago
  18. d0a3585 Ticket #121 and #122: Initial implementation of generic STUN transaction, with Binding request as an example by Benny Prijono · 18 years ago
  19. 20d3672 Fixed ticket #132: dialog automatically insert Contact header when sending 3xx response (thanks Hozjan Vladimir for the report) by Benny Prijono · 18 years ago
  20. 91169ac Continuing work on the new STUN framework, partly implemented the client session by Benny Prijono · 18 years ago
  21. 14c2b86 Merged the ICE branch into the trunk by Benny Prijono · 18 years ago
  22. 392983f Fixed (and tested) ticket #112: Workaround for forking by Benny Prijono · 18 years ago
  23. 54a4f3d Fixed ticket #117: Bug in pj_array_insert() when position is equal to count-1 by Benny Prijono · 18 years ago
  24. cee199e Set version to 0.5.10.1 by Benny Prijono · 18 years ago
  25. 4624994 Fixed ticket #114: INVITE transaction is not destroyed immediately when ACK has the same branch as the INVITE by Benny Prijono · 18 years ago
  26. c111069 Fixed ticket #111: workaround for forking dialog by Benny Prijono · 18 years ago
  27. 58dbca3 Updated PJMEDIA_SOUND_BUFFER_COUNT doxygen documentation by Benny Prijono · 18 years ago
  28. a771a51 Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2007 in copyright notice in all sources by Benny Prijono · 18 years ago
  29. e282ab0 Updated INSTALL.txt by Benny Prijono · 18 years ago
  30. da275f6 Fixed various bugs in Python module by Benny Prijono · 18 years ago
  31. 8c7a617 Fixed invalid URI typecasting in Contact header generation in PJSUA-LIB by Benny Prijono · 18 years ago
  32. a70438d Related to ticket #74: reduce default number of sound buffers from 32 to 16 to reduce audio delay by Benny Prijono · 18 years ago
  33. fc49359 Check for non-SIP URI in buddy URL by Benny Prijono · 18 years ago
  34. b67eaac Tidy up the output of pjsua help screen by Benny Prijono · 18 years ago
  35. a2914f2 Added TCP transport in sipstateless sample by Benny Prijono · 18 years ago
  36. 1febfdf Fixed bug in pjsua: account config not initialized using acc_default() by Benny Prijono · 18 years ago
  37. 8f6c89f Minor change in resolver: added current TTL value when entry is picked up from the cache by Benny Prijono · 18 years ago
  38. 72c04d2 Fixed broken --auto-play command in pjsua by Benny Prijono · 18 years ago
  39. c7e2574 Fixed ticket #109: Audio saturation when level is applied to conference by Benny Prijono · 18 years ago
  40. f4721ca Fixed test.h to include all tests in pjsip test by Benny Prijono · 18 years ago
  41. 0eef2c7 Updated documentation and sample for media conference with regard to maximum value for audio level adjustment by Benny Prijono · 18 years ago
  42. 6bacafe Fixed dependency for samples project in both VS6 and VS8 workspace/solution file by Benny Prijono · 18 years ago
  43. 4abeb9b Added sleep() before destroying sound device in playfile and playsine to prevent audio stutters by Benny Prijono · 18 years ago
  44. 9fe1ad2 Fixed ticket #107: deadlock with ioqueue/IOCP unregistration when unregistration is done in the callback by Benny Prijono · 18 years ago
  45. c77fd57 More robust pjlib file test: it shouldn't leave the file on the disk if the test fails by Benny Prijono · 18 years ago
  46. 0deef10 sipstateless now takes an argument for the response code to be sent by Benny Prijono · 18 years ago
  47. d471184 Ticket #103: use Win32 native file I/O on Win32 (the VS8 project file was not updated for the Release build) by Benny Prijono · 18 years ago
  48. 2e5516e Fixed ticket #106: writing data outside buffer in Win32 error string generation by Benny Prijono · 18 years ago
  49. 83217fa Fixed ticket #105: unnecessary assert in fixed buffer based pool (pool_buf) on no memory condition by Benny Prijono · 18 years ago
  50. 53cfa71 Fixed ticket #104: pjsip_ctype_hdr_clone() doesn't duplicate media subtype by Benny Prijono · 18 years ago
  51. ad086e0 Implement ticket #103: changed autoconf script to use native Win32 file I/O on mingw and cygwin by Benny Prijono · 18 years ago
  52. ca8a54c Implement ticket #103: use native Win32 for file I/O on Win32 by Benny Prijono · 18 years ago
  53. cba59d9 Ticket #102: use PJSUA_MAX_PLAYERS and PJSUA_MAX_RECORDERS instead of hardcoded value in pjsua by Benny Prijono · 18 years ago
  54. afc47be Still on ticket #101: set TLS port to TCP port + 1 by Benny Prijono · 18 years ago
  55. e347cb0 Fixed ticket #101: PJSUA transport is not updated with correct port number if application specifies port is zero by Benny Prijono · 18 years ago
  56. ce1db76 Tidy up the configure screen output, and fixed warning about uninitialized variable in PortAudio's ALSA (which causes error with gcc -Werror option) by Benny Prijono · 18 years ago
  57. 4759f9c Fixed ticket #93: Python readline() blocks/hang because C module running on different thread is calling a blocking OS call by Benny Prijono · 18 years ago
  58. 40d2cc7 Fixed bug in Python module's normalize_stun_config(), and added Makefile for building Python module by Benny Prijono · 18 years ago
  59. 53932c0 Fixed bug in simpleua sample: shouldn't respond to ACK request! by Benny Prijono · 18 years ago
  60. f5443b2 Implement ticket #99: a more generic mechanism to implement UAC transaction timeout after provisional response is received by Benny Prijono · 18 years ago
  61. f90ef4f Fixed ticket #98: Error binding transports to specific interface in PJSUA-API by Benny Prijono · 18 years ago
  62. 92d6356 Bumped up version to 0.5.10-rc2 by Benny Prijono · 18 years ago
  63. 9c1528f Related to ticket #97: make name_addr handling more robust against possibility of bugs that someone may put another name_addr inside a name_addr by Benny Prijono · 18 years ago
  64. c2daf78 Fixed ticket #97: bug with URI/name-addr copying in strict route handling routine by Benny Prijono · 18 years ago
  65. fd928fe Fixed bug #94: wrong level adjustment calculation in conference bridge by Benny Prijono · 18 years ago
  66. 63da4ff Fixed hardcoded Linux build in Python module's setup.py by Benny Prijono · 18 years ago
  67. 8148cda Fixed ticket #92: undefined symbols when running Python application by Benny Prijono · 18 years ago
  68. 89ea3d0 py pjsua updated @ 070207 by Fahris · 18 years ago
  69. 05afd3f Changing PJLIB version to 0.5.10-rc1 to avoid confusion by Benny Prijono · 18 years ago
  70. 0f35f91 Fixed ticket #89: implement transaction timeout in REGISTER request (thanks Frank Wiersma for reporting the problem) by Benny Prijono · 18 years ago
  71. 400e58c Fixed ticket #78: Noise in conference bridge because of upsampling and changes in audio level by Benny Prijono · 18 years ago
  72. 30e6651 Fixed ticket #87: Conference bridge should transmit silence frame when level is zero and there is a transmitter by Benny Prijono · 18 years ago
  73. aa28604 Added various PJSIP constants to Python module and bugfix in call_hangup() by Benny Prijono · 18 years ago
  74. 81d89ea Updated README.txt with the latest build instructions by Benny Prijono · 18 years ago
  75. e314b88 py_pjsuaupdated 020207 by Fahris · 18 years ago
  76. ebdf877 Implement the missing pjsua_get_snd_dev() function by Benny Prijono · 18 years ago
  77. 6f35cb8 py_pjsua update 010207 by Fahris · 18 years ago
  78. 5ff6187 Fixed ticket #84: pjsua_transport_close() doesn't properly close transport (especially TLS) by Benny Prijono · 18 years ago
  79. 39ac70a Fixed ticket #85: build errors when building samples with VS6/VS8 by Benny Prijono · 18 years ago
  80. f63a255 Ticket #83: updated autoconf script to detect netinet/ip.h header (for TOS stuffs) by Benny Prijono · 18 years ago
  81. 87a0089 Implement ticket #83: socket TOS abstraction by Benny Prijono · 18 years ago
  82. 7e7c080 Fixed ticket #86: file not properly rewind-ed for the next iteration (thanks Alain Totouom again) by Benny Prijono · 18 years ago
  83. e6ead54 Updated PJSUA-API docs for Python and some bug fixes in Python module by Benny Prijono · 18 years ago
  84. 685116d Fixed ticket #86: crash in wav_playlist.c (thanks Alain Totouom for the report/fix) by Benny Prijono · 18 years ago
  85. ed7a5a7 Some simple call testing to py_pjsua and bug fixes by Benny Prijono · 18 years ago
  86. 17d9181 update py_pjsua.c 290107 by Fahris · 18 years ago
  87. b721aa3 revisi py_pjsua.c 290107 by Fahris · 18 years ago
  88. fc24e69 Fixed various gcc warnings especially related to ticket #82 when particular codecs are disabled by Benny Prijono · 18 years ago
  89. 06d1d0e Fixed ticket #82: link error when codec(s) are disabled from configure script (thanks Thomas Reitmayr) by Benny Prijono · 18 years ago
  90. fe9bffd Ticket #82: fix link errors when codecs are disabled from autoconf script by Benny Prijono · 18 years ago
  91. f265180 Fixed ticket #81: registration refresh crashed when NIC is plugged-off by Benny Prijono · 18 years ago
  92. 64df0eb Ticket #80: pj_gethostbyname() should return the appropriate native error code when it fails by Benny Prijono · 18 years ago
  93. 403e24c Ticket #78: increased PTIME in pjsua_media.c to 20ms (from 10ms) because of the noisy audio problem by Benny Prijono · 18 years ago
  94. e80cdf0 Updated doxygen documentation to version 0.5.10 by Benny Prijono · 18 years ago
  95. 4af234b Implement ticket #62: option to play tones continuously, and added --play-tone option in pjsua by Benny Prijono · 18 years ago
  96. 32e4f49 Implement ticket #77: allow specifying multiple files in pjsua by Benny Prijono · 18 years ago
  97. ac02582 Fixed ticket #76: bug in PortAudio when device is opened in non-native clock rate by Benny Prijono · 18 years ago
  98. 8963f23 More ticket #64 fix: allow whitespace after SDP media format by Benny Prijono · 18 years ago
  99. b7c7047 Fixed ticket #75: allow empty SDP format list when media port is zero by Benny Prijono · 18 years ago
  100. 258f8bc Fixed ticket #74: unstable/stutter sound on Windows Mobile (thanks ChenHuang) by Benny Prijono · 18 years ago