1. b988d76 Reverted accidental checkin of pjsua_app.c and sample_debug.c by Benny Prijono · 17 years ago
  2. b247714 Fixed error when creating TLS transport in pjsua-lib (the TLS type was misidentified was UDP) by Benny Prijono · 17 years ago
  3. 48ab2b7 - Added option to send empty Authorization header in outgoing requests by Benny Prijono · 17 years ago
  4. 438e65b Print error message if NAT type detection command fails by Benny Prijono · 17 years ago
  5. 2a67ea4 Continuing ticket #400: Only process Service-Route header if enable_service_route (--service-route option in pjsua) is set by Benny Prijono · 17 years ago
  6. 6ba8c54 More ticket #399: added callback to report NAT detection result, and sends NAT type in SDP by Benny Prijono · 17 years ago
  7. 28f673a Continuing ticket #396: tested digest AKAv1, implemented AKAv2, and some works in the authentication framework to support it by Benny Prijono · 17 years ago
  8. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  9. b071a78 Fixed build warnings/error on Linux by Benny Prijono · 17 years ago
  10. 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
  11. c08682e Ticket #389: Added new commands in pjsua to change codec priorities and send UPDATE by Benny Prijono · 17 years ago
  12. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  13. 096c56c Ticket #370: Implemented callback notification to application when ICE negotiation fails (via on_call_media_state callback) by Benny Prijono · 17 years ago
  14. 106f5b7 More Symbian works: by Benny Prijono · 17 years ago
  15. 4461c7d Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting subset of RPID elements by Benny Prijono · 17 years ago
  16. d5696da Ticket #353: memory leak with pjsua WAV file player/recorder by Benny Prijono · 17 years ago
  17. fb2b365 Added command to add new account in pjsua application by Benny Prijono · 17 years ago
  18. bf5b469 Ticket #350: Support for parsing quoted arguments in pjsua config file (thanks Scott M Ober) by Benny Prijono · 17 years ago
  19. 5583a80 Ticket #345: Option to select random start port in pjsua by Benny Prijono · 17 years ago
  20. 19586ca Ticket #342: added configuration to control whether SDP rtpmap should be included for static payload types (default still yes) by Benny Prijono · 17 years ago
  21. 5b918af Ticket #342: added configuration to send compact form of SIP headers by Benny Prijono · 17 years ago
  22. 1e2dbe6 Handle negative number in my_atoi() in pjsua_app.c (thanks Scott M Ober) by Benny Prijono · 17 years ago
  23. 478cf7c Fixed assertion error caused by different samples_per_frame settings in stereo_demo() in pjsua by Benny Prijono · 17 years ago
  24. f4b538d Ticket #274: the From parameter on_pager() callback contains Contact instead (thanks Nicholas Xu), and also allow non-text/plain IM messages by Benny Prijono · 17 years ago
  25. 2adfe29 Added missing ptime when writing config in pjsua by Benny Prijono · 17 years ago
  26. ad2e0ca Fixed ticket #242: Crash on Windows when no sound device is available by Benny Prijono · 17 years ago
  27. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  28. da9785b Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsua by Benny Prijono · 17 years ago
  29. fff245c Ticket #205: merged proxy functionalities from stable to trunk by Benny Prijono · 17 years ago
  30. ebbf689 Added generic DNS SRV resolution in pjlib-util by Benny Prijono · 18 years ago
  31. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  32. 4e5d551 Ticket #159: allow sound device selection in pjsua (thanks Michael Smith) by Benny Prijono · 18 years ago
  33. 20d3672 Fixed ticket #132: dialog automatically insert Contact header when sending 3xx response (thanks Hozjan Vladimir for the report) by Benny Prijono · 18 years ago
  34. 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
  35. b67eaac Tidy up the output of pjsua help screen by Benny Prijono · 18 years ago
  36. 1febfdf Fixed bug in pjsua: account config not initialized using acc_default() by Benny Prijono · 18 years ago
  37. 72c04d2 Fixed broken --auto-play command in pjsua by Benny Prijono · 18 years ago
  38. afc47be Still on ticket #101: set TLS port to TCP port + 1 by Benny Prijono · 18 years ago
  39. e347cb0 Fixed ticket #101: PJSUA transport is not updated with correct port number if application specifies port is zero by Benny Prijono · 18 years ago
  40. 4af234b Implement ticket #62: option to play tones continuously, and added --play-tone option in pjsua by Benny Prijono · 18 years ago
  41. 32e4f49 Implement ticket #77: allow specifying multiple files in pjsua by Benny Prijono · 18 years ago
  42. 990042e Added ability to feed text file containing commands (on Windows) and sleep command to pjsua. Thanks Steven Halerman. by Benny Prijono · 18 years ago
  43. e960bb5 Fixed gcc warnings, especially about dereferencing type-punned pointer by Benny Prijono · 18 years ago
  44. 87ef89a Continuing work on ticket #50: make explicit transport selection works for sending response by Benny Prijono · 18 years ago
  45. 6dd967c Ticket #51: Added audio level adjustment to PJSUA-API by Benny Prijono · 18 years ago
  46. 0875ae8 Added DTMF callback support all the way to PJSUA API (ticket #48) by Benny Prijono · 18 years ago
  47. f3bbc13 Major TLS work (ticket #3): asynchronous socket, rather complete TLS options, and pjsua integration. The TLS support should work in both client and server mode. by Benny Prijono · 18 years ago
  48. 6e0e54b Initial implementation of TLS transport for ticket #3 (still not working at all) by Benny Prijono · 18 years ago
  49. f762ee7 Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries after pjsua_destroy() is called by Benny Prijono · 18 years ago
  50. 2b6ec1a Added 'cc x y' and 'cd x y' command in pjsua as shortcut commands for the normal cc and cd command by Benny Prijono · 18 years ago
  51. 4be63b5 Print media statistic when call is disconnected in pjsua, to assist tracing media problems by Benny Prijono · 18 years ago
  52. f7b1c39 Committed what seems like what left uncommitted in previous commit (pjsua_app.c and pj/config.c) by Benny Prijono · 18 years ago
  53. 1ebd614 Fixed miscellaneous warnings with gcc compilation by Benny Prijono · 18 years ago
  54. 4ddad2c Some changes to REFER handling in PJSUA-LIB: by Benny Prijono · 18 years ago
  55. 27f01dd FIXED BUG: pjsip_endpt_send_request() SHOULD DELETE THE REQUEST REGARDLESS OF THE STATUS!!! by Benny Prijono · 18 years ago
  56. fa9e5b1 Major addition to support DNS SRV resolution in PJSIP: by Benny Prijono · 18 years ago
  57. 0a5cad8 Added support for specifying IP address in PJSUA-LIB/pjsua. by Benny Prijono · 18 years ago
  58. 093d302 Fixed several bugs in PJSUA-API: by Benny Prijono · 18 years ago
  59. d524e82 In pjsua, outgoing REFER now always put Refer-Sub: false by Benny Prijono · 18 years ago
  60. 148c9dd Fixed race-condition/deadlock problems in the dialog/user agent layer by Benny Prijono · 18 years ago
  61. 594e4c5 Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by adding a new API pj_gethostip() to resolve the default local IP address of local host. This new function will work even when local hostname resolution is not set correctly, by detecting the default IP interface in the system. by Benny Prijono · 18 years ago
  62. 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
  63. 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
  64. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  65. 21b9ad9 Added initial PUBLISH client support, and also default account selection in pjsua/pjsua-lib by Benny Prijono · 18 years ago
  66. 10861bc Fixed bug in --auto-conf option in pjsua by Benny Prijono · 18 years ago
  67. 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
  68. f521eb0 Fixed assertion error if ACK is received before INVITE transaction sends final response (malicious?). Also fixed misc warnings, and stress-tested on Quad Xeon by Benny Prijono · 18 years ago
  69. 7097299 AEC and sound backend fixes: by Benny Prijono · 18 years ago
  70. 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
  71. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  72. 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
  73. 0a12f00 Added --ptime and --no-vad option in pjsua by Benny Prijono · 18 years ago
  74. 48af79c pjsua application should check that the --max-calls argument does not exceed compile time maximums by Benny Prijono · 18 years ago
  75. 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
  76. b4a17c9 Fixed bug in PJSUA API re: account selection and Contact header for accounts by Benny Prijono · 18 years ago
  77. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  78. 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
  79. 819506c Added dq command in pjsua to dump current call quality by Benny Prijono · 18 years ago
  80. 6fd4b8f Modify all applications because of changed in WAV port API (removed user_data from argument) by Benny Prijono · 18 years ago
  81. 0498d90 Re-live --quality options in pjsua by Benny Prijono · 18 years ago
  82. 787b869 Display the invalid argument in pjsua by Benny Prijono · 18 years ago
  83. eef4f8c Comment out PJSUA options that are no longer supported with new pjsua by Benny Prijono · 18 years ago
  84. 6f13748 Fixed bug in command line parsing in pjsua by Benny Prijono · 18 years ago
  85. 172cd73 Fixed new pjsua build/makefiles by Benny Prijono · 18 years ago[Renamed from pjsip-apps/src/pjsua/pjsua.c]
  86. 22a300a Implement --null-audio, --auto-loop, etc. in pjsua by Benny Prijono · 18 years ago
  87. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago