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