1. 2fb937e Ticket #1032: by Nanang Izzuddin · 15 years ago
  2. fe1bd34 More ticket #982 (MWI): support for Asterisk unsolicited MWI requests: by Benny Prijono · 15 years ago
  3. 1cd713b Misc (#951): undo r3012, and silently adjust max_calls to PJSUA_MAX_CALLS instead if it is greater by Benny Prijono · 15 years ago
  4. 4bf49ea Misc (#951): check when app specifies max_calls that is greater than PJSUA_MAX_CALLS (thanks Robbie Hanson for the report) by Benny Prijono · 15 years ago
  5. 4dd961b Implement ticket #982: Support for SIP Message Summary/Message Waiting Indication (MWI, RFC 3842) by Benny Prijono · 15 years ago
  6. 4d79b0f Initial commit for ticket #950: QoS support: by Benny Prijono · 15 years ago
  7. 73bb723 Initial commit for ticket #937: Revamping of presence management to make it more efficient by Benny Prijono · 15 years ago
  8. dc20c59 Misc (#951): pool that is used to add missing ";lr" parameter in the Route URI is not destroyed in PJSUA-LIB, causing potential memory leak by Benny Prijono · 15 years ago
  9. 384dab4 Ticket #970: More gracefull PJSUA-LIB shutdown sequence. Enhancements: by Benny Prijono · 15 years ago
  10. 534a9ba Ticket #364: Upon unregistration, (un)REGISTER should be sent only after (un)PUBLISH has completed successfully by Benny Prijono · 15 years ago
  11. fe50c9e Ticket #411: Cannot update account presence's status while previous PUBLISH is in progress (thanks Olivier Beytrison for the report) by Benny Prijono · 15 years ago
  12. ae1c615 Ticket #866: Fixed compile error caused by implicit conversion from void* in test_stun_on_status(). by Nanang Izzuddin · 15 years ago
  13. d64c150 Ticket #945: Account config may not get initialized with default values if pjsua_acc_config_default() is called before pjsua_init() by Benny Prijono · 15 years ago
  14. a248b95 Ticket #933: Incoming OPTIONS may trigger assertion if it arrives when PJSUA-LIB is being shutdown (thanks Johan Lantz for the report) by Benny Prijono · 15 years ago
  15. 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
  16. 65add62 Ticket #833: by Nanang Izzuddin · 15 years ago
  17. 59dffb1 Ticket #833: by Nanang Izzuddin · 15 years ago
  18. 844f828 More ticket #878 (New PJLIB API to parse socket address string): by Benny Prijono · 15 years ago
  19. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  20. 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
  21. 9920dc3 (Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-direct branch to trunk. by Benny Prijono · 16 years ago
  22. f798e50 BIG refactoring in pjsua_media.c: by Benny Prijono · 16 years ago
  23. 90b8320 Ticket #732: by Nanang Izzuddin · 16 years ago
  24. 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
  25. 10454dc Updated libraries and applications to use the new Audio Device API by Benny Prijono · 16 years ago
  26. 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
  27. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  28. 82f7a41 Ticket #675: by Nanang Izzuddin · 16 years ago
  29. 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
  30. 91d06b6 Ticket #611: Configuration option to force the route URI to use loose routing by Benny Prijono · 16 years ago
  31. 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
  32. 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
  33. 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
  34. 660eee8 Added ability to dump extended statistics (RTCP XR) in pjsua. by Nanang Izzuddin · 16 years ago
  35. 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
  36. ff3b146 Ticket #566: TURN session in PJSUA-LIB is not properly destroyed causing possible memory and handle leaks by Benny Prijono · 16 years ago
  37. 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
  38. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  39. 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
  40. f76e139 More ticket #485: added TURN support in PJSUA-LIB API by Benny Prijono · 16 years ago
  41. 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
  42. e8554ef Ticket #515 (Update Contact header in REGISTER for TCP/TLS transport) by Benny Prijono · 17 years ago
  43. 734fc2d More ticket #479: bug in pjmedia_transport_get_info(), the info should be initialized by caller by Benny Prijono · 17 years ago
  44. 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
  45. 50f19b3 More ticket #495: bug in snd_clock_rate causing unability to open sound device on WinCE by Benny Prijono · 17 years ago
  46. f3758ee Ticket #495: ability to specify different clock rate when opening sound device by Benny Prijono · 17 years ago
  47. 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
  48. 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
  49. 4190cf9 Ticket #453: Log level is not set in PJSUA-LIB (thanks Simon Farmer) by Benny Prijono · 17 years ago
  50. 37c710b Added PJSUA_DEFAULT_AUDIO_FRAME_PTIME setting and changed default iLBC mode from 20 to 30 by Benny Prijono · 17 years ago
  51. 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
  52. 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
  53. b247714 Fixed error when creating TLS transport in pjsua-lib (the TLS type was misidentified was UDP) by Benny Prijono · 17 years ago
  54. 5186eae Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6 by Benny Prijono · 17 years ago
  55. 23674a3 Ticket #421: initial IPv6 support: UDP transport by Benny Prijono · 17 years ago
  56. 744aca0 Do not resolve SIP address with STUN if public address is configured by Benny Prijono · 17 years ago
  57. bddef2c Ticket #407: keep-alive for UDP transports in PJSUA-LIB by Benny Prijono · 17 years ago
  58. 91a6a17 More ticket #399: added PJSUA API to retrieve the remote NAT type by Benny Prijono · 17 years ago
  59. 44e88ea Added pjsua_get_var() to access pjsua_var from a DLL (thanks Tomas Valenta) by Benny Prijono · 17 years ago
  60. 6ba8c54 More ticket #399: added callback to report NAT detection result, and sends NAT type in SDP by Benny Prijono · 17 years ago
  61. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  62. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  63. cf0b4b2 Ticket #393: Added configuration to set basic audio frame length to minimize audio latency in pjsua-lib by Benny Prijono · 17 years ago
  64. 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
  65. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  66. 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
  67. 106f5b7 More Symbian works: by Benny Prijono · 17 years ago
  68. 9cb09a2 Fixed ticket #365: couple of minor bugs with log decoration (thanks Thiago Paiva Flores) by Benny Prijono · 17 years ago
  69. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  70. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  71. f5afa92 Ticket #330: Changed DNS SRV resolver to use the new DNS A response parser by Benny Prijono · 17 years ago
  72. 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
  73. 318f384 Fixed ticket #276: Error creating resolver on Win32 release mode (thanks Frank Wiersma) by Benny Prijono · 17 years ago
  74. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  75. 897f9f8 Misc Symbian fixes, looks good by Benny Prijono · 17 years ago
  76. b2c9682 Implemented ticket #246, #247, #261, #268, #250 for Symbian by Benny Prijono · 17 years ago
  77. ad2e0ca Fixed ticket #242: Crash on Windows when no sound device is available by Benny Prijono · 17 years ago
  78. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  79. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  80. 3569c0d Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan) by Benny Prijono · 17 years ago
  81. 980ca0a Undo ticket #185: removed pj_file_flush() from pjsua-lib since it slows down the application alot! by Benny Prijono · 17 years ago
  82. da9785b Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsua by Benny Prijono · 17 years ago
  83. 617c5bc When STUN is used with ICE, SDP media line should show the public IP address by Benny Prijono · 17 years ago
  84. dbce2cf Fixed pjnath build warnings/errors on Linux by Benny Prijono · 17 years ago
  85. ebbf689 Added generic DNS SRV resolution in pjlib-util by Benny Prijono · 18 years ago
  86. ec92134 ICE (work in progress): implement error codes by Benny Prijono · 18 years ago
  87. f75eceb ICE (work in progress): implemented server reflexive candidate by Benny Prijono · 18 years ago
  88. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  89. ee73871 Implemented ticket #185: Added pj_file_flush() to file I/O API to flush file buffers by Benny Prijono · 18 years ago
  90. 14c2b86 Merged the ICE branch into the trunk by Benny Prijono · 18 years ago
  91. 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
  92. 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
  93. f90ef4f Fixed ticket #98: Error binding transports to specific interface in PJSUA-API by Benny Prijono · 18 years ago
  94. 5ff6187 Fixed ticket #84: pjsua_transport_close() doesn't properly close transport (especially TLS) by Benny Prijono · 18 years ago
  95. 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
  96. 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
  97. 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
  98. 6e0e54b Initial implementation of TLS transport for ticket #3 (still not working at all) by Benny Prijono · 18 years ago
  99. f762ee7 Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries after pjsua_destroy() is called by Benny Prijono · 18 years ago
  100. 572d485 Updated Python project with base PJSUA API by Benny Prijono · 18 years ago