1. 81e9bd5 Fixed minor bug on ptime calculation on player creation; Updated pjsua-app info on ports ptime and default capture latency by Nanang Izzuddin · 16 years ago
  2. 72778f2 Fixed session.c incorrectly parsing channel count from SDP by Nanang Izzuddin · 16 years ago
  3. 129b8b0 Fixed extra '/' character when encoding stereo codecs (thanks Gianluca Crucillà) by Benny Prijono · 16 years ago
  4. e4ddeec python testing: fixed slow test performance due to expecting wrong text in mod_call.py, and exclude PUBLISH tests in runall.py by Benny Prijono · 16 years ago
  5. 8ca4014 Rearrange the commands in mod_pres.py to make it work by Benny Prijono · 16 years ago
  6. ddd02de echo command in pjsua can be used to print any text, and this is used to better synchronize stdout in Python test apps by Benny Prijono · 16 years ago
  7. 9bc3c18 Added test duration in runall.py output, and add public ICE in excluded tests by Benny Prijono · 16 years ago
  8. 4d0da3a Added option to disable stdout buffering in pjsua, and adjust the python tests by Benny Prijono · 16 years ago
  9. 632be0a Added various tests with invalid SDP and other SIP parameters by Benny Prijono · 16 years ago
  10. 2c484e4 Fixed assertion in invite session when INVITE has bad SDP because the SDP is given without having been validated first by Benny Prijono · 16 years ago
  11. 4375f90 Ticket #544: Fixed SRTP on hold+reinvite scenario by Nanang Izzuddin · 16 years ago
  12. 9eac547 Ticket #543: Updated PESQ to start/stop manually stream/record instead of using auto-rec/play/hangup, and also updated thresholds by Nanang Izzuddin · 16 years ago
  13. 5242a42 Set universal_newlines=False in run.py, and added failed UPDATE scenario in mod_call.py by Benny Prijono · 16 years ago
  14. 88accae Specifying star in codec selection will select all codecs. Fixed the codec selection in codec.c to select all codecs when empty string is given. by Benny Prijono · 16 years ago
  15. 2331d20 Fixed bug: media got deactivated when SDP negotiation fails on re-INVITE or UPDATE while it should be unaffected by Benny Prijono · 16 years ago
  16. 62a969c Added PRACK tests and ICE with public proxy tests by Benny Prijono · 16 years ago
  17. b2ad04a Do no disconnect invite session if authentication fails for requests within dialog. Also clears up inv->invite_tsx if re-INVITE fails with authentication error, otherwise it will not be able to send further re-INVITEs by Benny Prijono · 16 years ago
  18. 6ee166d Ticket #543: Updated PESQ test, sound device used only by one side to avoid contention by Nanang Izzuddin · 16 years ago
  19. fd07289 Changed log verbosity of STUN unrecognized attribute log from 4 to 5 since we now put unrecognized attribute in a generic container anyway by Benny Prijono · 16 years ago
  20. 8a3fc3b Replaced WAV files for automated testing by Benny Prijono · 16 years ago
  21. a18dad9 Optimize the number of characters written to SDP by ICE by Benny Prijono · 16 years ago
  22. 61fc5e6 Fixed assertion error when resending re-INVITE after it is challenged with 401/407, and also fixed error when the invite session is not retrying the BYE request when it is challenged with 401/407 by Benny Prijono · 16 years ago
  23. acb3e32 Ticket #543: Updated mod_pseq & mod_media_playrec. by Nanang Izzuddin · 16 years ago
  24. b40e287 Ticket #543: added mod pesq & mod media playrec to runall.py, also added some more wav files by Nanang Izzuddin · 16 years ago
  25. 9a6e835 Ticket #543: added initial WAV files for test input by Nanang Izzuddin · 16 years ago
  26. 0b4c57b Fixed ticket #550: PRACK is not re-sent on 401/407 challenge (thanks Josh Benson) by Benny Prijono · 16 years ago
  27. 8eb9141 More ticket #542: Updated default capture latency (tested OK on Vista 64bit for WMME & dsound) by Nanang Izzuddin · 16 years ago
  28. 8d67fba Fixed crash in ICE when adding peer reflexive candidate by Benny Prijono · 16 years ago
  29. ed416b5 Fixed bug in TURN when sending Send Indication by Benny Prijono · 16 years ago
  30. 8a2b59d Optimize TURN client to send Send Indication without allocating a pool by Benny Prijono · 16 years ago
  31. 074db79 Added more API to initialize STUN message and attributes without pool by Benny Prijono · 16 years ago
  32. b8ad0e4 Fixed bug in ICE: packet is not sent when ICE is not running (remote has no ice) and TURN is set as default candidate by Benny Prijono · 16 years ago
  33. d6aea36 Added pjnath_test, pjturn_client, and pjturn_server projects in VS6 workspace by Benny Prijono · 16 years ago
  34. 7ce7413 Fixed bug with authenticating STUN messages when unrecognized/unknown non-mandatory STUN attribute is present in the message by Benny Prijono · 16 years ago
  35. 3fdf3f6 Peers use STUN mapped address instead of local address in TURN client sample by Benny Prijono · 16 years ago
  36. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  37. b6133fb More ticket #543: added PESQ test by Nanang Izzuddin · 16 years ago
  38. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  39. e6f85fb More ticket #543: added SRTP tests on scripts-sendto by Nanang Izzuddin · 16 years ago
  40. df008d3 Make SDP parser more lenient by ignoring first newlines. by Benny Prijono · 16 years ago
  41. 3190f69 Set svn attributes on new test script files by Benny Prijono · 16 years ago
  42. 7d578a7 More ticket #543: added mod_sendto.py to send arbitrary INVITE request by Benny Prijono · 16 years ago
  43. 224b4e2 Ticket #549: major modification in media transport API to support more offer/answer scenarios by Benny Prijono · 16 years ago
  44. ed6bd02 Added new API's in ICE stream transport to assist offer/answer negotiation: pj_ice_strans_has_sess(), pj_ice_strans_sess_is_running(), pj_ice_strans_sess_is_complete(), pj_ice_strans_get_running_comp_cnt(), pj_ice_strans_get_ufrag_pwd(), and PJNATH_EICEMISMATCH error code. by Benny Prijono · 16 years ago
  45. ba5d8e0 Clarified in the pj_create_random_string() comment that the output string is not NULL terminated by Benny Prijono · 16 years ago
  46. f810f95 Added new callback for module: post_func (called at the end of the test), added userdata param for modules, and added new module media_playrec with some scripts by Nanang Izzuddin · 16 years ago
  47. f9bd1f2 More ticket #543: updated automated tests to run on Unix by Benny Prijono · 16 years ago
  48. 148fd39 More ticket #540: updated snd-auto-close to work friendly with call by Nanang Izzuddin · 16 years ago
  49. 6472e1b Cleaned up unused field avg_jitter from rtcp session by Nanang Izzuddin · 16 years ago
  50. cc1ada5 Added presence pjsua unit tests by Benny Prijono · 16 years ago
  51. 4f96689 Changed tonegen to use native clock rate, and other minor changes by Benny Prijono · 16 years ago
  52. e28cec8 Refine the tone feature implementation in pjsua by Benny Prijono · 16 years ago
  53. 495409d Added pjmedia_tonegen_rewind() by Benny Prijono · 16 years ago
  54. 91d20f4 Added ringback/alert tones in pjsua by Benny Prijono · 16 years ago
  55. dd3d002 Implement ticket #546 and revisit ticket #439: by Benny Prijono · 16 years ago
  56. 4d49c78 More ticket #505: added constants to shrink the excess frames in jbuf even more slowly, default can only discard one excess frame per 200ms by Benny Prijono · 16 years ago
  57. 68559c3 Ticket #540: Added pjsua-lib feature auto-close sound device on idle and new pjsua option --snd-auto-close=N by Nanang Izzuddin · 16 years ago
  58. 8c331df More ticket #543: added ICE test by Benny Prijono · 16 years ago
  59. 2283e87 Added svn:ignore list for symbian_ua_gui by Nanang Izzuddin · 16 years ago
  60. 89ac2b4 Fixed various compilation warnings with gcc strict compilation by Benny Prijono · 16 years ago
  61. 3eb16d7 Fixed build error on the Python module. It's still not up-to-date with the latest API though by Benny Prijono · 16 years ago
  62. a8a144c Ticket #543: added TCP call in pjsua unit test by Benny Prijono · 16 years ago
  63. 62ae5c6 More ticket #543: added SRTP negotiation tests by Benny Prijono · 16 years ago
  64. cbd38c6 Related to ticket #525: transport_srtp returns PJ_EINVALIDOP in UPDATE or re-INVITE when media is already active by Benny Prijono · 16 years ago
  65. b0dd211 More ticket #542: updated dsound.c to adapt with latency setting by Nanang Izzuddin · 16 years ago
  66. 4b4adb3 Ticket #543: initial framework for pjsua testing, still needs lots of test scenarios by Benny Prijono · 16 years ago
  67. ebc32c3 Added echo option and stdout refresh in pjsua to assist automated test scripts by Benny Prijono · 16 years ago
  68. d7fefd7 Ticket #542: added new API and macro for sound device latency settings, also added new param for this in pjsua by Nanang Izzuddin · 16 years ago
  69. 800ec60 Bug in srv_resolver: host_resolved value may exceed number of SRV records if there are more than A records in Additional Record section of the response for a single SRV target (thanks Ruud Klaver) by Benny Prijono · 16 years ago
  70. 123fad7 Fixed error representing the qvalue in Contact header (parser error), and optimize the printing to remove ending zero digits (thanks Philippe Leuba) by Benny Prijono · 16 years ago
  71. 9dbad15 Updated default speex quality settings and reenabled pjsua to set Speex codec quality based on media quality config by Nanang Izzuddin · 16 years ago
  72. 7155cc6 Fixed Speex build config by Nanang Izzuddin · 16 years ago
  73. 3cbb065 Upgraded Speex version to the latest and reorganized it in local copy (since Speex is now using Git) by Nanang Izzuddin · 16 years ago
  74. f551240 Added gdi32.lib and advapi32.lib in Samples-vc.mak as it causes link error when TLS is enabled (on certain Platform SDK?) by Benny Prijono · 16 years ago
  75. 85d2084 Removed codec G729 from encdec.c by Nanang Izzuddin · 16 years ago
  76. b618d62 Related to r1996, do not return 0.0.0.0/8 class IP address in pj_gethostip() (thanks Helmut Wolf) by Benny Prijono · 16 years ago
  77. fd461eb Added more validations & a new API (thanks Florian Bomers): by Nanang Izzuddin · 16 years ago
  78. 0890fb6 Fixed more mismatch decl/def function specifications (thanks Samuel Vinson) by Benny Prijono · 16 years ago
  79. dd538ed Ignore 0.0.0.0/8 class IP address in interface enumeration function since this doesnt seem to have practical use for us (thanks Helmut Wolf) by Benny Prijono · 16 years ago
  80. 70656cb Fixed mismatched between declaration and definition of pj_stun_msg_encode() (thanks Samuel Vinson) by Benny Prijono · 16 years ago
  81. 2bfc3d8 Added error logging when authentication fails in TURN server sample by Benny Prijono · 16 years ago
  82. 758bae4 Fixed minor bug: wrong pool name for STUN session pool by Benny Prijono · 16 years ago
  83. 1189365 Ticket #418 Protect client registration session with mutex by Benny Prijono · 16 years ago
  84. 739551f Fixed compilation warnings in dns_server.c by Benny Prijono · 16 years ago
  85. f76e139 More ticket #485: added TURN support in PJSUA-LIB API by Benny Prijono · 16 years ago
  86. 848be08 More ticket #485: major modification in transport_ice to support new ICE stream transport API by Benny Prijono · 16 years ago
  87. ff1df04 Major major modifications related to ticket #485 (support for TURN-07): by Benny Prijono · 16 years ago
  88. 71c8395 Ticket #537: implemented Simple DNS Server class (for testing) in pjlib-util by Benny Prijono · 16 years ago
  89. ea8e436 More ticket #531: added user_data parameter in activesocket creation API to make it more robust against programming errors by Benny Prijono · 16 years ago
  90. e4b4b7d Added field maximum bitrate to codec param, this is useful for providing safer frame size calculation, especially when peer's bitrate is unknown by Nanang Izzuddin · 16 years ago
  91. eb4c616 Cleaned up warnings of [u]char-[u]int conversions by Nanang Izzuddin · 16 years ago
  92. 3aef5e1 Ticket #473: by Nanang Izzuddin · 16 years ago
  93. 78e2591 Fixed bug in copying buffer and updated post process of buffer shrinking by Nanang Izzuddin · 16 years ago
  94. 4304725 Fixed gcc warnings about type pruned pointers by Benny Prijono · 16 years ago
  95. 7ca463c Fixed C & C++ cross linked problem and missing newly added libsrtp.lib in symbian_ua_gui.mmp by Nanang Izzuddin · 16 years ago
  96. 6a6392f More ticket #61: enabled SRTP on Symbian by Nanang Izzuddin · 16 years ago
  97. 9669186 Fixed Symbian build on OS with case sensitive filename (e.g: Linux) by Nanang Izzuddin · 16 years ago
  98. d424297 Fixed uninitialized output size before calling G.722 encoder by Nanang Izzuddin · 16 years ago
  99. 5dfac8f Increase clock rate limit in pjsua to 192000 (from 48000) by Benny Prijono · 16 years ago
  100. ed4d378 Fixed wchar_t definition for all build targets. by Nanang Izzuddin · 16 years ago