1. 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
  2. 5773cd6 Ticket #455: allocate pjsua call id in round robin fashion by Benny Prijono · 17 years ago
  3. 59b3aed Reply with 488+SDP instead of 415 when incoming SDP is not acceptable (thanks Alain Totouom) by Benny Prijono · 17 years ago
  4. e723b92 Ticket #443: Overflow in dump_media_session() (thanks Simon Farmer) by Benny Prijono · 17 years ago
  5. 1402a4a Protect against division by zero in pjsua's dump_media_session (thanks Simon Farmer) by Benny Prijono · 17 years ago
  6. 38fb3ea Related to ticket #437: optimize the stack usage of pjsua-lib by Benny Prijono · 17 years ago
  7. 5186eae Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6 by Benny Prijono · 17 years ago
  8. 8147f40 Ticket #14: Don't change RTP/RTCP SSRC on re-INVITE by Benny Prijono · 17 years ago
  9. 8eb07bf In pjsua-lib, treat incoming SDP with a=sendonly as hold request, and respond with a=inactive by Benny Prijono · 17 years ago
  10. 48ab2b7 - Added option to send empty Authorization header in outgoing requests by Benny Prijono · 17 years ago
  11. ea9fd39 The NAT type investigation in incoming INVITE caused assertion error when the INVITE comes without SDP by Benny Prijono · 17 years ago
  12. 7129cc7 Increment SDP version upon creating subsequent offer inside the call (ref: Sipit21/Mon/12:30) by Benny Prijono · 17 years ago
  13. e083fd5 More ticket #385: 100rel support should be enabled by default by Benny Prijono · 17 years ago
  14. 91a6a17 More ticket #399: added PJSUA API to retrieve the remote NAT type by Benny Prijono · 17 years ago
  15. 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
  16. c08682e Ticket #389: Added new commands in pjsua to change codec priorities and send UPDATE by Benny Prijono · 17 years ago
  17. 1f7767b Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation by Benny Prijono · 17 years ago
  18. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  19. 627cbb4 Exported some private pjsua_call.c functions related to call quality statistics by Benny Prijono · 17 years ago
  20. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  21. b8864a9 Fixed ticket #355: Account ID is not initialized in pjsua_call_info for outgoing call (thanks Lemmel) by Benny Prijono · 17 years ago
  22. 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
  23. 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
  24. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  25. 427af7d Added IP bandwidth output in pjsua dq report by Benny Prijono · 17 years ago
  26. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  27. 617c5bc When STUN is used with ICE, SDP media line should show the public IP address by Benny Prijono · 17 years ago
  28. 667952e Fixed hold/re-INVITE bug when ICE is used by Benny Prijono · 17 years ago
  29. dbce2cf Fixed pjnath build warnings/errors on Linux by Benny Prijono · 17 years ago
  30. 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
  31. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  32. 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
  33. ed7a5a7 Some simple call testing to py_pjsua and bug fixes by Benny Prijono · 18 years ago
  34. 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
  35. b5388cf Just updated and improved the doxygen documentations all over the place by Benny Prijono · 18 years ago
  36. 0875ae8 Added DTMF callback support all the way to PJSUA API (ticket #48) by Benny Prijono · 18 years ago
  37. 320fa4d Fixed ticket #38: misleading error message when destination URI is not valid when making outgoing call by Benny Prijono · 18 years ago
  38. 4be63b5 Print media statistic when call is disconnected in pjsua, to assist tracing media problems by Benny Prijono · 18 years ago
  39. 1d0ca0c Added jitter buffer settings in PJSUA-API media config by Benny Prijono · 18 years ago
  40. 053f522 Attended call transfer implementation. The changes involves: by Benny Prijono · 18 years ago
  41. 1ebd614 Fixed miscellaneous warnings with gcc compilation by Benny Prijono · 18 years ago
  42. 4ddad2c Some changes to REFER handling in PJSUA-LIB: by Benny Prijono · 18 years ago
  43. 1d9b9a4 Tests with other user agents revealed some bugs which have been fixed below: by Benny Prijono · 18 years ago
  44. 093d302 Fixed several bugs in PJSUA-API: by Benny Prijono · 18 years ago
  45. dc752ca Fixed few bugs that seem to have been introduced by new dialog by Benny Prijono · 18 years ago
  46. d524e82 In pjsua, outgoing REFER now always put Refer-Sub: false by Benny Prijono · 18 years ago
  47. 148c9dd Fixed race-condition/deadlock problems in the dialog/user agent layer by Benny Prijono · 18 years ago
  48. 9031551 Added account ID in pjsua_call_info. by Benny Prijono · 18 years ago
  49. 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
  50. 80019eb Added Ctrl-C handler for pjsua Windows, and added average bps in media statistic. by Benny Prijono · 18 years ago
  51. 7097299 AEC and sound backend fixes: by Benny Prijono · 18 years ago
  52. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  53. e85bc41 Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 chars (from 16), and check all those sprintf's especially the ones with "%p" format. by Benny Prijono · 18 years ago
  54. 0a12f00 Added --ptime and --no-vad option in pjsua by Benny Prijono · 18 years ago
  55. c570f2d More intelligent PJSUA-LIB in selecting the appropriate address for Contact header by Benny Prijono · 18 years ago
  56. b4a17c9 Fixed bug in PJSUA API re: account selection and Contact header for accounts by Benny Prijono · 18 years ago
  57. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  58. a38ada0 Disconnect call when failed to start media when sending 200/OK response in pjsua, also pjsua should not try to force terminate dialog after sending 500 response by Benny Prijono · 18 years ago
  59. b12106f Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other changes to improve RTCP communication behind NAT. Also fixed bug related to RTCP reporting changes in revision 565 by Benny Prijono · 18 years ago
  60. f901651 Fixed minor bug in the display of packet loss percentage by Benny Prijono · 18 years ago
  61. 2e507c2 Fixed 1st response time not initialized for UAS call in pjsua by Benny Prijono · 18 years ago
  62. 172cd73 Fixed new pjsua build/makefiles by Benny Prijono · 18 years ago
  63. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago
  64. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  65. 9fc735d More changes in pjsua API to make it more complete high level API by Benny Prijono · 18 years ago
  66. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  67. b04c9e0 Major modification in pjmedia to split stream transport into separate functionality, to allow using custom transports with streams by Benny Prijono · 18 years ago
  68. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  69. b8c2518 Improve codec handling in pjsua cmd-line options, and add URI to call by Benny Prijono · 18 years ago
  70. e21e784 Added call duration in pjsua by Benny Prijono · 18 years ago
  71. 64158af Changed pjsip_dlg_send_request() API to NOT return transaction as it is not safe against race condition by Benny Prijono · 18 years ago
  72. 46ecff8 Support for alternate pool backend by Benny Prijono · 18 years ago
  73. 275fd68 Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Changed pjmedia_endpt_create() API. by Benny Prijono · 19 years ago
  74. e8b0d3b Changed pjsip_inv_send_msg() function by Benny Prijono · 19 years ago
  75. b100d69 Added feature in conference bridge to get and set the signal level of individual port and individual stream direction by Benny Prijono · 19 years ago
  76. 105217f Added --uas-duration and --uas-refresh option (the later is broken) by Benny Prijono · 19 years ago
  77. ccb03fa Added to pjsua: write new media settings, modify call stat output, fixed general bug by Benny Prijono · 19 years ago
  78. 1c2bf46 Added complexity and quality argument, and terminate dialog properly on failures by Benny Prijono · 19 years ago
  79. b080837 Added IM and composition indication, and tested by Benny Prijono · 19 years ago
  80. 1a17414 Added option to perform detailed or summary only dump by Benny Prijono · 19 years ago
  81. ab7399b Updated mingw compilation by Benny Prijono · 19 years ago
  82. 4f9f64e Moved pjsua framework to pjsua-lib by Benny Prijono · 19 years ago[Renamed (99%) from pjsip/src/pjsua/pjsua_call.c]
  83. a91a003 Major redesign in pjsua: call is indexed by number, multiple accounts, configurable max-calls, more auto-xxx features, fixed bugs in save_settings(), etc. by Benny Prijono · 19 years ago[Renamed (71%) from pjsip/src/pjsua/pjsua_inv.c]
  84. e16f86c Fixed crashed bugs when session dissapers while pjsua is waiting for keyboard in by Benny Prijono · 19 years ago
  85. 64f851e Added support for NULL frame in rtp stream, fixed bugs here and there in INVITE (e.g. dont send SDP on 180), and set version to 0.5.1.2 by Benny Prijono · 19 years ago
  86. fccab71 Fixed STUN error by Benny Prijono · 19 years ago
  87. d2ae29d Added incoming call notification by Benny Prijono · 19 years ago
  88. 06c7094 RFC 2833 support! by Benny Prijono · 19 years ago
  89. 26ff906 Implemented major feature: call hold and transfer by Benny Prijono · 19 years ago
  90. f04ffdd Initial conference implementation by Benny Prijono · 19 years ago
  91. bcaed6c SIMPLE test with FWD, and added more info in UI by Benny Prijono · 19 years ago
  92. 834aee3 Initial SIMPLE implementation by Benny Prijono · 19 years ago
  93. 632ce71 Updated with new jitter buffer, and statistics in pjsua by Benny Prijono · 19 years ago
  94. 84126ab Setting svn:eol-style attribute by Benny Prijono · 19 years ago