1. 804ff0a Added --duration option in PJSUA to limit the maximum duration of calls. Also added pjsip_generic_string_hdr_init2() to initialize temporary SIP header that is allocated in the stack. by Benny Prijono · 18 years ago
  2. d6388ac Fix compilation error when PJSIP_AUTH_HEADER_CACHING and PJSIP_AUTH_AUTO_SEND_NEXT is disabled, and set the default for both to disabled. Also fixed the error message in pjsua when invalid arguments are specified. by Benny Prijono · 18 years ago
  3. a3cbb1c Yet another documentation/doxygen update by Benny Prijono · 18 years ago
  4. 97b8717 Just updated doxygen documentation by Benny Prijono · 18 years ago
  5. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  6. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  7. 21b9ad9 Added initial PUBLISH client support, and also default account selection in pjsua/pjsua-lib by Benny Prijono · 18 years ago
  8. 8eae838 Attempt to fix the race condition in dialog locking. by Benny Prijono · 18 years ago
  9. 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
  10. 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
  11. 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
  12. 7097299 AEC and sound backend fixes: by Benny Prijono · 18 years ago
  13. 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
  14. 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
  15. c8e24a1 Added experimental AEC media port (aec_port.[hc]) based on Speex AEC in pjmedia and pjsua-lib. by Benny Prijono · 18 years ago
  16. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  17. 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
  18. 0a12f00 Added --ptime and --no-vad option in pjsua by Benny Prijono · 18 years ago
  19. 92ac447 Changed all public header files to compile correctly when -ansi and -pedantic is used, also when g++ is used by Benny Prijono · 18 years ago
  20. 179efb0 Fixed compilation error when -ansi and -pedantic flags are used (the // style comment in sip_config.h) by Benny Prijono · 18 years ago
  21. 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
  22. c570f2d More intelligent PJSUA-LIB in selecting the appropriate address for Contact header by Benny Prijono · 18 years ago
  23. 02b1023 Bug fix of previous bug fix by Benny Prijono · 18 years ago
  24. f55c02f Fixed bugs with the parsing (re: allowable chars): (1) Parameters in URI and header should have different spec. URI should use paramchar spec while header should use token spec (thanks Jeroen van Bemmel) (2) The same rule applies when escaping the parameters during printing process (3) While we're on it, also fixed the tel-URI parser to automatically unescape the parameter values. by Benny Prijono · 18 years ago
  25. 775a1b2 Added PJSIP_MAX_NET_EVENTS configuration to pjsip by Benny Prijono · 18 years ago
  26. b4a17c9 Fixed bug in PJSUA API re: account selection and Contact header for accounts by Benny Prijono · 18 years ago
  27. b6eab2c Various performance improvements in PJSIP: (1) optimizing for common case to minimize stricmp() calls (header names, method, URI schemes), (2) added functionality in scanner to parse and unescape in-place, (3) etc.. by Benny Prijono · 18 years ago
  28. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  29. 1479b65 Fixed minor bug in pool_caching.c that prevent pool from being reused if the capacity has changed when the pool is released by Benny Prijono · 18 years ago
  30. e93e287 Major improvements in PJSIP to support TCP. The changes fall into these categories: (1) the TCP transport implementation itself (*.[hc]), (2) bug-fix in SIP transaction when using reliable transports, (3) support for TCP transport in PJSUA-LIB/PJSUA, and (4) changes in PJSIP-TEST to support TCP testing. by Benny Prijono · 18 years ago
  31. 8d36869 Enhancements and minor bug-fix in SIP UDP transport: (1) application may specify NULL address when creating the UDP transport, to allow the transport to choose arbitrary port, and (2) receive data buffers were not freed when UDP transport is closed by Benny Prijono · 18 years ago
  32. 478d431 Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also initial implementation of TCP transport by Benny Prijono · 18 years ago
  33. 18e4982 Changed default media quality to 3 by Benny Prijono · 18 years ago
  34. 6fd4b8f Modify all applications because of changed in WAV port API (removed user_data from argument) by Benny Prijono · 18 years ago
  35. 0498d90 Re-live --quality options in pjsua by Benny Prijono · 18 years ago
  36. 7c00a8f Increase default max SIP packet size to 2000 (from 1500), since SIP PDU containing presence info can be quite large by Benny Prijono · 18 years ago
  37. 312aff9 Modifications all over the place, but mainly only to update Doxygen documentation by Benny Prijono · 18 years ago
  38. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago
  39. 0b6340c Added status_text and cause_text in dialog and transaction to capture the real status text in the final response (instead of just the code) by Benny Prijono · 18 years ago
  40. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  41. 571401f More information in error reporting on parsing error by Benny Prijono · 18 years ago
  42. b9b32ab Initial work on pjsua ActiveX component by Benny Prijono · 18 years ago
  43. 8c634f4 Added pjsip_endpt_handle_events2(), which has an additional argument to report how many events are caught in the poll by Benny Prijono · 18 years ago
  44. 9fc735d More changes in pjsua API to make it more complete high level API by Benny Prijono · 18 years ago
  45. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  46. 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
  47. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  48. b8c2518 Improve codec handling in pjsua cmd-line options, and add URI to call by Benny Prijono · 18 years ago
  49. e21e784 Added call duration in pjsua by Benny Prijono · 18 years ago
  50. 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
  51. fce4b5c Moved getopt from pjsua-lib to pjlib-util by Benny Prijono · 19 years ago
  52. 275fd68 Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Changed pjmedia_endpt_create() API. by Benny Prijono · 19 years ago
  53. fa137ca Added clock-rate options in pjsua by Benny Prijono · 19 years ago
  54. 1185299 Fixed or added misc flags to enable build selection via compile time macro by Benny Prijono · 19 years ago
  55. e8b0d3b Changed pjsip_inv_send_msg() function by Benny Prijono · 19 years ago
  56. 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
  57. 8e3344c Added options to disable microphone device, usefull for streaming server (some systems only have sound player) by Benny Prijono · 19 years ago
  58. 105217f Added --uas-duration and --uas-refresh option (the later is broken) by Benny Prijono · 19 years ago
  59. f9c668f Renamed getopt() to pj_getopt(), and fixed misc Linux warnings by Benny Prijono · 19 years ago
  60. ccb03fa Added to pjsua: write new media settings, modify call stat output, fixed general bug by Benny Prijono · 19 years ago
  61. 1c2bf46 Added complexity and quality argument, and terminate dialog properly on failures by Benny Prijono · 19 years ago
  62. d4e0abd Added API to terminate dialog prematurely. Affect: dialog, invite sessions, evsub, and presence by Benny Prijono · 19 years ago
  63. eb30bf5 Added Speex for narrowband, wideband, and ultra-wideband!! by Benny Prijono · 19 years ago
  64. 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
  65. b080837 Added IM and composition indication, and tested by Benny Prijono · 19 years ago
  66. 1e8edcb Changed pjsip_msg_body_clone(), added pjsip_msg_body_create() by Benny Prijono · 19 years ago
  67. 56e4ce0 Added optional header and body in pjsip_dlg_respond by Benny Prijono · 19 years ago
  68. 1a17414 Added option to perform detailed or summary only dump by Benny Prijono · 19 years ago
  69. cbf3740 Moved pjsua to pjsip-apps by Benny Prijono · 19 years ago
  70. b2c3d2a Fixed bug where rdata is not reset properly causing memory to grow indefinitely by Benny Prijono · 19 years ago
  71. 833f7c5 Changed pjsip_endpt_handle_events() to return pj_status_t instead of void by Benny Prijono · 19 years ago
  72. 4f9f64e Moved pjsua framework to pjsua-lib by Benny Prijono · 19 years ago
  73. 2f8992b Tidying up and make it consistent with the documentation by Benny Prijono · 19 years ago
  74. 8c71561 Synched with documentation by Benny Prijono · 19 years ago
  75. 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
  76. 26ff906 Implemented major feature: call hold and transfer by Benny Prijono · 19 years ago
  77. bcaed6c SIMPLE test with FWD, and added more info in UI by Benny Prijono · 19 years ago
  78. 834aee3 Initial SIMPLE implementation by Benny Prijono · 19 years ago
  79. 28e685a Fixed premature dialog deletion, causing crash by Benny Prijono · 19 years ago
  80. 989fa14 Return correct error when sending message failed by Benny Prijono · 19 years ago
  81. f319507 Ported pjsip to WinCE by Benny Prijono · 19 years ago
  82. e4f2abb Added more logging, and fixed bug when ACK is responded! by Benny Prijono · 19 years ago
  83. 34a404e Failed attempt to build pjmedia with DirectSound on Linux by Benny Prijono · 19 years ago
  84. 632ce71 Updated with new jitter buffer, and statistics in pjsua by Benny Prijono · 19 years ago
  85. 84126ab Setting svn:eol-style attribute by Benny Prijono · 19 years ago
  86. a66c715 Done media integration in pjsua. Needs to do actual voice testing by Benny Prijono · 19 years ago
  87. 9519658 Integration of pjmedia and pjsip error subsystem to pjlib by Benny Prijono · 19 years ago
  88. 3899823 Finished invite session UAS implementation by Benny Prijono · 19 years ago
  89. 6782e09 Updated Makefile for cygwin/mingw build and fix misc warnings by Benny Prijono · 19 years ago
  90. ccf9562 Tested initial implementation: basic UAC, client registration, authentication, etc by Benny Prijono · 19 years ago
  91. 268ca61 Initial implementation of invite session abstraction, and updated pjsua for the new framework by Benny Prijono · 19 years ago
  92. bf77cb8 Added small comments by Benny Prijono · 19 years ago
  93. 4a239da Added pjsip_endpt_respond() by Benny Prijono · 19 years ago
  94. 0256ea7 Added pjsip_dlg_respond() by Benny Prijono · 19 years ago
  95. 40f2f64 Finished implementation of UA layer (to be tested) by Benny Prijono · 19 years ago
  96. 728a905 Complete tsx layer selftest, implemented authentication framework by Benny Prijono · 19 years ago
  97. 0c2bc61 Renamed pjsip_url to pjsip_sip_uri by Benny Prijono · 19 years ago
  98. f616744 Transaction only decrements tx_data in send_msg() if return status is PJ_SUCCESS by Benny Prijono · 19 years ago
  99. 5fd75cc Added prev_state in tsx_state event by Benny Prijono · 19 years ago
  100. 85598d9 Added test functions for UAC transaction by Benny Prijono · 19 years ago