1. cee199e Set version to 0.5.10.1 by Benny Prijono · 18 years ago
  2. 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
  3. c111069 Fixed ticket #111: workaround for forking dialog by Benny Prijono · 18 years ago
  4. 58dbca3 Updated PJMEDIA_SOUND_BUFFER_COUNT doxygen documentation by Benny Prijono · 18 years ago
  5. 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
  6. e282ab0 Updated INSTALL.txt by Benny Prijono · 18 years ago
  7. da275f6 Fixed various bugs in Python module by Benny Prijono · 18 years ago
  8. 8c7a617 Fixed invalid URI typecasting in Contact header generation in PJSUA-LIB by Benny Prijono · 18 years ago
  9. 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
  10. fc49359 Check for non-SIP URI in buddy URL by Benny Prijono · 18 years ago
  11. b67eaac Tidy up the output of pjsua help screen by Benny Prijono · 18 years ago
  12. a2914f2 Added TCP transport in sipstateless sample by Benny Prijono · 18 years ago
  13. 1febfdf Fixed bug in pjsua: account config not initialized using acc_default() by Benny Prijono · 18 years ago
  14. 8f6c89f Minor change in resolver: added current TTL value when entry is picked up from the cache by Benny Prijono · 18 years ago
  15. 72c04d2 Fixed broken --auto-play command in pjsua by Benny Prijono · 18 years ago
  16. c7e2574 Fixed ticket #109: Audio saturation when level is applied to conference by Benny Prijono · 18 years ago
  17. f4721ca Fixed test.h to include all tests in pjsip test by Benny Prijono · 18 years ago
  18. 0eef2c7 Updated documentation and sample for media conference with regard to maximum value for audio level adjustment by Benny Prijono · 18 years ago
  19. 6bacafe Fixed dependency for samples project in both VS6 and VS8 workspace/solution file by Benny Prijono · 18 years ago
  20. 4abeb9b Added sleep() before destroying sound device in playfile and playsine to prevent audio stutters by Benny Prijono · 18 years ago
  21. 9fe1ad2 Fixed ticket #107: deadlock with ioqueue/IOCP unregistration when unregistration is done in the callback by Benny Prijono · 18 years ago
  22. 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
  23. 0deef10 sipstateless now takes an argument for the response code to be sent by Benny Prijono · 18 years ago
  24. 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
  25. 2e5516e Fixed ticket #106: writing data outside buffer in Win32 error string generation by Benny Prijono · 18 years ago
  26. 83217fa Fixed ticket #105: unnecessary assert in fixed buffer based pool (pool_buf) on no memory condition by Benny Prijono · 18 years ago
  27. 53cfa71 Fixed ticket #104: pjsip_ctype_hdr_clone() doesn't duplicate media subtype by Benny Prijono · 18 years ago
  28. ad086e0 Implement ticket #103: changed autoconf script to use native Win32 file I/O on mingw and cygwin by Benny Prijono · 18 years ago
  29. ca8a54c Implement ticket #103: use native Win32 for file I/O on Win32 by Benny Prijono · 18 years ago
  30. cba59d9 Ticket #102: use PJSUA_MAX_PLAYERS and PJSUA_MAX_RECORDERS instead of hardcoded value in pjsua by Benny Prijono · 18 years ago
  31. afc47be Still on ticket #101: set TLS port to TCP port + 1 by Benny Prijono · 18 years ago
  32. 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
  33. 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
  34. 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
  35. 40d2cc7 Fixed bug in Python module's normalize_stun_config(), and added Makefile for building Python module by Benny Prijono · 18 years ago
  36. 53932c0 Fixed bug in simpleua sample: shouldn't respond to ACK request! by Benny Prijono · 18 years ago
  37. f5443b2 Implement ticket #99: a more generic mechanism to implement UAC transaction timeout after provisional response is received by Benny Prijono · 18 years ago
  38. f90ef4f Fixed ticket #98: Error binding transports to specific interface in PJSUA-API by Benny Prijono · 18 years ago
  39. 92d6356 Bumped up version to 0.5.10-rc2 by Benny Prijono · 18 years ago
  40. 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
  41. c2daf78 Fixed ticket #97: bug with URI/name-addr copying in strict route handling routine by Benny Prijono · 18 years ago
  42. fd928fe Fixed bug #94: wrong level adjustment calculation in conference bridge by Benny Prijono · 18 years ago
  43. 63da4ff Fixed hardcoded Linux build in Python module's setup.py by Benny Prijono · 18 years ago
  44. 8148cda Fixed ticket #92: undefined symbols when running Python application by Benny Prijono · 18 years ago
  45. 89ea3d0 py pjsua updated @ 070207 by Fahris · 18 years ago
  46. 05afd3f Changing PJLIB version to 0.5.10-rc1 to avoid confusion by Benny Prijono · 18 years ago
  47. 0f35f91 Fixed ticket #89: implement transaction timeout in REGISTER request (thanks Frank Wiersma for reporting the problem) by Benny Prijono · 18 years ago
  48. 400e58c Fixed ticket #78: Noise in conference bridge because of upsampling and changes in audio level by Benny Prijono · 18 years ago
  49. 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
  50. aa28604 Added various PJSIP constants to Python module and bugfix in call_hangup() by Benny Prijono · 18 years ago
  51. 81d89ea Updated README.txt with the latest build instructions by Benny Prijono · 18 years ago
  52. e314b88 py_pjsuaupdated 020207 by Fahris · 18 years ago
  53. ebdf877 Implement the missing pjsua_get_snd_dev() function by Benny Prijono · 18 years ago
  54. 6f35cb8 py_pjsua update 010207 by Fahris · 18 years ago
  55. 5ff6187 Fixed ticket #84: pjsua_transport_close() doesn't properly close transport (especially TLS) by Benny Prijono · 18 years ago
  56. 39ac70a Fixed ticket #85: build errors when building samples with VS6/VS8 by Benny Prijono · 18 years ago
  57. f63a255 Ticket #83: updated autoconf script to detect netinet/ip.h header (for TOS stuffs) by Benny Prijono · 18 years ago
  58. 87a0089 Implement ticket #83: socket TOS abstraction by Benny Prijono · 18 years ago
  59. 7e7c080 Fixed ticket #86: file not properly rewind-ed for the next iteration (thanks Alain Totouom again) by Benny Prijono · 18 years ago
  60. e6ead54 Updated PJSUA-API docs for Python and some bug fixes in Python module by Benny Prijono · 18 years ago
  61. 685116d Fixed ticket #86: crash in wav_playlist.c (thanks Alain Totouom for the report/fix) by Benny Prijono · 18 years ago
  62. ed7a5a7 Some simple call testing to py_pjsua and bug fixes by Benny Prijono · 18 years ago
  63. 17d9181 update py_pjsua.c 290107 by Fahris · 18 years ago
  64. b721aa3 revisi py_pjsua.c 290107 by Fahris · 18 years ago
  65. fc24e69 Fixed various gcc warnings especially related to ticket #82 when particular codecs are disabled by Benny Prijono · 18 years ago
  66. 06d1d0e Fixed ticket #82: link error when codec(s) are disabled from configure script (thanks Thomas Reitmayr) by Benny Prijono · 18 years ago
  67. fe9bffd Ticket #82: fix link errors when codecs are disabled from autoconf script by Benny Prijono · 18 years ago
  68. f265180 Fixed ticket #81: registration refresh crashed when NIC is plugged-off by Benny Prijono · 18 years ago
  69. 64df0eb Ticket #80: pj_gethostbyname() should return the appropriate native error code when it fails by Benny Prijono · 18 years ago
  70. 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
  71. e80cdf0 Updated doxygen documentation to version 0.5.10 by Benny Prijono · 18 years ago
  72. 4af234b Implement ticket #62: option to play tones continuously, and added --play-tone option in pjsua by Benny Prijono · 18 years ago
  73. 32e4f49 Implement ticket #77: allow specifying multiple files in pjsua by Benny Prijono · 18 years ago
  74. ac02582 Fixed ticket #76: bug in PortAudio when device is opened in non-native clock rate by Benny Prijono · 18 years ago
  75. 8963f23 More ticket #64 fix: allow whitespace after SDP media format by Benny Prijono · 18 years ago
  76. b7c7047 Fixed ticket #75: allow empty SDP format list when media port is zero by Benny Prijono · 18 years ago
  77. 258f8bc Fixed ticket #74: unstable/stutter sound on Windows Mobile (thanks ChenHuang) by Benny Prijono · 18 years ago
  78. fbce9d0 Support for Visual Studio 2005 workspace by Benny Prijono · 18 years ago
  79. 5fb99e5 Fixed several compilation warnings with MSVC by Benny Prijono · 18 years ago
  80. 9cee77f Give more useful information when assertion fails in pj_thread_this() by Benny Prijono · 18 years ago
  81. a66c331 Implement ticket #67: added WAV playlist feature to PJMEDIA by Benny Prijono · 18 years ago
  82. 990042e Added ability to feed text file containing commands (on Windows) and sleep command to pjsua. Thanks Steven Halerman. by Benny Prijono · 18 years ago
  83. e960bb5 Fixed gcc warnings, especially about dereferencing type-punned pointer by Benny Prijono · 18 years ago
  84. 922933b Fixed ticket #68: pjsua account is not completely invalidated by Benny Prijono · 18 years ago
  85. 5899023 Fixed ticket #73: regc does not respond to 401/407 challenge after it has been marked for deletion by Benny Prijono · 18 years ago
  86. df2b71e Fixed ticket #65: broken pjsip-test compilation because of recent changes in transport by Benny Prijono · 18 years ago
  87. 60f42c8 Ticket #64: more lenient SDP parsing (take only what we need and ignore anything else) by Benny Prijono · 18 years ago
  88. c6c0ed0 Implement ticket #56: Periodically transmit RTP packet on silence, to maintain NAT binding etc. by Benny Prijono · 18 years ago
  89. c357d64 Fixed ticket #70: Frame timestamp not propagated correctly in PJMEDIA by Benny Prijono · 18 years ago
  90. 2fa9422 Removed unusable and scary warning when ioqueue cannot write packet immediately by Benny Prijono · 18 years ago
  91. b43bad7 Fix ticket #71: When host doesn't have any NIC interfaces, pj_gethostip() should return 127.0.0.1 instead of error by Benny Prijono · 18 years ago
  92. ad91043 Ticket #66: fix broken compilation with gcc 2.9x.x or older by Benny Prijono · 18 years ago
  93. 08b5309 Fix compilation error when _CRT_SECURE_NO_DEPRECATE is already declared by other project in pj/compat/cc_msvc.h by Benny Prijono · 18 years ago
  94. 87ef89a Continuing work on ticket #50: make explicit transport selection works for sending response by Benny Prijono · 18 years ago
  95. 62c5c5b More work on ticket #50: binding of PJSUA-API account to specific transport, and minor fixes in PJSIP core implementation. Tested okay. by Benny Prijono · 18 years ago
  96. c505570 Removed trailing space for invite's CONFIRMED state name by Benny Prijono · 18 years ago
  97. 720d0a8 Workaround for ticket #50: added API to lock/bind transaction, dialog, and regc to a specific transport/listener by Benny Prijono · 18 years ago
  98. 472f2f5 64bit fix for pool.h (thanks HARDOUIN Briac) by Benny Prijono · 18 years ago
  99. f77ba88 Added simple_pjsua example by Benny Prijono · 18 years ago
  100. b5388cf Just updated and improved the doxygen documentations all over the place by Benny Prijono · 18 years ago