1. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  2. 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
  3. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  4. b8c2518 Improve codec handling in pjsua cmd-line options, and add URI to call by Benny Prijono · 18 years ago
  5. e21e784 Added call duration in pjsua by Benny Prijono · 18 years ago
  6. 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
  7. fce4b5c Moved getopt from pjsua-lib to pjlib-util by Benny Prijono · 19 years ago
  8. 275fd68 Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Changed pjmedia_endpt_create() API. by Benny Prijono · 19 years ago
  9. fa137ca Added clock-rate options in pjsua by Benny Prijono · 19 years ago
  10. 1185299 Fixed or added misc flags to enable build selection via compile time macro by Benny Prijono · 19 years ago
  11. e8b0d3b Changed pjsip_inv_send_msg() function by Benny Prijono · 19 years ago
  12. 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
  13. 8e3344c Added options to disable microphone device, usefull for streaming server (some systems only have sound player) by Benny Prijono · 19 years ago
  14. 105217f Added --uas-duration and --uas-refresh option (the later is broken) by Benny Prijono · 19 years ago
  15. f9c668f Renamed getopt() to pj_getopt(), and fixed misc Linux warnings by Benny Prijono · 19 years ago
  16. ccb03fa Added to pjsua: write new media settings, modify call stat output, fixed general bug by Benny Prijono · 19 years ago
  17. 1c2bf46 Added complexity and quality argument, and terminate dialog properly on failures by Benny Prijono · 19 years ago
  18. d4e0abd Added API to terminate dialog prematurely. Affect: dialog, invite sessions, evsub, and presence by Benny Prijono · 19 years ago
  19. eb30bf5 Added Speex for narrowband, wideband, and ultra-wideband!! by Benny Prijono · 19 years ago
  20. 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
  21. b080837 Added IM and composition indication, and tested by Benny Prijono · 19 years ago
  22. 1e8edcb Changed pjsip_msg_body_clone(), added pjsip_msg_body_create() by Benny Prijono · 19 years ago
  23. 56e4ce0 Added optional header and body in pjsip_dlg_respond by Benny Prijono · 19 years ago
  24. 1a17414 Added option to perform detailed or summary only dump by Benny Prijono · 19 years ago
  25. cbf3740 Moved pjsua to pjsip-apps by Benny Prijono · 19 years ago
  26. b2c3d2a Fixed bug where rdata is not reset properly causing memory to grow indefinitely by Benny Prijono · 19 years ago
  27. 833f7c5 Changed pjsip_endpt_handle_events() to return pj_status_t instead of void by Benny Prijono · 19 years ago
  28. 4f9f64e Moved pjsua framework to pjsua-lib by Benny Prijono · 19 years ago
  29. 2f8992b Tidying up and make it consistent with the documentation by Benny Prijono · 19 years ago
  30. 8c71561 Synched with documentation by Benny Prijono · 19 years ago
  31. 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
  32. 26ff906 Implemented major feature: call hold and transfer by Benny Prijono · 19 years ago
  33. bcaed6c SIMPLE test with FWD, and added more info in UI by Benny Prijono · 19 years ago
  34. 834aee3 Initial SIMPLE implementation by Benny Prijono · 19 years ago
  35. 28e685a Fixed premature dialog deletion, causing crash by Benny Prijono · 19 years ago
  36. 989fa14 Return correct error when sending message failed by Benny Prijono · 19 years ago
  37. f319507 Ported pjsip to WinCE by Benny Prijono · 19 years ago
  38. e4f2abb Added more logging, and fixed bug when ACK is responded! by Benny Prijono · 19 years ago
  39. 34a404e Failed attempt to build pjmedia with DirectSound on Linux by Benny Prijono · 19 years ago
  40. 632ce71 Updated with new jitter buffer, and statistics in pjsua by Benny Prijono · 19 years ago
  41. 84126ab Setting svn:eol-style attribute by Benny Prijono · 19 years ago
  42. a66c715 Done media integration in pjsua. Needs to do actual voice testing by Benny Prijono · 19 years ago
  43. 9519658 Integration of pjmedia and pjsip error subsystem to pjlib by Benny Prijono · 19 years ago
  44. 3899823 Finished invite session UAS implementation by Benny Prijono · 19 years ago
  45. 6782e09 Updated Makefile for cygwin/mingw build and fix misc warnings by Benny Prijono · 19 years ago
  46. ccf9562 Tested initial implementation: basic UAC, client registration, authentication, etc by Benny Prijono · 19 years ago
  47. 268ca61 Initial implementation of invite session abstraction, and updated pjsua for the new framework by Benny Prijono · 19 years ago
  48. bf77cb8 Added small comments by Benny Prijono · 19 years ago
  49. 4a239da Added pjsip_endpt_respond() by Benny Prijono · 19 years ago
  50. 0256ea7 Added pjsip_dlg_respond() by Benny Prijono · 19 years ago
  51. 40f2f64 Finished implementation of UA layer (to be tested) by Benny Prijono · 19 years ago
  52. 728a905 Complete tsx layer selftest, implemented authentication framework by Benny Prijono · 19 years ago
  53. 0c2bc61 Renamed pjsip_url to pjsip_sip_uri by Benny Prijono · 19 years ago
  54. f616744 Transaction only decrements tx_data in send_msg() if return status is PJ_SUCCESS by Benny Prijono · 19 years ago
  55. 5fd75cc Added prev_state in tsx_state event by Benny Prijono · 19 years ago
  56. 85598d9 Added test functions for UAC transaction by Benny Prijono · 19 years ago
  57. fa73e3e Added loop transport to test transaction by Benny Prijono · 19 years ago
  58. 0ca04b6 Basic module, transport, and sending messages by Benny Prijono · 19 years ago
  59. f81cd06 Modify transport to use generic sockaddr address by Benny Prijono · 19 years ago
  60. 82458b1 Added tel: uri and user-defined uri parser by Benny Prijono · 19 years ago
  61. cec5f4a More optimizations for msg parser etc. by Benny Prijono · 19 years ago
  62. 3818c93 Fix parse param bug in Contact hdr and add more msg tests by Benny Prijono · 19 years ago
  63. 5b91744 Optimization here and there, changes because of PJLIB modifications by Benny Prijono · 19 years ago
  64. 9033e31 Set svn:eol-style for all files by Benny Prijono · 19 years ago
  65. 5dcb38d Set svn:eol-style property by Benny Prijono · 19 years ago
  66. a3273a3 More compliant URI parser, comparison, etc. by Benny Prijono · 19 years ago
  67. 14f51a5 Changed transaction to refrect new transport changes by Benny Prijono · 19 years ago
  68. 4d1a54e Added UDP transport implementation by Benny Prijono · 19 years ago
  69. 1f56d56 The BIG transport modifications by Benny Prijono · 19 years ago
  70. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  71. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  72. f010e69 First clean compile of pjsip by Benny Prijono · 19 years ago
  73. e85ddfe Organizing pjsip directory structure by Benny Prijono · 19 years ago
  74. 4c5dcfd Begin organizing directory structure of pjsip by Benny Prijono · 19 years ago