1. 9872573 Fixed footprint calculation script by Benny Prijono · 18 years ago
  2. 572d485 Updated Python project with base PJSUA API by Benny Prijono · 18 years ago
  3. 12a669c Worked on the AEC. Apply constant delay bufferring for the AEC, by Benny Prijono · 18 years ago
  4. af1bb1e Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_atexit(). Also fixed handle leaks in SIP transaction layer and SIP endpoint. by Benny Prijono · 18 years ago
  5. 8b8b997 Added initial Python module by Benny Prijono · 18 years ago
  6. 5a9e204 Fixed transport detachment when there's no thread being used in siprtp. by Benny Prijono · 18 years ago
  7. f7b1c39 Committed what seems like what left uncommitted in previous commit (pjsua_app.c and pj/config.c) by Benny Prijono · 18 years ago
  8. 3647cbd Changed svn:eol-style to CRLF for Visual Studio projects by Benny Prijono · 18 years ago
  9. d95abb4 Fixed bug in siprtp in SDP generation because of recent change in SDP attribute value by Benny Prijono · 18 years ago
  10. 1ebd614 Fixed miscellaneous warnings with gcc compilation by Benny Prijono · 18 years ago
  11. 4ddad2c Some changes to REFER handling in PJSUA-LIB: by Benny Prijono · 18 years ago
  12. 27f01dd FIXED BUG: pjsip_endpt_send_request() SHOULD DELETE THE REQUEST REGARDLESS OF THE STATUS!!! by Benny Prijono · 18 years ago
  13. 4e05b47 Added logging in pjsua wince by Benny Prijono · 18 years ago
  14. 41c96f3 Changed siprtp to bind to specific address (instead of 0.0.0.0) when -i option is specified in the command line by Benny Prijono · 18 years ago
  15. fa9e5b1 Major addition to support DNS SRV resolution in PJSIP: by Benny Prijono · 18 years ago
  16. 0a5cad8 Added support for specifying IP address in PJSUA-LIB/pjsua. by Benny Prijono · 18 years ago
  17. 093d302 Fixed several bugs in PJSUA-API: by Benny Prijono · 18 years ago
  18. 5ee1f2e Updated doxygen documentation for the website by Benny Prijono · 18 years ago
  19. d524e82 In pjsua, outgoing REFER now always put Refer-Sub: false by Benny Prijono · 18 years ago
  20. 148c9dd Fixed race-condition/deadlock problems in the dialog/user agent layer by Benny Prijono · 18 years ago
  21. 594e4c5 Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by adding a new API pj_gethostip() to resolve the default local IP address of local host. This new function will work even when local hostname resolution is not set correctly, by detecting the default IP interface in the system. by Benny Prijono · 18 years ago
  22. 39ea7f0 Fixed WinCE compilation by Benny Prijono · 18 years ago
  23. 804ff0a Added --duration option in PJSUA to limit the maximum duration of calls. Also added pjsip_generic_string_hdr_init2() to initialize temporary SIP header that is allocated in the stack. by Benny Prijono · 18 years ago
  24. d6388ac Fix compilation error when PJSIP_AUTH_HEADER_CACHING and PJSIP_AUTH_AUTO_SEND_NEXT is disabled, and set the default for both to disabled. Also fixed the error message in pjsua when invalid arguments are specified. by Benny Prijono · 18 years ago
  25. 7f5c12c Added multi-purpose tone generator in PJMEDIA (tonegen.[hc]) by Benny Prijono · 18 years ago
  26. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  27. 21b9ad9 Added initial PUBLISH client support, and also default account selection in pjsua/pjsua-lib by Benny Prijono · 18 years ago
  28. fc290a6 Set default codec to PCMU in pjsip-perf by Benny Prijono · 18 years ago
  29. c1e263f Fixed run-time bug with simple_ua and pjsip-perf sample. by Benny Prijono · 18 years ago
  30. fd27c66 Changed WinCE demo app to automatically answer incoming calls. by Benny Prijono · 18 years ago
  31. 10861bc Fixed bug in --auto-conf option in pjsua by Benny Prijono · 18 years ago
  32. 80019eb Added Ctrl-C handler for pjsua Windows, and added average bps in media statistic. by Benny Prijono · 18 years ago
  33. 7ca96da Added --auto-conf options in pjsua, also enable speex/3200, and set quality 5 to use large resampling filter by Benny Prijono · 18 years ago
  34. 5da5043 Change set_ec_tail() API to set_ec() in sound port, also change suppressor to reduce mic signal by division rather than zeroing the signal. Also moved out VAD and EC settings to config.h. by Benny Prijono · 18 years ago
  35. f521eb0 Fixed assertion error if ACK is received before INVITE transaction sends final response (malicious?). Also fixed misc warnings, and stress-tested on Quad Xeon by Benny Prijono · 18 years ago
  36. edba079 Echo suppressor tuning and testing on WincE, and also added config_site_sample.h by Benny Prijono · 18 years ago
  37. 22dfe59 Change AEC into generic echo canceller framework with either AEC or simple echo suppressor backend can be selected during runtime. by Benny Prijono · 18 years ago
  38. 7c3741f Set to use PCMU and disable AEC for WinCE target. by Benny Prijono · 18 years ago
  39. 7097299 AEC and sound backend fixes: by Benny Prijono · 18 years ago
  40. f20687a More work on the AEC (including changes in PJSUA), embed the AEC in sound_port, reduce DirectSound buffer from 32 to 16, and fixed ARM compilation for MSVC WinCE target. by Benny Prijono · 18 years ago
  41. 69f7312 More experimentation with AEC: (1) added media port to create bidirectional port from two unidirectional ports, (2) split AEC functionality into AEC algorithm (aec.h) and AEC media port (aec_port.h), (3) Added the AEC functionality in the sound_port.c. by Benny Prijono · 18 years ago
  42. d79f25c Fix compilation error in MacOS because of recent changes in config.h, also disable AEC by default in pjsua-lib, and added ec-tail option in pjsua by Benny Prijono · 18 years ago
  43. 01f0154 Added simple WinCE application: by Benny Prijono · 18 years ago
  44. 7bef0f5 Changed siprtp on Linux to raise the thread priority by Benny Prijono · 18 years ago
  45. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  46. e85bc41 Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 chars (from 16), and check all those sprintf's especially the ones with "%p" format. by Benny Prijono · 18 years ago
  47. e909eac Added capability in pjsua to add application created media port to pjsua's conference bridge, also capability to use custom sound device in pjsua. by Benny Prijono · 18 years ago
  48. 0a12f00 Added --ptime and --no-vad option in pjsua by Benny Prijono · 18 years ago
  49. 05784a5 Fixed minor bug in siprtp: in summary report, percentage of RX loss is displayed in the TX section by Benny Prijono · 18 years ago
  50. 7db431e Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target by Benny Prijono · 18 years ago
  51. b699fe2 Improvement/bug fix in hash table lookup to allow user to specify the hash value, and modify transaction to take advantage of this feature by Benny Prijono · 18 years ago
  52. 258ece9 Few changes in siprtp: by Benny Prijono · 18 years ago
  53. 48af79c pjsua application should check that the --max-calls argument does not exceed compile time maximums by Benny Prijono · 18 years ago
  54. 513795f Undo modification to use timer, and back to using threads as the performance is not good by Benny Prijono · 18 years ago
  55. 5631561 Small improvements: (1) pjsua now responds to incoming OPTIONS request, which means that some modules (evsub, invite) need to register their capabilities to the endpoint, (2) added command in pjsua to send arbitrary request by Benny Prijono · 18 years ago
  56. dcc0cbf Fixed crash in SIP TCP transport deinitialization, and set pjsip-perf to handle INVITE request to non-standard URL call-statefully by Benny Prijono · 18 years ago
  57. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  58. 49f682a Some minor modifications here and there in pjsip-perf by Benny Prijono · 18 years ago
  59. 775a1b2 Added PJSIP_MAX_NET_EVENTS configuration to pjsip by Benny Prijono · 18 years ago
  60. c357376 pjsip-perf uses 1 milisecond polling timeout because IOCP does not work correctly if application does not yield the CPU by Benny Prijono · 18 years ago
  61. b4a17c9 Fixed bug in PJSUA API re: account selection and Contact header for accounts by Benny Prijono · 18 years ago
  62. 1ef06df Report peak memory used upon exiting by Benny Prijono · 18 years ago
  63. cb832eb Added caching pool capacity upon exiting pjsip-perf by Benny Prijono · 18 years ago
  64. bdf202a More fine tuning on the footprint report generation script by Benny Prijono · 18 years ago
  65. 17e0d74 Some improvements in footprint generation by Benny Prijono · 18 years ago
  66. 313b1e4 Added script, source file, and makefile to calculate PJSIP/PJMEDIA footprint by Benny Prijono · 18 years ago
  67. b6eab2c Various performance improvements in PJSIP: (1) optimizing for common case to minimize stricmp() calls (header names, method, URI schemes), (2) added functionality in scanner to parse and unescape in-place, (3) etc.. by Benny Prijono · 18 years ago
  68. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  69. 1479b65 Fixed minor bug in pool_caching.c that prevent pool from being reused if the capacity has changed when the pool is released by Benny Prijono · 18 years ago
  70. c03a3c5 Added TCP support in pjsip-perf (also tried on Linux) by Benny Prijono · 18 years ago
  71. 514ca6b Added (the forgotten) pjsip-perf.c into samples dir by Benny Prijono · 18 years ago
  72. 8840610 Added pjsip-perf in the samples by Benny Prijono · 18 years ago
  73. ca4cff2 Added INVITE request verification in siprtp before incoming call is established by Benny Prijono · 18 years ago
  74. b12106f Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other changes to improve RTCP communication behind NAT. Also fixed bug related to RTCP reporting changes in revision 565 by Benny Prijono · 18 years ago
  75. f901651 Fixed minor bug in the display of packet loss percentage by Benny Prijono · 18 years ago
  76. e93e287 Major improvements in PJSIP to support TCP. The changes fall into these categories: (1) the TCP transport implementation itself (*.[hc]), (2) bug-fix in SIP transaction when using reliable transports, (3) support for TCP transport in PJSUA-LIB/PJSUA, and (4) changes in PJSIP-TEST to support TCP testing. by Benny Prijono · 18 years ago
  77. e695699 Changed siprtp to strictly use one worker thread for all (SIP and media) by Benny Prijono · 18 years ago
  78. 4d3aa92 Changed siprtp to use timer to schedule transmissions of RTP/RTCP packets by Benny Prijono · 18 years ago
  79. 819506c Added dq command in pjsua to dump current call quality by Benny Prijono · 18 years ago
  80. 6fd4b8f Modify all applications because of changed in WAV port API (removed user_data from argument) by Benny Prijono · 18 years ago
  81. deb3196 Changed siprtp to use media transport framework to handle NAT by Benny Prijono · 18 years ago
  82. 1ec70b3 Yet again large diffs because of documentation/doxygen update by Benny Prijono · 18 years ago
  83. 0498d90 Re-live --quality options in pjsua by Benny Prijono · 18 years ago
  84. 787b869 Display the invalid argument in pjsua by Benny Prijono · 18 years ago
  85. eef4f8c Comment out PJSUA options that are no longer supported with new pjsua by Benny Prijono · 18 years ago
  86. 37235af Updated doxygen documentation to all headers in PJMEDIA by Benny Prijono · 18 years ago
  87. c78c3a3 Optimizations mostly in the conference bridge (gained more than 3x faster) by Benny Prijono · 18 years ago
  88. 6f13748 Fixed bug in command line parsing in pjsua by Benny Prijono · 18 years ago
  89. 172cd73 Fixed new pjsua build/makefiles by Benny Prijono · 18 years ago
  90. 22a300a Implement --null-audio, --auto-loop, etc. in pjsua by Benny Prijono · 18 years ago
  91. d2ea4ea Removed activex-pjsua from projects (no longer desired) by Benny Prijono · 18 years ago
  92. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago
  93. 97f2a37 Changed codec names to uppercase in siprtp, as they are not accepted by some UA by Benny Prijono · 18 years ago
  94. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  95. b9b32ab Initial work on pjsua ActiveX component by Benny Prijono · 18 years ago
  96. 30c658b Added options in pjmedia UDP transport to disable source address checking by Benny Prijono · 18 years ago
  97. 9fc735d More changes in pjsua API to make it more complete high level API by Benny Prijono · 18 years ago
  98. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  99. 959df2a Change jitter calculation in sound test (sndtest) to show the worst jitter value by Benny Prijono · 18 years ago
  100. 6a61c22 Put back high thread priority in dsound.c by Benny Prijono · 18 years ago