1. 6ba8c54 More ticket #399: added callback to report NAT detection result, and sends NAT type in SDP by Benny Prijono · 17 years ago
  2. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  3. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  4. cf0b4b2 Ticket #393: Added configuration to set basic audio frame length to minimize audio latency in pjsua-lib by Benny Prijono · 17 years ago
  5. 7a686d0 Related to ticket #385: fixed bug in pjsua-lib: 100rel module is not initialized because PJSIP_HAS_100REL macro has been removed by Benny Prijono · 17 years ago
  6. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  7. 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
  8. 106f5b7 More Symbian works: by Benny Prijono · 17 years ago
  9. 9cb09a2 Fixed ticket #365: couple of minor bugs with log decoration (thanks Thiago Paiva Flores) by Benny Prijono · 17 years ago
  10. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  11. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  12. f5afa92 Ticket #330: Changed DNS SRV resolver to use the new DNS A response parser by Benny Prijono · 17 years ago
  13. d17a5e9 Fixed Symbian (aka C++ mode) compilation error because of recent change in transport key in ticket #306 (thanks Esbjorn Dominique) by Benny Prijono · 17 years ago
  14. 318f384 Fixed ticket #276: Error creating resolver on Win32 release mode (thanks Frank Wiersma) by Benny Prijono · 17 years ago
  15. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  16. 897f9f8 Misc Symbian fixes, looks good by Benny Prijono · 17 years ago
  17. b2c9682 Implemented ticket #246, #247, #261, #268, #250 for Symbian by Benny Prijono · 17 years ago
  18. ad2e0ca Fixed ticket #242: Crash on Windows when no sound device is available by Benny Prijono · 17 years ago
  19. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  20. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  21. 3569c0d Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan) by Benny Prijono · 17 years ago
  22. 980ca0a Undo ticket #185: removed pj_file_flush() from pjsua-lib since it slows down the application alot! by Benny Prijono · 17 years ago
  23. da9785b Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsua by Benny Prijono · 17 years ago
  24. 617c5bc When STUN is used with ICE, SDP media line should show the public IP address by Benny Prijono · 17 years ago
  25. dbce2cf Fixed pjnath build warnings/errors on Linux by Benny Prijono · 17 years ago
  26. ebbf689 Added generic DNS SRV resolution in pjlib-util by Benny Prijono · 18 years ago
  27. ec92134 ICE (work in progress): implement error codes by Benny Prijono · 18 years ago
  28. f75eceb ICE (work in progress): implemented server reflexive candidate by Benny Prijono · 18 years ago
  29. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  30. ee73871 Implemented ticket #185: Added pj_file_flush() to file I/O API to flush file buffers by Benny Prijono · 18 years ago
  31. 14c2b86 Merged the ICE branch into the trunk by Benny Prijono · 18 years ago
  32. 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
  33. e347cb0 Fixed ticket #101: PJSUA transport is not updated with correct port number if application specifies port is zero by Benny Prijono · 18 years ago
  34. f90ef4f Fixed ticket #98: Error binding transports to specific interface in PJSUA-API by Benny Prijono · 18 years ago
  35. 5ff6187 Fixed ticket #84: pjsua_transport_close() doesn't properly close transport (especially TLS) by Benny Prijono · 18 years ago
  36. b43bad7 Fix ticket #71: When host doesn't have any NIC interfaces, pj_gethostip() should return 127.0.0.1 instead of error by Benny Prijono · 18 years ago
  37. 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
  38. 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
  39. 6e0e54b Initial implementation of TLS transport for ticket #3 (still not working at all) by Benny Prijono · 18 years ago
  40. f762ee7 Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries after pjsua_destroy() is called by Benny Prijono · 18 years ago
  41. 572d485 Updated Python project with base PJSUA API by Benny Prijono · 18 years ago
  42. 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
  43. 094d3ad Fixed sound device ID bug: application was unable to use device ID zero because this caused pasound.c to autodetect default device by Benny Prijono · 18 years ago
  44. 053f522 Attended call transfer implementation. The changes involves: by Benny Prijono · 18 years ago
  45. 1ebd614 Fixed miscellaneous warnings with gcc compilation by Benny Prijono · 18 years ago
  46. fa9e5b1 Major addition to support DNS SRV resolution in PJSIP: by Benny Prijono · 18 years ago
  47. 0a5cad8 Added support for specifying IP address in PJSUA-LIB/pjsua. by Benny Prijono · 18 years ago
  48. 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
  49. 97b8717 Just updated doxygen documentation by Benny Prijono · 18 years ago
  50. c8141a8 Added initial "norefersub" (RFC 4488) implementation in PJSUA-LIB, and also properly register all supported SIP method, accepted content type, and supported extensions to endpoint. by Benny Prijono · 18 years ago
  51. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  52. 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
  53. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  54. 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
  55. c570f2d More intelligent PJSUA-LIB in selecting the appropriate address for Contact header by Benny Prijono · 18 years ago
  56. b4a17c9 Fixed bug in PJSUA API re: account selection and Contact header for accounts by Benny Prijono · 18 years ago
  57. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  58. 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
  59. d841053 Cleanup misc compilation warnings with gcc by Benny Prijono · 18 years ago
  60. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago
  61. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  62. b9b32ab Initial work on pjsua ActiveX component by Benny Prijono · 18 years ago
  63. 9fc735d More changes in pjsua API to make it more complete high level API by Benny Prijono · 18 years ago
  64. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  65. 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
  66. 65382db Set default sound backend in Win32 to own DirectSound, and changed conference clock to 10ms (from 20ms) by Benny Prijono · 18 years ago
  67. da1c3e1 Change how --add-codec works in pjsua by Benny Prijono · 18 years ago
  68. 1d8d608 Fixed bug in event subscription when it is challenged/authenticated by Benny Prijono · 18 years ago
  69. b8c2518 Improve codec handling in pjsua cmd-line options, and add URI to call by Benny Prijono · 18 years ago
  70. 1595301 Initial support for stereo codecs, and added L16 codecs. Also better handling for case remote media is restarted by Benny Prijono · 18 years ago
  71. 94e0103 Fixed crashed bug when pjsua failed to initialize. Also fixed PortAudio error msg in pjmedia_strerror() by Benny Prijono · 18 years ago
  72. 080a2c4 Removed continuous warnings in handle_events in pjsua_core, and temporarily set default ioqueue in Linux to use select instead of epoll by Benny Prijono · 18 years ago
  73. 275fd68 Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Changed pjmedia_endpt_create() API. by Benny Prijono · 19 years ago
  74. fa137ca Added clock-rate options in pjsua by Benny Prijono · 19 years ago
  75. d0659a3 Support for stereo audio (or N audio channels, for that matter) by Benny Prijono · 19 years ago
  76. 101a78b Added sound port (sound_port.h/c), and changed sound and RTCP names from pj_* to pjmedia_* by Benny Prijono · 19 years ago
  77. 4381efe Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation by Benny Prijono · 19 years ago
  78. de38058 Added Null port, and changed conference so that it does not call port get_frame() when there is no listener on the port by Benny Prijono · 19 years ago
  79. ed811d7 Fixed compilation and run warnings/errors with MSVC 2005 by Benny Prijono · 19 years ago
  80. 8e3344c Added options to disable microphone device, usefull for streaming server (some systems only have sound player) by Benny Prijono · 19 years ago
  81. 105217f Added --uas-duration and --uas-refresh option (the later is broken) by Benny Prijono · 19 years ago
  82. ccb03fa Added to pjsua: write new media settings, modify call stat output, fixed general bug by Benny Prijono · 19 years ago
  83. 1c2bf46 Added complexity and quality argument, and terminate dialog properly on failures by Benny Prijono · 19 years ago
  84. eb30bf5 Added Speex for narrowband, wideband, and ultra-wideband!! by Benny Prijono · 19 years ago
  85. 08e0d06 Major modification in conference bridge to allow ports with different ptime and sampling rate. Also introduced sampling rate converter by Benny Prijono · 19 years ago
  86. b080837 Added IM and composition indication, and tested by Benny Prijono · 19 years ago
  87. 1a17414 Added option to perform detailed or summary only dump by Benny Prijono · 19 years ago
  88. cbf3740 Moved pjsua to pjsip-apps by Benny Prijono · 19 years ago
  89. f8baa87 Fixed bug in conference instantiation when max-ports is not properly set by Benny Prijono · 19 years ago
  90. 4f9f64e Moved pjsua framework to pjsua-lib by Benny Prijono · 19 years ago[Renamed (99%) from pjsip/src/pjsua/pjsua_core.c]
  91. a91a003 Major redesign in pjsua: call is indexed by number, multiple accounts, configurable max-calls, more auto-xxx features, fixed bugs in save_settings(), etc. by Benny Prijono · 19 years ago
  92. 2f8992b Tidying up and make it consistent with the documentation by Benny Prijono · 19 years ago
  93. 3987915 Added support for playing WAV file by Benny Prijono · 19 years ago
  94. fccab71 Fixed STUN error by Benny Prijono · 19 years ago
  95. 26ff906 Implemented major feature: call hold and transfer by Benny Prijono · 19 years ago
  96. f04ffdd Initial conference implementation by Benny Prijono · 19 years ago
  97. bcaed6c SIMPLE test with FWD, and added more info in UI by Benny Prijono · 19 years ago
  98. 834aee3 Initial SIMPLE implementation by Benny Prijono · 19 years ago
  99. f319507 Ported pjsip to WinCE by Benny Prijono · 19 years ago
  100. 1f9afba Integrated pjmedia-codec library to pjsua by Benny Prijono · 19 years ago