1. bb995fd Ticket #866: Allow application to specify more than one STUN servers for more robustness, and continue application startup if STUN resolution fails by Benny Prijono · 15 years ago
  2. 65add62 Ticket #833: by Nanang Izzuddin · 15 years ago
  3. 59dffb1 Ticket #833: by Nanang Izzuddin · 15 years ago
  4. 844f828 More ticket #878 (New PJLIB API to parse socket address string): by Benny Prijono · 15 years ago
  5. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  6. dbe3f4b Ticket #827: Option in PJSUA-LIB logging config to append existing log file (thanks Robert Cichielo for the suggestion) by Benny Prijono · 15 years ago
  7. 9920dc3 (Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-direct branch to trunk. by Benny Prijono · 16 years ago
  8. f798e50 BIG refactoring in pjsua_media.c: by Benny Prijono · 16 years ago
  9. 90b8320 Ticket #732: by Nanang Izzuddin · 16 years ago
  10. 96e74f3 - New convention about default audio device ID (now there is different ID for default capture/playback device. It should be backward compatible) by Benny Prijono · 16 years ago
  11. 10454dc Updated libraries and applications to use the new Audio Device API by Benny Prijono · 16 years ago
  12. 6627f3e Minor fix (ticket #724): set default pjsua_config.max_calls to PJSUA_MAX_CALLS if PJSUA_MAX_CALLS is lower than 4 (thanks Dan Aberg for the suggestion) by Benny Prijono · 16 years ago
  13. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  14. 82f7a41 Ticket #675: by Nanang Izzuddin · 16 years ago
  15. 3c5e28b Ticket #635: Disconnect the other call leg when multiple 2xx/OK responses to INVITE are received due to forking by Benny Prijono · 16 years ago
  16. 91d06b6 Ticket #611: Configuration option to force the route URI to use loose routing by Benny Prijono · 16 years ago
  17. 7f6ee02 Fixed ticket #582: Extended presence status is not sent in initial NOTIFY request (thanks Joseph Maiquez for the report) by Benny Prijono · 16 years ago
  18. 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
  19. d7e2658 Related to ticket #192: crash when shutting down pjsua if buddy pool has been destroyed when presence subscription callback is called by Benny Prijono · 16 years ago
  20. 660eee8 Added ability to dump extended statistics (RTCP XR) in pjsua. by Nanang Izzuddin · 16 years ago
  21. 4d1cc7b Related to ticket #518: only destroy the account and buddy pools after busy_sleep() is done, otherwise when unregistration callback is called, the callback will access accounts which are no longer valid because the pool has been destroyed by Benny Prijono · 16 years ago
  22. ff3b146 Ticket #566: TURN session in PJSUA-LIB is not properly destroyed causing possible memory and handle leaks by Benny Prijono · 16 years ago
  23. 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
  24. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  25. 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
  26. f76e139 More ticket #485: added TURN support in PJSUA-LIB API by Benny Prijono · 16 years ago
  27. 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
  28. e8554ef Ticket #515 (Update Contact header in REGISTER for TCP/TLS transport) by Benny Prijono · 17 years ago
  29. 734fc2d More ticket #479: bug in pjmedia_transport_get_info(), the info should be initialized by caller by Benny Prijono · 17 years ago
  30. 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
  31. 50f19b3 More ticket #495: bug in snd_clock_rate causing unability to open sound device on WinCE by Benny Prijono · 17 years ago
  32. f3758ee Ticket #495: ability to specify different clock rate when opening sound device by Benny Prijono · 17 years ago
  33. 8389c31 Ticket #412: increased randomness of guid_simple.c to 192-bits, and seed random number generator in pjsua_core.c by Benny Prijono · 17 years ago
  34. d817965 Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated applications because of the changes. This is a major modification back ported from SRTP branch. See ticket #61 for changelog detail of this commit by Benny Prijono · 17 years ago
  35. 4190cf9 Ticket #453: Log level is not set in PJSUA-LIB (thanks Simon Farmer) by Benny Prijono · 17 years ago
  36. 37c710b Added PJSUA_DEFAULT_AUDIO_FRAME_PTIME setting and changed default iLBC mode from 20 to 30 by Benny Prijono · 17 years ago
  37. 42d08d2 Related to Ticket #429: when bind address is specified and public address is not, the bind address should be used as the public address (thanks Arie Velthoen) by Benny Prijono · 17 years ago
  38. 5f55a1f Fixed run-time error on MacOS X (and possibly BSD based systems) when bind() is called with larger addrlen by Benny Prijono · 17 years ago
  39. b247714 Fixed error when creating TLS transport in pjsua-lib (the TLS type was misidentified was UDP) by Benny Prijono · 17 years ago
  40. 5186eae Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6 by Benny Prijono · 17 years ago
  41. 23674a3 Ticket #421: initial IPv6 support: UDP transport by Benny Prijono · 17 years ago
  42. 744aca0 Do not resolve SIP address with STUN if public address is configured by Benny Prijono · 17 years ago
  43. bddef2c Ticket #407: keep-alive for UDP transports in PJSUA-LIB by Benny Prijono · 17 years ago
  44. 91a6a17 More ticket #399: added PJSUA API to retrieve the remote NAT type by Benny Prijono · 17 years ago
  45. 44e88ea Added pjsua_get_var() to access pjsua_var from a DLL (thanks Tomas Valenta) by Benny Prijono · 17 years ago
  46. 6ba8c54 More ticket #399: added callback to report NAT detection result, and sends NAT type in SDP by Benny Prijono · 17 years ago
  47. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  48. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  49. cf0b4b2 Ticket #393: Added configuration to set basic audio frame length to minimize audio latency in pjsua-lib by Benny Prijono · 17 years ago
  50. 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
  51. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  52. 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
  53. 106f5b7 More Symbian works: by Benny Prijono · 17 years ago
  54. 9cb09a2 Fixed ticket #365: couple of minor bugs with log decoration (thanks Thiago Paiva Flores) by Benny Prijono · 17 years ago
  55. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  56. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  57. f5afa92 Ticket #330: Changed DNS SRV resolver to use the new DNS A response parser by Benny Prijono · 17 years ago
  58. 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
  59. 318f384 Fixed ticket #276: Error creating resolver on Win32 release mode (thanks Frank Wiersma) by Benny Prijono · 17 years ago
  60. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  61. 897f9f8 Misc Symbian fixes, looks good by Benny Prijono · 17 years ago
  62. b2c9682 Implemented ticket #246, #247, #261, #268, #250 for Symbian by Benny Prijono · 17 years ago
  63. ad2e0ca Fixed ticket #242: Crash on Windows when no sound device is available by Benny Prijono · 17 years ago
  64. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  65. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  66. 3569c0d Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan) by Benny Prijono · 17 years ago
  67. 980ca0a Undo ticket #185: removed pj_file_flush() from pjsua-lib since it slows down the application alot! by Benny Prijono · 17 years ago
  68. da9785b Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsua by Benny Prijono · 17 years ago
  69. 617c5bc When STUN is used with ICE, SDP media line should show the public IP address by Benny Prijono · 17 years ago
  70. dbce2cf Fixed pjnath build warnings/errors on Linux by Benny Prijono · 17 years ago
  71. ebbf689 Added generic DNS SRV resolution in pjlib-util by Benny Prijono · 18 years ago
  72. ec92134 ICE (work in progress): implement error codes by Benny Prijono · 18 years ago
  73. f75eceb ICE (work in progress): implemented server reflexive candidate by Benny Prijono · 18 years ago
  74. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  75. ee73871 Implemented ticket #185: Added pj_file_flush() to file I/O API to flush file buffers by Benny Prijono · 18 years ago
  76. 14c2b86 Merged the ICE branch into the trunk by Benny Prijono · 18 years ago
  77. 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
  78. 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
  79. f90ef4f Fixed ticket #98: Error binding transports to specific interface in PJSUA-API by Benny Prijono · 18 years ago
  80. 5ff6187 Fixed ticket #84: pjsua_transport_close() doesn't properly close transport (especially TLS) by Benny Prijono · 18 years ago
  81. 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
  82. 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
  83. 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
  84. 6e0e54b Initial implementation of TLS transport for ticket #3 (still not working at all) by Benny Prijono · 18 years ago
  85. f762ee7 Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries after pjsua_destroy() is called by Benny Prijono · 18 years ago
  86. 572d485 Updated Python project with base PJSUA API by Benny Prijono · 18 years ago
  87. 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
  88. 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
  89. 053f522 Attended call transfer implementation. The changes involves: by Benny Prijono · 18 years ago
  90. 1ebd614 Fixed miscellaneous warnings with gcc compilation by Benny Prijono · 18 years ago
  91. fa9e5b1 Major addition to support DNS SRV resolution in PJSIP: by Benny Prijono · 18 years ago
  92. 0a5cad8 Added support for specifying IP address in PJSUA-LIB/pjsua. by Benny Prijono · 18 years ago
  93. 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
  94. 97b8717 Just updated doxygen documentation by Benny Prijono · 18 years ago
  95. 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
  96. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  97. 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
  98. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  99. 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
  100. c570f2d More intelligent PJSUA-LIB in selecting the appropriate address for Contact header by Benny Prijono · 18 years ago