1. 844c1c9 Fixed #1117: Configurable PJSUA-LIB lock timeout by Sauw Ming · 14 years ago
  2. 1c1d734 Implemented core multipart support and support in the invite session (re #1070) by Benny Prijono · 14 years ago
  3. 78bec1a Re #1103: by Nanang Izzuddin · 14 years ago
  4. 07fe230 Fixed #1081: Implement ICE option tag (RFC 5678) by Benny Prijono · 14 years ago
  5. 2dbf507 Fixed #1079 (Media transport should be kept alive during double-hold scenario). Details: by Benny Prijono · 14 years ago
  6. 93bacd0 Fix #476: by Nanang Izzuddin · 14 years ago
  7. 2a1b9ee Re #1089: by Nanang Izzuddin · 14 years ago
  8. 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
  9. 79f4f20 Ticket #976: Fixed pjsua_call_make_call() to associate call with account before media channel initialization. by Nanang Izzuddin · 15 years ago
  10. f5d9f1f Ticket #881: send UPDATE or re-INVITE after ICE negotiation, if the default candidate has changed by Benny Prijono · 15 years ago
  11. 384dab4 Ticket #970: More gracefull PJSUA-LIB shutdown sequence. Enhancements: by Benny Prijono · 15 years ago
  12. 140beae Ticket #951 (misc fixes): - fixed misc compiler warnings with gcc on Linux by Benny Prijono · 15 years ago
  13. 40d62b6 Ticket #877: Memory consumption of the invite session grows indefinitely if call is running for long period of time and with many re-INVITES by Benny Prijono · 15 years ago
  14. 65add62 Ticket #833: by Nanang Izzuddin · 15 years ago
  15. 59dffb1 Ticket #833: by Nanang Izzuddin · 15 years ago
  16. e086013 Ticket #880: Pressing call hold twice in pjsua will cause call to be unheld by Benny Prijono · 15 years ago
  17. 19eeb6e Ticket #860: by Benny Prijono · 15 years ago
  18. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  19. c6ff4b8 Ticket #842: Error parsing status line in sipfrag message body in call transfer scenario (thanks Tomáš Valenta for the report!) by Benny Prijono · 15 years ago
  20. 60e31fc Fixed ticket #794: Bug with generating SDP version in origin line (thanks Joel Dodson for the report) by Benny Prijono · 15 years ago
  21. 0bd5eb9 Ticket #786: Crash when UAC invite or subscribe session initialization fails (thanks Rostislav Molodyko for the report) by Benny Prijono · 15 years ago
  22. f798e50 BIG refactoring in pjsua_media.c: by Benny Prijono · 16 years ago
  23. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  24. 2285e7e Ticket 684: protect the memory allocation for TX packet with try/catch, and fixed various transmit data buffer leaks when transmission fails immediately by Benny Prijono · 16 years ago
  25. 08a48b8 More ticket #10: changed to signature of the redirection callbacks to make it more natural to use by Benny Prijono · 16 years ago
  26. 5e51a4e Ticket #10: handle redirection response in the invite session by Benny Prijono · 16 years ago
  27. 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
  28. 91d06b6 Ticket #611: Configuration option to force the route URI to use loose routing by Benny Prijono · 16 years ago
  29. 4494a48 Ticket #631: by Nanang Izzuddin · 16 years ago
  30. ff2b110 Ticket #631: by Nanang Izzuddin · 16 years ago
  31. 27c256a Ticket #613: Added packet discard statistic in pjsua 'dq' output by Benny Prijono · 16 years ago
  32. cf986c4 Ticket #608: Added API to retrieve media transport and session from pjsua call by Benny Prijono · 16 years ago
  33. a815ceb Ticket #602: by Nanang Izzuddin · 16 years ago
  34. 99d6952 Ticket #563: Updated SDP offer/answer related to call hold scenario to conform to RFC 3264 section 8.4 (before: 'a=inactive' and 'c=0.0.0.0', now: 'a=sendonly' and muted ports). by Nanang Izzuddin · 16 years ago
  35. 660eee8 Added ability to dump extended statistics (RTCP XR) in pjsua. by Nanang Izzuddin · 16 years ago
  36. 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
  37. a310bd2 Fix handling of multiple media lines in the incoming SDP offer. Now pjsua-lib will be able to select the best media line to handle by Benny Prijono · 16 years ago
  38. 2c484e4 Fixed assertion in invite session when INVITE has bad SDP because the SDP is given without having been validated first by Benny Prijono · 16 years ago
  39. 4375f90 Ticket #544: Fixed SRTP on hold+reinvite scenario by Nanang Izzuddin · 16 years ago
  40. 2331d20 Fixed bug: media got deactivated when SDP negotiation fails on re-INVITE or UPDATE while it should be unaffected by Benny Prijono · 16 years ago
  41. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  42. 224b4e2 Ticket #549: major modification in media transport API to support more offer/answer scenarios by Benny Prijono · 16 years ago
  43. 148fd39 More ticket #540: updated snd-auto-close to work friendly with call by Nanang Izzuddin · 16 years ago
  44. 2d4ee7d More on ticket #535: updated files using and related to math.h by Nanang Izzuddin · 16 years ago
  45. ddaaf6a Use the smart Contact header for TCP/TLS by Benny Prijono · 16 years ago
  46. 24a2185 Fixed miscellaneous compile warnings/errors when built with C++ mode by Benny Prijono · 16 years ago
  47. c54dcb3 As per list report, changed the default response to incoming REFER from 200 to 202 as some gateways do not like this. Thanks Pedro Sanchez for the report by Benny Prijono · 16 years ago
  48. 617b860 Fixed crash in SRTP when incoming SDP is received without any m= line (thanks Atik) by Benny Prijono · 16 years ago
  49. 734fc2d More ticket #479: bug in pjmedia_transport_get_info(), the info should be initialized by caller by Benny Prijono · 17 years ago
  50. 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
  51. 9963998 Ticket 467: dont send SDP with BYE! by Benny Prijono · 17 years ago
  52. 5d177b8 Fixed bug in ticket #455 in round-robin call ID allocation (thanks Truong Thanh Quang) by Benny Prijono · 17 years ago
  53. 2dbed82 Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiation by Benny Prijono · 17 years ago
  54. db844a4 More ticket #61: fixed signaling security level calculation for SRTP by Benny Prijono · 17 years ago
  55. bc2219b Added pj_strstr() and pj_stristr() in pjlib by Benny Prijono · 17 years ago
  56. f650898 More ticket #61: fix bug in secure signaling determination, and added --srtp-secure option in pjsua to control signaling security requirement for SRTP by Benny Prijono · 17 years ago
  57. 25b2ea1 Return 406/Not Acceptable if SRTP negotiation failed instead of 500 by Benny Prijono · 17 years ago
  58. 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
  59. 5773cd6 Ticket #455: allocate pjsua call id in round robin fashion by Benny Prijono · 17 years ago
  60. 59b3aed Reply with 488+SDP instead of 415 when incoming SDP is not acceptable (thanks Alain Totouom) by Benny Prijono · 17 years ago
  61. e723b92 Ticket #443: Overflow in dump_media_session() (thanks Simon Farmer) by Benny Prijono · 17 years ago
  62. 1402a4a Protect against division by zero in pjsua's dump_media_session (thanks Simon Farmer) by Benny Prijono · 17 years ago
  63. 38fb3ea Related to ticket #437: optimize the stack usage of pjsua-lib by Benny Prijono · 17 years ago
  64. 5186eae Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6 by Benny Prijono · 17 years ago
  65. 8147f40 Ticket #14: Don't change RTP/RTCP SSRC on re-INVITE by Benny Prijono · 17 years ago
  66. 8eb07bf In pjsua-lib, treat incoming SDP with a=sendonly as hold request, and respond with a=inactive by Benny Prijono · 17 years ago
  67. 48ab2b7 - Added option to send empty Authorization header in outgoing requests by Benny Prijono · 17 years ago
  68. ea9fd39 The NAT type investigation in incoming INVITE caused assertion error when the INVITE comes without SDP by Benny Prijono · 17 years ago
  69. 7129cc7 Increment SDP version upon creating subsequent offer inside the call (ref: Sipit21/Mon/12:30) by Benny Prijono · 17 years ago
  70. e083fd5 More ticket #385: 100rel support should be enabled by default by Benny Prijono · 17 years ago
  71. 91a6a17 More ticket #399: added PJSUA API to retrieve the remote NAT type by Benny Prijono · 17 years ago
  72. 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
  73. c08682e Ticket #389: Added new commands in pjsua to change codec priorities and send UPDATE by Benny Prijono · 17 years ago
  74. 1f7767b Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation by Benny Prijono · 17 years ago
  75. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  76. 627cbb4 Exported some private pjsua_call.c functions related to call quality statistics by Benny Prijono · 17 years ago
  77. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  78. b8864a9 Fixed ticket #355: Account ID is not initialized in pjsua_call_info for outgoing call (thanks Lemmel) by Benny Prijono · 17 years ago
  79. 77998ce More on ticket #399: a)send full offer on 200/OK response when re-INVITE does not have SDP, b) added on_create_offer() callback, c) handle some error cases by Benny Prijono · 17 years ago
  80. c9f6ea7 Fixed ticket #288: ICE role error on re-INVITE and ICE auth error when sending 487 (Role Conflict) response by Benny Prijono · 17 years ago
  81. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  82. 427af7d Added IP bandwidth output in pjsua dq report by Benny Prijono · 17 years ago
  83. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  84. 617c5bc When STUN is used with ICE, SDP media line should show the public IP address by Benny Prijono · 17 years ago
  85. 667952e Fixed hold/re-INVITE bug when ICE is used by Benny Prijono · 17 years ago
  86. dbce2cf Fixed pjnath build warnings/errors on Linux by Benny Prijono · 17 years ago
  87. fed7f4c Fixed ticket #203: Fix error when telephone-event is set as the first format in SDP (thanks Chris Hamilton) by Benny Prijono · 18 years ago
  88. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  89. 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
  90. ed7a5a7 Some simple call testing to py_pjsua and bug fixes by Benny Prijono · 18 years ago
  91. 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
  92. b5388cf Just updated and improved the doxygen documentations all over the place by Benny Prijono · 18 years ago
  93. 0875ae8 Added DTMF callback support all the way to PJSUA API (ticket #48) by Benny Prijono · 18 years ago
  94. 320fa4d Fixed ticket #38: misleading error message when destination URI is not valid when making outgoing call by Benny Prijono · 18 years ago
  95. 4be63b5 Print media statistic when call is disconnected in pjsua, to assist tracing media problems by Benny Prijono · 18 years ago
  96. 1d0ca0c Added jitter buffer settings in PJSUA-API media config by Benny Prijono · 18 years ago
  97. 053f522 Attended call transfer implementation. The changes involves: by Benny Prijono · 18 years ago
  98. 1ebd614 Fixed miscellaneous warnings with gcc compilation by Benny Prijono · 18 years ago
  99. 4ddad2c Some changes to REFER handling in PJSUA-LIB: by Benny Prijono · 18 years ago
  100. 1d9b9a4 Tests with other user agents revealed some bugs which have been fixed below: by Benny Prijono · 18 years ago