1. 9183c03 Added latency.c in the samples (see http://trac.pjsip.org/repos/wiki/MeasuringSoundLatency) by Benny Prijono · 16 years ago
  2. 251e02a Fixed invalid configuration generation in pjsua for auto-update-nat option (thanks Ondrej Sterbak) by Benny Prijono · 16 years ago
  3. cb2789a Ticket #577: Initial source of sound device wrapper with APS by Nanang Izzuddin · 16 years ago
  4. de2c5f0 Added setup-vc.py for Visual Studio installation by Benny Prijono · 16 years ago
  5. 1a19db4 Tweak setup.py by Benny Prijono · 16 years ago
  6. ec72b6e Added simplecall.py sample by Benny Prijono · 16 years ago
  7. fd47c2c pjsua.py: fixed transport port bug, changed default tracing to disabled, and removed documentation by Benny Prijono · 16 years ago
  8. e2bb607 Fixed crash in stateful proxy sample when receiving request with malformed CSeq header (thanks Brocha Strous) by Benny Prijono · 16 years ago
  9. 6ecef07 Added sleep() in python handle events to avoid starvation in the main thread by Benny Prijono · 16 years ago
  10. 680c39e Fixed gcc warning on _pjsua.c about suggested parenthesis by Benny Prijono · 16 years ago
  11. 5504045 Major modifications in Python module and pjsua.py wrapper: by Benny Prijono · 16 years ago
  12. b794486 Added pjsua option to set the logging color scheme for terminal with light background (thanks Ondrej Sterbak) by Benny Prijono · 16 years ago
  13. d6e362a Ticket #571: Coloring for logs in Linux/UNIX, two more spaces in logs and runtime log colors configuration (thanks Ondrej.Sterbak) by Benny Prijono · 16 years ago
  14. 288d4bd Added WAV playlist and conf_set/get_level API to Python module by Benny Prijono · 16 years ago
  15. e6787ec Implemented ticket #192 for Python: Add callback to notify application about incoming SUBSCRIBE request, and add subscription state and termination reason in buddy info by Benny Prijono · 16 years ago
  16. c985354 Added pjsua command line option '--jb-max-size' to set jitter buffer max frames by Nanang Izzuddin · 16 years ago
  17. 660eee8 Added ability to dump extended statistics (RTCP XR) in pjsua. by Nanang Izzuddin · 16 years ago
  18. c91ed8d Ticket #518: some fixes for growing memory usage in PJSUA-LIB, by using temporary pools for temporary variables and by having separate pool for each account and buddy by Benny Prijono · 16 years ago
  19. 940bd3e Fixed bug in python's player_get_slot() and recorder_get_slot() by Benny Prijono · 16 years ago
  20. b85ba65 Updated setup.py for Linux and written more docstrings documentation by Benny Prijono · 16 years ago
  21. 9c46114 Ticket #556: New object oriented Python abstraction for pjsua API by Benny Prijono · 16 years ago
  22. 1d6b895 Configuration option to include/exclude loopback interface in enum_ip_interface(), and always include loopback address in the proxy sample (thanks Filippo Zangheri for the suggestion) by Benny Prijono · 16 years ago
  23. c7bdb08 Modified runall.py python testing module to accommodate mod_recvfrom.py by Benny Prijono · 16 years ago
  24. e9a8224 Added mod_recvfrom.py testing module and some registrar test scenarios by Benny Prijono · 16 years ago
  25. 35f5ce9 Fixed compilation warnings on gcc-4.2.3 by Benny Prijono · 16 years ago
  26. e10db84 Ticket #552: Added TLS server name extension to support connecting to multi-hosted SIP TLS server (thanks Klaus Darilion for the suggestion) by Benny Prijono · 16 years ago
  27. ffa18c9 Updated PESQ test to save the WAV output on failure and report the PESQ target. by Nanang Izzuddin · 16 years ago
  28. cb11856 Updated python test readme doc by Benny Prijono · 16 years ago
  29. 0fe5acff Fixed crash when handling incoming MESSAGE request without message body but with Content/Type set (thanks Anshuman S. Rawat) by Benny Prijono · 16 years ago
  30. 038effe Fixed wrong variable name for number of failed tests by Nanang Izzuddin · 16 years ago
  31. 1e65e9a Added stdout buffering option in Python tests by Benny Prijono · 16 years ago
  32. e19e0e0 Removed userdata param in callback funcs of mod_media_playrec.py by Nanang Izzuddin · 16 years ago
  33. 65417bd Updated runall.py to cleanup the 'logs' directory before test; fixed log ext name; added report num of tests performed by Nanang Izzuddin · 16 years ago
  34. ab8dba9 Added more Python tests: offer with multiple media lines by Benny Prijono · 16 years ago
  35. 036911b Added the ability to send a complete/arbitrary SIP INVITE message in mod_sendto.py Python test script by Benny Prijono · 16 years ago
  36. a680bd6 Ticket #543: by Nanang Izzuddin · 16 years ago
  37. 9869cb5 Ticket #543: by Nanang Izzuddin · 16 years ago
  38. 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
  39. 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
  40. 8ca4014 Rearrange the commands in mod_pres.py to make it work by Benny Prijono · 16 years ago
  41. 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
  42. 9bc3c18 Added test duration in runall.py output, and add public ICE in excluded tests by Benny Prijono · 16 years ago
  43. 4d0da3a Added option to disable stdout buffering in pjsua, and adjust the python tests by Benny Prijono · 16 years ago
  44. 632be0a Added various tests with invalid SDP and other SIP parameters by Benny Prijono · 16 years ago
  45. 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
  46. 5242a42 Set universal_newlines=False in run.py, and added failed UPDATE scenario in mod_call.py by Benny Prijono · 16 years ago
  47. 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
  48. 62a969c Added PRACK tests and ICE with public proxy tests by Benny Prijono · 16 years ago
  49. 6ee166d Ticket #543: Updated PESQ test, sound device used only by one side to avoid contention by Nanang Izzuddin · 16 years ago
  50. 8a3fc3b Replaced WAV files for automated testing by Benny Prijono · 16 years ago
  51. acb3e32 Ticket #543: Updated mod_pseq & mod_media_playrec. by Nanang Izzuddin · 16 years ago
  52. b40e287 Ticket #543: added mod pesq & mod media playrec to runall.py, also added some more wav files by Nanang Izzuddin · 16 years ago
  53. 9a6e835 Ticket #543: added initial WAV files for test input by Nanang Izzuddin · 16 years ago
  54. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  55. b6133fb More ticket #543: added PESQ test by Nanang Izzuddin · 16 years ago
  56. e6f85fb More ticket #543: added SRTP tests on scripts-sendto by Nanang Izzuddin · 16 years ago
  57. 3190f69 Set svn attributes on new test script files by Benny Prijono · 16 years ago
  58. 7d578a7 More ticket #543: added mod_sendto.py to send arbitrary INVITE request by Benny Prijono · 16 years ago
  59. 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
  60. f9bd1f2 More ticket #543: updated automated tests to run on Unix by Benny Prijono · 16 years ago
  61. cc1ada5 Added presence pjsua unit tests by Benny Prijono · 16 years ago
  62. 4f96689 Changed tonegen to use native clock rate, and other minor changes by Benny Prijono · 16 years ago
  63. e28cec8 Refine the tone feature implementation in pjsua by Benny Prijono · 16 years ago
  64. 91d20f4 Added ringback/alert tones in pjsua by Benny Prijono · 16 years ago
  65. 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
  66. 8c331df More ticket #543: added ICE test by Benny Prijono · 16 years ago
  67. 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
  68. a8a144c Ticket #543: added TCP call in pjsua unit test by Benny Prijono · 16 years ago
  69. 62ae5c6 More ticket #543: added SRTP negotiation tests by Benny Prijono · 16 years ago
  70. 4b4adb3 Ticket #543: initial framework for pjsua testing, still needs lots of test scenarios by Benny Prijono · 16 years ago
  71. ebc32c3 Added echo option and stdout refresh in pjsua to assist automated test scripts by Benny Prijono · 16 years ago
  72. 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
  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. 85d2084 Removed codec G729 from encdec.c by Nanang Izzuddin · 16 years ago
  75. f76e139 More ticket #485: added TURN support in PJSUA-LIB API by Benny Prijono · 16 years ago
  76. 7ca463c Fixed C & C++ cross linked problem and missing newly added libsrtp.lib in symbian_ua_gui.mmp by Nanang Izzuddin · 16 years ago
  77. 6a6392f More ticket #61: enabled SRTP on Symbian by Nanang Izzuddin · 16 years ago
  78. 9669186 Fixed Symbian build on OS with case sensitive filename (e.g: Linux) by Nanang Izzuddin · 16 years ago
  79. 5dfac8f Increase clock rate limit in pjsua to 192000 (from 48000) by Benny Prijono · 16 years ago
  80. ed4d378 Fixed wchar_t definition for all build targets. by Nanang Izzuddin · 16 years ago
  81. c8003c3 Added symbian_ua_gui to symbian root build settings (bld.inf), fixed symbian_ua_gui for WINSCW build by Nanang Izzuddin · 16 years ago
  82. db59d9e Initial source of GUI version of Symbian UA by Nanang Izzuddin · 16 years ago
  83. 829ac02 Changed build optimizations settings for Speex, pjmedia, and symbian_sound for Symbian. Speex/8000 now also runs on Symbian! by Nanang Izzuddin · 16 years ago
  84. dfd3052 Changed build optimization settings for Speex and pjmedia for eVC4/Windows Mobile. Speex/8000 now runs on Windows Mobile! by Benny Prijono · 16 years ago
  85. 9b86257 Fixed bug with SRTP enabling configuration for PocketPJ application by Benny Prijono · 16 years ago
  86. 2d4ee7d More on ticket #535: updated files using and related to math.h by Nanang Izzuddin · 16 years ago
  87. af97484 Ticket #524: changed pjsua and stereotest default audio frame time from 10ms to 20ms by Nanang Izzuddin · 16 years ago
  88. 90f11cb More on ticket #513: by Nanang Izzuddin · 16 years ago
  89. 6e68ee6 Added ability to send custom headers in sipstateless sample by Benny Prijono · 16 years ago
  90. c59ca6e Fixed bug in writing snd_clock_rate configuration to file in pjsua by Benny Prijono · 16 years ago
  91. f161655 More ticket #504: added missing new files! by Benny Prijono · 16 years ago
  92. 012b7ae Added missing framework link command for MacOS X in Python setup.py (thanks Nir Soffer) by Benny Prijono · 16 years ago
  93. 7d60d05 Ticket #504: final installment to support stereo audio all the way in PJMEDIA. Please see tickiet #504 for more info by Benny Prijono · 16 years ago
  94. e8554ef Ticket #515 (Update Contact header in REGISTER for TCP/TLS transport) by Benny Prijono · 17 years ago
  95. 6eddd87 Enlarge the buffer for printing call media statistic in pjsua (sometimes the RTT line is cut) by Benny Prijono · 17 years ago
  96. 734fc2d More ticket #479: bug in pjmedia_transport_get_info(), the info should be initialized by caller by Benny Prijono · 17 years ago
  97. 7ffd775 Ticket #507: committed and tested g722 patch on Windows by Benny Prijono · 17 years ago
  98. e1a5a85 Ticket #479: allow media transport framework to return transport specific info (for example, to know whether SRTP is enabled) by Benny Prijono · 17 years ago
  99. 4d3eed1 Ticket #493: added EC settings in dialog by Benny Prijono · 17 years ago
  100. e8df45f Make SIP and RTP ports in simpleua configurable, and add initial support for IPv6 too by Benny Prijono · 17 years ago