1. 2285e7e Ticket 684: protect the memory allocation for TX packet with try/catch, and fixed various transmit data buffer leaks when transmission fails immediately by Benny Prijono · 16 years ago
  2. 82f7a41 Ticket #675: by Nanang Izzuddin · 16 years ago
  3. 74f8746 Ticket #661: Fixed transport ICE in verifying possibilities of RTCP settings in the SDP. by Nanang Izzuddin · 16 years ago
  4. d8cd6b9 Ticket #682: New API to register (external) Python thread (thanks Johan Risberg for the patch) by Benny Prijono · 16 years ago
  5. 21f871f Ticket #681: Bugs in sending and receiving instant messages in Python wrapper (thanks Johan Risberg for the patches) by Benny Prijono · 16 years ago
  6. 30fe485 Ticket #672: Option to add custom parameters in the account Contact URI by Benny Prijono · 16 years ago
  7. 08a48b8 More ticket #10: changed to signature of the redirection callbacks to make it more natural to use by Benny Prijono · 16 years ago
  8. 5e51a4e Ticket #10: handle redirection response in the invite session by Benny Prijono · 16 years ago
  9. 6c7cf56 Small modifications to level.c sample to print out the timeline and linear level by Benny Prijono · 16 years ago
  10. ce2c5f1 Ticket #674: by Nanang Izzuddin · 16 years ago
  11. 2976a2e Ticket #646: Fixed panic E32USER-CBase 66 and leak of undeinit'ed stdlib when quitting symbian_ua_gui. by Nanang Izzuddin · 16 years ago
  12. 02e8504 Added more targets to python Makefile by Benny Prijono · 16 years ago
  13. 7f63043 Ticket #643: Do not try to re-register with a new Contact when the REGISTER response contains private IP address by Benny Prijono · 16 years ago
  14. 91d06b6 Ticket #611: Configuration option to force the route URI to use loose routing by Benny Prijono · 16 years ago
  15. 0cff128 Ticket #627: Fixed general compiler warning when building for WinCE (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  16. 51b1e55 Ticket #626: Fixed PocketPJ build error when SRTP is unused (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  17. dbd9d4b Ticket #623: Assertion when receiving SUBSCRIBE with non presence event (thanks Lucas Rosa Galêgo for the report) by Benny Prijono · 16 years ago
  18. 40860c3 Ticket #610: Added sample to create a media transport adapter, similar to how SRTP media transport works by Benny Prijono · 16 years ago
  19. c8215b3 Ticke#609: Build/compilation error in Python module (undeclared dec_fmtp_mode/enc_fmtp_mode) (thanks Saul Ibarra for the report) by Benny Prijono · 16 years ago
  20. f0b4990 Fixed build settings for Symbian emulator target regarding sound device implementation. by Nanang Izzuddin · 16 years ago
  21. ac1f484 Fixed minor bug in exe availability checking in run.py by Benny Prijono · 16 years ago
  22. b9760d9 Added sleep() in mod_pesq.py, to wait the test until the call is stabilized by Benny Prijono · 16 years ago
  23. c366aa9 Fixed audio configuration in config_site.py not used by test scripts by Benny Prijono · 16 years ago
  24. 23a00b7 Ticket #599: by Nanang Izzuddin · 16 years ago
  25. 563cd7a Added on_incoming_subscribe() handler in pjsua, just to demonstrate that this callback exists by Benny Prijono · 16 years ago
  26. 0b62704 Fixed Python bug with enum_codecs() (thanks Saúl Ibarra for the report) by Benny Prijono · 16 years ago
  27. 876a2ae Fixed crash in Python when receiving incoming DTMF digits by Benny Prijono · 16 years ago
  28. 36e76ef Ticket #594: Improvements in PocketPJ Windows Mobile application: added TCP option, VAD option, option to select codec priority order, and auto-answer option by Benny Prijono · 16 years ago
  29. 6a23763 Added interactive option in aectest sample and to display WAV duration on exit by Benny Prijono · 16 years ago
  30. f6c77f4 Fixed bug in --auto-rec option handling in pjsua by Benny Prijono · 16 years ago
  31. 59b3ffe Related to ticket #590: added command line option in pjsua to select the echo canceller algorithm to use by Benny Prijono · 16 years ago
  32. 4e57a54 Initialize CPocketPJ setting with proper values in constructor by Benny Prijono · 16 years ago
  33. a7908d7 Ticket #590: new echo suppressor which should work much better than the old one by Benny Prijono · 16 years ago
  34. 95250c7 Ticket #588: Improvements to echo cancellation framework by Benny Prijono · 16 years ago
  35. 551af42 Ticket #586: Added ICE negotiations test to test the scenario when two agents have different number of components by Benny Prijono · 16 years ago
  36. a330d45 Ticket #585: Handle non-SIP URI in Contact header of incoming INVITE and SUBSCRIBE requests by Benny Prijono · 16 years ago
  37. 99d6952 Ticket #563: Updated SDP offer/answer related to call hold scenario to conform to RFC 3264 section 8.4 (before: 'a=inactive' and 'c=0.0.0.0', now: 'a=sendonly' and muted ports). by Nanang Izzuddin · 16 years ago
  38. b1c6204 Fixed ticket #581: Fixed build dependencies in the makefiles by Benny Prijono · 16 years ago
  39. ebb2c33 Ticket #463: Configuration option to have external sound device implementation by Benny Prijono · 16 years ago
  40. 9183c03 Added latency.c in the samples (see http://trac.pjsip.org/repos/wiki/MeasuringSoundLatency) by Benny Prijono · 16 years ago
  41. 251e02a Fixed invalid configuration generation in pjsua for auto-update-nat option (thanks Ondrej Sterbak) by Benny Prijono · 16 years ago
  42. cb2789a Ticket #577: Initial source of sound device wrapper with APS by Nanang Izzuddin · 16 years ago
  43. de2c5f0 Added setup-vc.py for Visual Studio installation by Benny Prijono · 16 years ago
  44. 1a19db4 Tweak setup.py by Benny Prijono · 16 years ago
  45. ec72b6e Added simplecall.py sample by Benny Prijono · 16 years ago
  46. fd47c2c pjsua.py: fixed transport port bug, changed default tracing to disabled, and removed documentation by Benny Prijono · 16 years ago
  47. e2bb607 Fixed crash in stateful proxy sample when receiving request with malformed CSeq header (thanks Brocha Strous) by Benny Prijono · 16 years ago
  48. 6ecef07 Added sleep() in python handle events to avoid starvation in the main thread by Benny Prijono · 16 years ago
  49. 680c39e Fixed gcc warning on _pjsua.c about suggested parenthesis by Benny Prijono · 16 years ago
  50. 5504045 Major modifications in Python module and pjsua.py wrapper: by Benny Prijono · 16 years ago
  51. b794486 Added pjsua option to set the logging color scheme for terminal with light background (thanks Ondrej Sterbak) by Benny Prijono · 16 years ago
  52. 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
  53. 288d4bd Added WAV playlist and conf_set/get_level API to Python module by Benny Prijono · 16 years ago
  54. 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
  55. c985354 Added pjsua command line option '--jb-max-size' to set jitter buffer max frames by Nanang Izzuddin · 16 years ago
  56. 660eee8 Added ability to dump extended statistics (RTCP XR) in pjsua. by Nanang Izzuddin · 16 years ago
  57. 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
  58. 940bd3e Fixed bug in python's player_get_slot() and recorder_get_slot() by Benny Prijono · 16 years ago
  59. b85ba65 Updated setup.py for Linux and written more docstrings documentation by Benny Prijono · 16 years ago
  60. 9c46114 Ticket #556: New object oriented Python abstraction for pjsua API by Benny Prijono · 16 years ago
  61. 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
  62. c7bdb08 Modified runall.py python testing module to accommodate mod_recvfrom.py by Benny Prijono · 16 years ago
  63. e9a8224 Added mod_recvfrom.py testing module and some registrar test scenarios by Benny Prijono · 16 years ago
  64. 35f5ce9 Fixed compilation warnings on gcc-4.2.3 by Benny Prijono · 16 years ago
  65. 6ae55be Added gdi32.lib and advapi32.lib into pjsua VC 2005 input libraries specs by Benny Prijono · 16 years ago
  66. 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
  67. ffa18c9 Updated PESQ test to save the WAV output on failure and report the PESQ target. by Nanang Izzuddin · 16 years ago
  68. cb11856 Updated python test readme doc by Benny Prijono · 16 years ago
  69. 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
  70. 038effe Fixed wrong variable name for number of failed tests by Nanang Izzuddin · 16 years ago
  71. 1e65e9a Added stdout buffering option in Python tests by Benny Prijono · 16 years ago
  72. e19e0e0 Removed userdata param in callback funcs of mod_media_playrec.py by Nanang Izzuddin · 16 years ago
  73. 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
  74. ab8dba9 Added more Python tests: offer with multiple media lines by Benny Prijono · 16 years ago
  75. 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
  76. a680bd6 Ticket #543: by Nanang Izzuddin · 16 years ago
  77. 9869cb5 Ticket #543: by Nanang Izzuddin · 16 years ago
  78. 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
  79. 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
  80. 8ca4014 Rearrange the commands in mod_pres.py to make it work by Benny Prijono · 16 years ago
  81. 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
  82. 9bc3c18 Added test duration in runall.py output, and add public ICE in excluded tests by Benny Prijono · 16 years ago
  83. 4d0da3a Added option to disable stdout buffering in pjsua, and adjust the python tests by Benny Prijono · 16 years ago
  84. 632be0a Added various tests with invalid SDP and other SIP parameters by Benny Prijono · 16 years ago
  85. 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
  86. 5242a42 Set universal_newlines=False in run.py, and added failed UPDATE scenario in mod_call.py by Benny Prijono · 16 years ago
  87. 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
  88. 62a969c Added PRACK tests and ICE with public proxy tests by Benny Prijono · 16 years ago
  89. 6ee166d Ticket #543: Updated PESQ test, sound device used only by one side to avoid contention by Nanang Izzuddin · 16 years ago
  90. 8a3fc3b Replaced WAV files for automated testing by Benny Prijono · 16 years ago
  91. acb3e32 Ticket #543: Updated mod_pseq & mod_media_playrec. by Nanang Izzuddin · 16 years ago
  92. b40e287 Ticket #543: added mod pesq & mod media playrec to runall.py, also added some more wav files by Nanang Izzuddin · 16 years ago
  93. 9a6e835 Ticket #543: added initial WAV files for test input by Nanang Izzuddin · 16 years ago
  94. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  95. b6133fb More ticket #543: added PESQ test by Nanang Izzuddin · 16 years ago
  96. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  97. e6f85fb More ticket #543: added SRTP tests on scripts-sendto by Nanang Izzuddin · 16 years ago
  98. 3190f69 Set svn attributes on new test script files by Benny Prijono · 16 years ago
  99. 7d578a7 More ticket #543: added mod_sendto.py to send arbitrary INVITE request by Benny Prijono · 16 years ago
  100. 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