1. 1086143 Ticket #406: New PJSUA API to update buddy's presence subscription by Benny Prijono · 17 years ago
  2. a17496a Ticket #405: Subscribe to buddy presence upon receiving incoming subscription from the buddy by Benny Prijono · 17 years ago
  3. 91a6a17 More ticket #399: added PJSUA API to retrieve the remote NAT type by Benny Prijono · 17 years ago
  4. 44e88ea Added pjsua_get_var() to access pjsua_var from a DLL (thanks Tomas Valenta) by Benny Prijono · 17 years ago
  5. 2a67ea4 Continuing ticket #400: Only process Service-Route header if enable_service_route (--service-route option in pjsua) is set by Benny Prijono · 17 years ago
  6. 427439c Changed default AEC/EC tail length (PJSUA_DEFAULT_EC_TAIL_LEN) from 800 ms to 200 ms since we now have much better sound latency by Benny Prijono · 17 years ago
  7. 6ba8c54 More ticket #399: added callback to report NAT detection result, and sends NAT type in SDP by Benny Prijono · 17 years ago
  8. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  9. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  10. cf0b4b2 Ticket #393: Added configuration to set basic audio frame length to minimize audio latency in pjsua-lib by Benny Prijono · 17 years ago
  11. feb69f4 Ticket #391: Added framework to send and receive arbitrary requests within call in PJSUA-LIB, with samples to send/receive DTMF with INFO in pjsua application by Benny Prijono · 17 years ago
  12. c08682e Ticket #389: Added new commands in pjsua to change codec priorities and send UPDATE by Benny Prijono · 17 years ago
  13. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  14. 15b0230 Ticket #381: auto-update the IP address in Contact according to the address/port received in REGISTER response by Benny Prijono · 17 years ago
  15. 627cbb4 Exported some private pjsua_call.c functions related to call quality statistics by Benny Prijono · 17 years ago
  16. 096c56c Ticket #370: Implemented callback notification to application when ICE negotiation fails (via on_call_media_state callback) by Benny Prijono · 17 years ago
  17. 1f63cc4 Updated Python module to pjsip-0.7 (inc. custom presence test) by Benny Prijono · 17 years ago
  18. 4461c7d Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting subset of RPID elements by Benny Prijono · 17 years ago
  19. fe04fb5 Ticket #365: ability to override generated ttuple ID in PIDF message body (thanks Babon Frederic) by Benny Prijono · 17 years ago
  20. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  21. d5696da Ticket #353: memory leak with pjsua WAV file player/recorder by Benny Prijono · 17 years ago
  22. f9c40c3 Fixed ticket #351: Possible deadlock in pjsua-api presence subscription (thanks Paul Levin) by Benny Prijono · 17 years ago
  23. 0a98200 Add tx_data in the new on_pager_status2() callback by Benny Prijono · 17 years ago
  24. 4da0b1d Ticket #334: Added on_pager_status2() callback to receive the full SIP message of IM delivery status (thanks Paul Levin) by Benny Prijono · 17 years ago
  25. c92ca5c Added more comments on pjsua_msg_data by Benny Prijono · 17 years ago
  26. 66ceef5 Ticket #327: changed default URI scheme for TLS to sip (from sips) by Benny Prijono · 17 years ago
  27. 8058a62 Fixed ticket #327: SIPS URI in Contact header generated by pjsua causing problems with OpenSER by Benny Prijono · 17 years ago
  28. 7a5f510 Fixed ticket #91: timer to re-subscribe buddy's presence when subscription failed by Benny Prijono · 17 years ago
  29. bbeb399 Ticket #283: Added another pjsua IM callback with the message passed as argument (thanks Paul Levin) by Benny Prijono · 17 years ago
  30. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  31. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  32. da9785b Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsua by Benny Prijono · 17 years ago
  33. 617c5bc When STUN is used with ICE, SDP media line should show the public IP address by Benny Prijono · 17 years ago
  34. fff245c Ticket #205: merged proxy functionalities from stable to trunk by Benny Prijono · 17 years ago
  35. dbce2cf Fixed pjnath build warnings/errors on Linux by Benny Prijono · 17 years ago
  36. ebbf689 Added generic DNS SRV resolution in pjlib-util by Benny Prijono · 18 years ago
  37. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  38. 8b6834f Fixed ticket #90: PUBLISH is rejected with 404 when REGISTER is challenged with 401/407 by Benny Prijono · 18 years ago
  39. 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
  40. cba59d9 Ticket #102: use PJSUA_MAX_PLAYERS and PJSUA_MAX_RECORDERS instead of hardcoded value in pjsua by Benny Prijono · 18 years ago
  41. ebdf877 Implement the missing pjsua_get_snd_dev() function by Benny Prijono · 18 years ago
  42. e6ead54 Updated PJSUA-API docs for Python and some bug fixes in Python module by Benny Prijono · 18 years ago
  43. fc24e69 Fixed various gcc warnings especially related to ticket #82 when particular codecs are disabled by Benny Prijono · 18 years ago
  44. a66c331 Implement ticket #67: added WAV playlist feature to PJMEDIA by Benny Prijono · 18 years ago
  45. 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
  46. b5388cf Just updated and improved the doxygen documentations all over the place by Benny Prijono · 18 years ago
  47. 469b152 (Ticket #52) Added functions to retrieve media port of player and recorder in PJSUA-API by Benny Prijono · 18 years ago
  48. 6dd967c Ticket #51: Added audio level adjustment to PJSUA-API by Benny Prijono · 18 years ago
  49. 0875ae8 Added DTMF callback support all the way to PJSUA API (ticket #48) by Benny Prijono · 18 years ago
  50. f3bbc13 Major TLS work (ticket #3): asynchronous socket, rather complete TLS options, and pjsua integration. The TLS support should work in both client and server mode. by Benny Prijono · 18 years ago
  51. 6e0e54b Initial implementation of TLS transport for ticket #3 (still not working at all) by Benny Prijono · 18 years ago
  52. d2990b9 Updated Speex to their latest SVN (1.2-beta). AEC seems by Benny Prijono · 18 years ago
  53. 12a669c Worked on the AEC. Apply constant delay bufferring for the AEC, by Benny Prijono · 18 years ago
  54. 1d0ca0c Added jitter buffer settings in PJSUA-API media config by Benny Prijono · 18 years ago
  55. 07113c9 Fixed compilation error if C++ application tries to include pjsua_internal.h by Benny Prijono · 18 years ago
  56. 053f522 Attended call transfer implementation. The changes involves: by Benny Prijono · 18 years ago
  57. 8f31052 Changed the processing of mp3 _options in mp3 writer with regard to bit_rate and quality to comply with LAME, also changed the pjsua_recorder_create() parameter to allow specifying mp3 options in one of the parameter by Benny Prijono · 18 years ago
  58. b3cdb2b Support for MP3 recording for Win32 target. Also added "--rec-file" and "--auto-rec" option in pjsua to record voice conversion. The "--rec-file" option will record to either .WAV or .MP3 depending on the file extension. by Benny Prijono · 18 years ago
  59. 4ddad2c Some changes to REFER handling in PJSUA-LIB: by Benny Prijono · 18 years ago
  60. fa9e5b1 Major addition to support DNS SRV resolution in PJSIP: by Benny Prijono · 18 years ago
  61. 0a5cad8 Added support for specifying IP address in PJSUA-LIB/pjsua. by Benny Prijono · 18 years ago
  62. 1d9b9a4 Tests with other user agents revealed some bugs which have been fixed below: by Benny Prijono · 18 years ago
  63. 093d302 Fixed several bugs in PJSUA-API: by Benny Prijono · 18 years ago
  64. 669643c Automatically suspend AEC when nothing is connected to the sound port in the bridge, and resume as soon as frames are transmitted. by Benny Prijono · 18 years ago
  65. 148c9dd Fixed race-condition/deadlock problems in the dialog/user agent layer by Benny Prijono · 18 years ago
  66. 9031551 Added account ID in pjsua_call_info. by Benny Prijono · 18 years ago
  67. a3cbb1c Yet another documentation/doxygen update by Benny Prijono · 18 years ago
  68. 97b8717 Just updated doxygen documentation by Benny Prijono · 18 years ago
  69. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  70. 21b9ad9 Added initial PUBLISH client support, and also default account selection in pjsua/pjsua-lib by Benny Prijono · 18 years ago
  71. 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
  72. 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
  73. 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
  74. 7097299 AEC and sound backend fixes: by Benny Prijono · 18 years ago
  75. 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
  76. 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
  77. c8e24a1 Added experimental AEC media port (aec_port.[hc]) based on Speex AEC in pjmedia and pjsua-lib. by Benny Prijono · 18 years ago
  78. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  79. 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
  80. 0a12f00 Added --ptime and --no-vad option in pjsua by Benny Prijono · 18 years ago
  81. 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
  82. c570f2d More intelligent PJSUA-LIB in selecting the appropriate address for Contact header by Benny Prijono · 18 years ago
  83. b4a17c9 Fixed bug in PJSUA API re: account selection and Contact header for accounts by Benny Prijono · 18 years ago
  84. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  85. 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
  86. 18e4982 Changed default media quality to 3 by Benny Prijono · 18 years ago
  87. 6fd4b8f Modify all applications because of changed in WAV port API (removed user_data from argument) by Benny Prijono · 18 years ago
  88. 0498d90 Re-live --quality options in pjsua by Benny Prijono · 18 years ago
  89. 312aff9 Modifications all over the place, but mainly only to update Doxygen documentation by Benny Prijono · 18 years ago
  90. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago
  91. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  92. b9b32ab Initial work on pjsua ActiveX component by Benny Prijono · 18 years ago
  93. 9fc735d More changes in pjsua API to make it more complete high level API by Benny Prijono · 18 years ago
  94. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  95. b04c9e0 Major modification in pjmedia to split stream transport into separate functionality, to allow using custom transports with streams by Benny Prijono · 18 years ago
  96. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  97. b8c2518 Improve codec handling in pjsua cmd-line options, and add URI to call by Benny Prijono · 18 years ago
  98. e21e784 Added call duration in pjsua by Benny Prijono · 18 years ago
  99. fce4b5c Moved getopt from pjsua-lib to pjlib-util by Benny Prijono · 19 years ago
  100. 275fd68 Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Changed pjmedia_endpt_create() API. by Benny Prijono · 19 years ago