1. e7dbbc8 Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  2. 3a55bb9 Re #1266: by Sauw Ming · 13 years ago
  3. 903154f Re #1266: Modified pjsua_media_channel_deinit() to resume deinit in the callback (instead of returning PJ_EBUSY) and make sure the right transport is used before calling dlg_respond() by Sauw Ming · 13 years ago
  4. c12a19d Fix #1358: by Nanang Izzuddin · 13 years ago
  5. ec76535 Closed #1266: by Sauw Ming · 13 years ago
  6. 848742f Re #1266: Fixed failed automated tests for ICE by Sauw Ming · 13 years ago
  7. 73ecfe8 Re #1266: Asynchronous media transport creation by Sauw Ming · 13 years ago
  8. b90fd38 Modified the libraries to use the new log indentation feature re #1372 by Benny Prijono · 13 years ago
  9. e212bc1 Re #1263 (Video API): by Benny Prijono · 13 years ago
  10. 63b3c13 Fixed #1271: protected all video features with PJMEDIA_HAS_VIDEO macro setting. by Nanang Izzuddin · 13 years ago
  11. d93c68a Re #1326: by Nanang Izzuddin · 13 years ago
  12. fe68f1d Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-alpha-svn". by Nanang Izzuddin · 13 years ago
  13. f5269a2 Re #1263: by Nanang Izzuddin · 13 years ago
  14. 62053a6 Re #1263: by Nanang Izzuddin · 13 years ago
  15. 9f468d1 Initial commit re #1263 (PJSUA-LIB Video API): by Benny Prijono · 13 years ago
  16. 5f32640 Fix #1235: fixed lock codec to check all active media (previously only checked one media: first active audio). by Nanang Izzuddin · 13 years ago
  17. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  18. 029806a Re #1201: re-enable printing of ICE and SRTP specific info in call statistic output by Benny Prijono · 13 years ago
  19. 9d5efa7 Re #1208: fixed error if RTCP XR is enabled by Benny Prijono · 13 years ago
  20. e03faad Re #1201: Fixed crash when remote initiate call hold with SDP media connection address "0.0.0.0". by Nanang Izzuddin · 13 years ago
  21. 316f02a Re #1185: requesting call hold did not set video direction to sendonly by Benny Prijono · 13 years ago
  22. bf26db1 Re #1201: by Nanang Izzuddin · 14 years ago
  23. 0bc99a9 Modifications in PJSUA-LIB to support multiple media streams (multiple audio and/or video) and dynamic creation of media transports. This closed #1185 and closed #1201. by Benny Prijono · 14 years ago
  24. dec3a37 Fixed #1209: new enhancement: Option to update Contact URI when sending re-INVITE or UPDATE by Benny Prijono · 14 years ago
  25. ec91900 Fix #1163: by Nanang Izzuddin · 14 years ago
  26. 0249327 Fixed #1159: UPDATE is sent to lock codec even though call is being disconnected by Benny Prijono · 14 years ago
  27. 1e60155 Fixed #1149 (Crash when holding the call after receiving SDP answer with multiple codecs (thanks Cyril GY for the report)): by Benny Prijono · 14 years ago
  28. 1e952a8 Fix #1143: by Nanang Izzuddin · 14 years ago
  29. dd63b99 Closed #1142 (Account based configuration to specify if "c=0.0.0.0" method should be used when putting call on hold): by Benny Prijono · 14 years ago
  30. 742ef4b Re #1120: by Nanang Izzuddin · 14 years ago
  31. 844c1c9 Fixed #1117: Configurable PJSUA-LIB lock timeout by Sauw Ming · 14 years ago
  32. 1c1d734 Implemented core multipart support and support in the invite session (re #1070) by Benny Prijono · 14 years ago
  33. 78bec1a Re #1103: by Nanang Izzuddin · 14 years ago
  34. 07fe230 Fixed #1081: Implement ICE option tag (RFC 5678) by Benny Prijono · 14 years ago
  35. 2dbf507 Fixed #1079 (Media transport should be kept alive during double-hold scenario). Details: by Benny Prijono · 14 years ago
  36. 93bacd0 Fix #476: by Nanang Izzuddin · 14 years ago
  37. 2a1b9ee Re #1089: by Nanang Izzuddin · 14 years ago
  38. 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
  39. 79f4f20 Ticket #976: Fixed pjsua_call_make_call() to associate call with account before media channel initialization. by Nanang Izzuddin · 15 years ago
  40. f5d9f1f Ticket #881: send UPDATE or re-INVITE after ICE negotiation, if the default candidate has changed by Benny Prijono · 15 years ago
  41. 384dab4 Ticket #970: More gracefull PJSUA-LIB shutdown sequence. Enhancements: by Benny Prijono · 15 years ago
  42. 140beae Ticket #951 (misc fixes): - fixed misc compiler warnings with gcc on Linux by Benny Prijono · 15 years ago
  43. 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
  44. 65add62 Ticket #833: by Nanang Izzuddin · 15 years ago
  45. 59dffb1 Ticket #833: by Nanang Izzuddin · 15 years ago
  46. e086013 Ticket #880: Pressing call hold twice in pjsua will cause call to be unheld by Benny Prijono · 15 years ago
  47. 19eeb6e Ticket #860: by Benny Prijono · 15 years ago
  48. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  49. 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
  50. 60e31fc Fixed ticket #794: Bug with generating SDP version in origin line (thanks Joel Dodson for the report) by Benny Prijono · 15 years ago
  51. 0bd5eb9 Ticket #786: Crash when UAC invite or subscribe session initialization fails (thanks Rostislav Molodyko for the report) by Benny Prijono · 15 years ago
  52. f798e50 BIG refactoring in pjsua_media.c: by Benny Prijono · 16 years ago
  53. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  54. 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
  55. 08a48b8 More ticket #10: changed to signature of the redirection callbacks to make it more natural to use by Benny Prijono · 16 years ago
  56. 5e51a4e Ticket #10: handle redirection response in the invite session by Benny Prijono · 16 years ago
  57. 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
  58. 91d06b6 Ticket #611: Configuration option to force the route URI to use loose routing by Benny Prijono · 16 years ago
  59. 4494a48 Ticket #631: by Nanang Izzuddin · 16 years ago
  60. ff2b110 Ticket #631: by Nanang Izzuddin · 16 years ago
  61. 27c256a Ticket #613: Added packet discard statistic in pjsua 'dq' output by Benny Prijono · 16 years ago
  62. cf986c4 Ticket #608: Added API to retrieve media transport and session from pjsua call by Benny Prijono · 16 years ago
  63. a815ceb Ticket #602: by Nanang Izzuddin · 16 years ago
  64. 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
  65. 660eee8 Added ability to dump extended statistics (RTCP XR) in pjsua. by Nanang Izzuddin · 16 years ago
  66. 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
  67. 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
  68. 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
  69. 4375f90 Ticket #544: Fixed SRTP on hold+reinvite scenario by Nanang Izzuddin · 16 years ago
  70. 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
  71. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  72. 224b4e2 Ticket #549: major modification in media transport API to support more offer/answer scenarios by Benny Prijono · 16 years ago
  73. 148fd39 More ticket #540: updated snd-auto-close to work friendly with call by Nanang Izzuddin · 16 years ago
  74. 2d4ee7d More on ticket #535: updated files using and related to math.h by Nanang Izzuddin · 16 years ago
  75. ddaaf6a Use the smart Contact header for TCP/TLS by Benny Prijono · 16 years ago
  76. 24a2185 Fixed miscellaneous compile warnings/errors when built with C++ mode by Benny Prijono · 16 years ago
  77. 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
  78. 617b860 Fixed crash in SRTP when incoming SDP is received without any m= line (thanks Atik) by Benny Prijono · 16 years ago
  79. 734fc2d More ticket #479: bug in pjmedia_transport_get_info(), the info should be initialized by caller by Benny Prijono · 17 years ago
  80. 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
  81. 9963998 Ticket 467: dont send SDP with BYE! by Benny Prijono · 17 years ago
  82. 5d177b8 Fixed bug in ticket #455 in round-robin call ID allocation (thanks Truong Thanh Quang) by Benny Prijono · 17 years ago
  83. 2dbed82 Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiation by Benny Prijono · 17 years ago
  84. db844a4 More ticket #61: fixed signaling security level calculation for SRTP by Benny Prijono · 17 years ago
  85. bc2219b Added pj_strstr() and pj_stristr() in pjlib by Benny Prijono · 17 years ago
  86. 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
  87. 25b2ea1 Return 406/Not Acceptable if SRTP negotiation failed instead of 500 by Benny Prijono · 17 years ago
  88. 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
  89. 5773cd6 Ticket #455: allocate pjsua call id in round robin fashion by Benny Prijono · 17 years ago
  90. 59b3aed Reply with 488+SDP instead of 415 when incoming SDP is not acceptable (thanks Alain Totouom) by Benny Prijono · 17 years ago
  91. e723b92 Ticket #443: Overflow in dump_media_session() (thanks Simon Farmer) by Benny Prijono · 17 years ago
  92. 1402a4a Protect against division by zero in pjsua's dump_media_session (thanks Simon Farmer) by Benny Prijono · 17 years ago
  93. 38fb3ea Related to ticket #437: optimize the stack usage of pjsua-lib by Benny Prijono · 17 years ago
  94. 5186eae Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6 by Benny Prijono · 17 years ago
  95. 8147f40 Ticket #14: Don't change RTP/RTCP SSRC on re-INVITE by Benny Prijono · 17 years ago
  96. 8eb07bf In pjsua-lib, treat incoming SDP with a=sendonly as hold request, and respond with a=inactive by Benny Prijono · 17 years ago
  97. 48ab2b7 - Added option to send empty Authorization header in outgoing requests by Benny Prijono · 17 years ago
  98. ea9fd39 The NAT type investigation in incoming INVITE caused assertion error when the INVITE comes without SDP by Benny Prijono · 17 years ago
  99. 7129cc7 Increment SDP version upon creating subsequent offer inside the call (ref: Sipit21/Mon/12:30) by Benny Prijono · 17 years ago
  100. e083fd5 More ticket #385: 100rel support should be enabled by default by Benny Prijono · 17 years ago