1. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  2. 427af7d Added IP bandwidth output in pjsua dq report by Benny Prijono · 17 years ago
  3. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  4. 617c5bc When STUN is used with ICE, SDP media line should show the public IP address by Benny Prijono · 17 years ago
  5. 667952e Fixed hold/re-INVITE bug when ICE is used by Benny Prijono · 17 years ago
  6. dbce2cf Fixed pjnath build warnings/errors on Linux by Benny Prijono · 17 years ago
  7. 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
  8. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  9. 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
  10. ed7a5a7 Some simple call testing to py_pjsua and bug fixes by Benny Prijono · 18 years ago
  11. 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
  12. b5388cf Just updated and improved the doxygen documentations all over the place by Benny Prijono · 18 years ago
  13. 0875ae8 Added DTMF callback support all the way to PJSUA API (ticket #48) by Benny Prijono · 18 years ago
  14. 320fa4d Fixed ticket #38: misleading error message when destination URI is not valid when making outgoing call by Benny Prijono · 18 years ago
  15. 4be63b5 Print media statistic when call is disconnected in pjsua, to assist tracing media problems by Benny Prijono · 18 years ago
  16. 1d0ca0c Added jitter buffer settings in PJSUA-API media config by Benny Prijono · 18 years ago
  17. 053f522 Attended call transfer implementation. The changes involves: by Benny Prijono · 18 years ago
  18. 1ebd614 Fixed miscellaneous warnings with gcc compilation by Benny Prijono · 18 years ago
  19. 4ddad2c Some changes to REFER handling in PJSUA-LIB: by Benny Prijono · 18 years ago
  20. 1d9b9a4 Tests with other user agents revealed some bugs which have been fixed below: by Benny Prijono · 18 years ago
  21. 093d302 Fixed several bugs in PJSUA-API: by Benny Prijono · 18 years ago
  22. dc752ca Fixed few bugs that seem to have been introduced by new dialog by Benny Prijono · 18 years ago
  23. d524e82 In pjsua, outgoing REFER now always put Refer-Sub: false by Benny Prijono · 18 years ago
  24. 148c9dd Fixed race-condition/deadlock problems in the dialog/user agent layer by Benny Prijono · 18 years ago
  25. 9031551 Added account ID in pjsua_call_info. by Benny Prijono · 18 years ago
  26. 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
  27. 80019eb Added Ctrl-C handler for pjsua Windows, and added average bps in media statistic. by Benny Prijono · 18 years ago
  28. 7097299 AEC and sound backend fixes: by Benny Prijono · 18 years ago
  29. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  30. 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
  31. 0a12f00 Added --ptime and --no-vad option in pjsua by Benny Prijono · 18 years ago
  32. c570f2d More intelligent PJSUA-LIB in selecting the appropriate address for Contact header by Benny Prijono · 18 years ago
  33. b4a17c9 Fixed bug in PJSUA API re: account selection and Contact header for accounts by Benny Prijono · 18 years ago
  34. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  35. 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
  36. 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
  37. f901651 Fixed minor bug in the display of packet loss percentage by Benny Prijono · 18 years ago
  38. 2e507c2 Fixed 1st response time not initialized for UAS call in pjsua by Benny Prijono · 18 years ago
  39. 172cd73 Fixed new pjsua build/makefiles by Benny Prijono · 18 years ago
  40. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago
  41. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  42. 9fc735d More changes in pjsua API to make it more complete high level API by Benny Prijono · 18 years ago
  43. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  44. 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
  45. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  46. b8c2518 Improve codec handling in pjsua cmd-line options, and add URI to call by Benny Prijono · 18 years ago
  47. e21e784 Added call duration in pjsua by Benny Prijono · 18 years ago
  48. 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
  49. 46ecff8 Support for alternate pool backend by Benny Prijono · 18 years ago
  50. 275fd68 Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Changed pjmedia_endpt_create() API. by Benny Prijono · 19 years ago
  51. e8b0d3b Changed pjsip_inv_send_msg() function by Benny Prijono · 19 years ago
  52. 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
  53. 105217f Added --uas-duration and --uas-refresh option (the later is broken) by Benny Prijono · 19 years ago
  54. ccb03fa Added to pjsua: write new media settings, modify call stat output, fixed general bug by Benny Prijono · 19 years ago
  55. 1c2bf46 Added complexity and quality argument, and terminate dialog properly on failures by Benny Prijono · 19 years ago
  56. b080837 Added IM and composition indication, and tested by Benny Prijono · 19 years ago
  57. 1a17414 Added option to perform detailed or summary only dump by Benny Prijono · 19 years ago
  58. ab7399b Updated mingw compilation by Benny Prijono · 19 years ago
  59. 4f9f64e Moved pjsua framework to pjsua-lib by Benny Prijono · 19 years ago[Renamed (99%) from pjsip/src/pjsua/pjsua_call.c]
  60. 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]
  61. e16f86c Fixed crashed bugs when session dissapers while pjsua is waiting for keyboard in by Benny Prijono · 19 years ago
  62. 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
  63. fccab71 Fixed STUN error by Benny Prijono · 19 years ago
  64. d2ae29d Added incoming call notification by Benny Prijono · 19 years ago
  65. 06c7094 RFC 2833 support! by Benny Prijono · 19 years ago
  66. 26ff906 Implemented major feature: call hold and transfer by Benny Prijono · 19 years ago
  67. f04ffdd Initial conference implementation by Benny Prijono · 19 years ago
  68. bcaed6c SIMPLE test with FWD, and added more info in UI by Benny Prijono · 19 years ago
  69. 834aee3 Initial SIMPLE implementation by Benny Prijono · 19 years ago
  70. 632ce71 Updated with new jitter buffer, and statistics in pjsua by Benny Prijono · 19 years ago
  71. 84126ab Setting svn:eol-style attribute by Benny Prijono · 19 years ago