1. 053f522 Attended call transfer implementation. The changes involves: by Benny Prijono · 18 years ago
  2. 8f31052 Changed the processing of mp3 _options in mp3 writer with regard to bit_rate and quality to comply with LAME, also changed the pjsua_recorder_create() parameter to allow specifying mp3 options in one of the parameter by Benny Prijono · 18 years ago
  3. b3cdb2b Support for MP3 recording for Win32 target. Also added "--rec-file" and "--auto-rec" option in pjsua to record voice conversion. The "--rec-file" option will record to either .WAV or .MP3 depending on the file extension. by Benny Prijono · 18 years ago
  4. 4ddad2c Some changes to REFER handling in PJSUA-LIB: by Benny Prijono · 18 years ago
  5. fa9e5b1 Major addition to support DNS SRV resolution in PJSIP: by Benny Prijono · 18 years ago
  6. 0a5cad8 Added support for specifying IP address in PJSUA-LIB/pjsua. by Benny Prijono · 18 years ago
  7. 1d9b9a4 Tests with other user agents revealed some bugs which have been fixed below: by Benny Prijono · 18 years ago
  8. 093d302 Fixed several bugs in PJSUA-API: by Benny Prijono · 18 years ago
  9. 669643c Automatically suspend AEC when nothing is connected to the sound port in the bridge, and resume as soon as frames are transmitted. by Benny Prijono · 18 years ago
  10. 9031551 Added account ID in pjsua_call_info. by Benny Prijono · 18 years ago
  11. a3cbb1c Yet another documentation/doxygen update by Benny Prijono · 18 years ago
  12. 97b8717 Just updated doxygen documentation by Benny Prijono · 18 years ago
  13. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  14. 21b9ad9 Added initial PUBLISH client support, and also default account selection in pjsua/pjsua-lib by Benny Prijono · 18 years ago
  15. 7ca96da Added --auto-conf options in pjsua, also enable speex/3200, and set quality 5 to use large resampling filter by Benny Prijono · 18 years ago
  16. 5da5043 Change set_ec_tail() API to set_ec() in sound port, also change suppressor to reduce mic signal by division rather than zeroing the signal. Also moved out VAD and EC settings to config.h. by Benny Prijono · 18 years ago
  17. 22dfe59 Change AEC into generic echo canceller framework with either AEC or simple echo suppressor backend can be selected during runtime. by Benny Prijono · 18 years ago
  18. 7097299 AEC and sound backend fixes: by Benny Prijono · 18 years ago
  19. f20687a More work on the AEC (including changes in PJSUA), embed the AEC in sound_port, reduce DirectSound buffer from 32 to 16, and fixed ARM compilation for MSVC WinCE target. by Benny Prijono · 18 years ago
  20. d79f25c Fix compilation error in MacOS because of recent changes in config.h, also disable AEC by default in pjsua-lib, and added ec-tail option in pjsua by Benny Prijono · 18 years ago
  21. c8e24a1 Added experimental AEC media port (aec_port.[hc]) based on Speex AEC in pjmedia and pjsua-lib. by Benny Prijono · 18 years ago
  22. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  23. e909eac Added capability in pjsua to add application created media port to pjsua's conference bridge, also capability to use custom sound device in pjsua. by Benny Prijono · 18 years ago
  24. 0a12f00 Added --ptime and --no-vad option in pjsua by Benny Prijono · 18 years ago
  25. 5631561 Small improvements: (1) pjsua now responds to incoming OPTIONS request, which means that some modules (evsub, invite) need to register their capabilities to the endpoint, (2) added command in pjsua to send arbitrary request by Benny Prijono · 18 years ago
  26. c570f2d More intelligent PJSUA-LIB in selecting the appropriate address for Contact header by Benny Prijono · 18 years ago
  27. b4a17c9 Fixed bug in PJSUA API re: account selection and Contact header for accounts by Benny Prijono · 18 years ago
  28. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  29. 18e4982 Changed default media quality to 3 by Benny Prijono · 18 years ago
  30. 6fd4b8f Modify all applications because of changed in WAV port API (removed user_data from argument) by Benny Prijono · 18 years ago
  31. 0498d90 Re-live --quality options in pjsua by Benny Prijono · 18 years ago
  32. 312aff9 Modifications all over the place, but mainly only to update Doxygen documentation by Benny Prijono · 18 years ago
  33. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago
  34. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  35. b9b32ab Initial work on pjsua ActiveX component by Benny Prijono · 18 years ago
  36. 9fc735d More changes in pjsua API to make it more complete high level API by Benny Prijono · 18 years ago
  37. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  38. 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
  39. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  40. b8c2518 Improve codec handling in pjsua cmd-line options, and add URI to call by Benny Prijono · 18 years ago
  41. e21e784 Added call duration in pjsua by Benny Prijono · 18 years ago
  42. 275fd68 Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Changed pjmedia_endpt_create() API. by Benny Prijono · 19 years ago
  43. fa137ca Added clock-rate options in pjsua by Benny Prijono · 19 years ago
  44. de38058 Added Null port, and changed conference so that it does not call port get_frame() when there is no listener on the port by Benny Prijono · 19 years ago
  45. 8e3344c Added options to disable microphone device, usefull for streaming server (some systems only have sound player) by Benny Prijono · 19 years ago
  46. 105217f Added --uas-duration and --uas-refresh option (the later is broken) by Benny Prijono · 19 years ago
  47. f9c668f Renamed getopt() to pj_getopt(), and fixed misc Linux warnings by Benny Prijono · 19 years ago
  48. ccb03fa Added to pjsua: write new media settings, modify call stat output, fixed general bug by Benny Prijono · 19 years ago
  49. 1c2bf46 Added complexity and quality argument, and terminate dialog properly on failures by Benny Prijono · 19 years ago
  50. eb30bf5 Added Speex for narrowband, wideband, and ultra-wideband!! by Benny Prijono · 19 years ago
  51. 08e0d06 Major modification in conference bridge to allow ports with different ptime and sampling rate. Also introduced sampling rate converter by Benny Prijono · 19 years ago
  52. b080837 Added IM and composition indication, and tested by Benny Prijono · 19 years ago
  53. 1a17414 Added option to perform detailed or summary only dump by Benny Prijono · 19 years ago
  54. cbf3740 Moved pjsua to pjsip-apps by Benny Prijono · 19 years ago
  55. 4f9f64e Moved pjsua framework to pjsua-lib by Benny Prijono · 19 years ago[Renamed from pjsip/src/pjsua/pjsua.h]
  56. 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
  57. 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
  58. 3987915 Added support for playing WAV file by Benny Prijono · 19 years ago
  59. 26ff906 Implemented major feature: call hold and transfer by Benny Prijono · 19 years ago
  60. f04ffdd Initial conference implementation by Benny Prijono · 19 years ago
  61. bcaed6c SIMPLE test with FWD, and added more info in UI by Benny Prijono · 19 years ago
  62. 834aee3 Initial SIMPLE implementation by Benny Prijono · 19 years ago
  63. f319507 Ported pjsip to WinCE by Benny Prijono · 19 years ago
  64. 1f9afba Integrated pjmedia-codec library to pjsua by Benny Prijono · 19 years ago
  65. 632ce71 Updated with new jitter buffer, and statistics in pjsua by Benny Prijono · 19 years ago
  66. 84126ab Setting svn:eol-style attribute by Benny Prijono · 19 years ago
  67. 9519658 Integration of pjmedia and pjsip error subsystem to pjlib by Benny Prijono · 19 years ago
  68. 1a01ad3 Renamed pjsua.c to pjsua_core.c since it is causing link problems with gcc by Benny Prijono · 19 years ago
  69. 6782e09 Updated Makefile for cygwin/mingw build and fix misc warnings by Benny Prijono · 19 years ago
  70. ccf9562 Tested initial implementation: basic UAC, client registration, authentication, etc by Benny Prijono · 19 years ago
  71. 268ca61 Initial implementation of invite session abstraction, and updated pjsua for the new framework by Benny Prijono · 19 years ago