1. 3c5e28b Ticket #635: Disconnect the other call leg when multiple 2xx/OK responses to INVITE are received due to forking by Benny Prijono · 16 years ago
  2. 91d06b6 Ticket #611: Configuration option to force the route URI to use loose routing by Benny Prijono · 16 years ago
  3. 40860c3 Ticket #610: Added sample to create a media transport adapter, similar to how SRTP media transport works by Benny Prijono · 16 years ago
  4. cf986c4 Ticket #608: Added API to retrieve media transport and session from pjsua call by Benny Prijono · 16 years ago
  5. a815ceb Ticket #602: by Nanang Izzuddin · 16 years ago
  6. 551af42 Ticket #586: Added ICE negotiations test to test the scenario when two agents have different number of components by Benny Prijono · 16 years ago
  7. 99d6952 Ticket #563: Updated SDP offer/answer related to call hold scenario to conform to RFC 3264 section 8.4 (before: 'a=inactive' and 'c=0.0.0.0', now: 'a=sendonly' and muted ports). by Nanang Izzuddin · 16 years ago
  8. 705e784 Ticket #576: Added user data in pjsua account and buddy by Benny Prijono · 16 years ago
  9. 63fba01 Ticket #192: Add callback to notify application about incoming SUBSCRIBE request, and add subscription state and termination reason in buddy info by Benny Prijono · 16 years ago
  10. c91ed8d Ticket #518: some fixes for growing memory usage in PJSUA-LIB, by using temporary pools for temporary variables and by having separate pool for each account and buddy by Benny Prijono · 16 years ago
  11. ba736c4 Ticket 555: modifications to pjsua instant messaging callbacks by Benny Prijono · 16 years ago
  12. a310bd2 Fix handling of multiple media lines in the incoming SDP offer. Now pjsua-lib will be able to select the best media line to handle by Benny Prijono · 16 years ago
  13. 4375f90 Ticket #544: Fixed SRTP on hold+reinvite scenario by Nanang Izzuddin · 16 years ago
  14. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  15. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  16. 224b4e2 Ticket #549: major modification in media transport API to support more offer/answer scenarios by Benny Prijono · 16 years ago
  17. 68559c3 Ticket #540: Added pjsua-lib feature auto-close sound device on idle and new pjsua option --snd-auto-close=N by Nanang Izzuddin · 16 years ago
  18. 9dbad15 Updated default speex quality settings and reenabled pjsua to set Speex codec quality based on media quality config by Nanang Izzuddin · 16 years ago
  19. f76e139 More ticket #485: added TURN support in PJSUA-LIB API by Benny Prijono · 16 years ago
  20. af97484 Ticket #524: changed pjsua and stereotest default audio frame time from 10ms to 20ms by Nanang Izzuddin · 16 years ago
  21. c54dcb3 As per list report, changed the default response to incoming REFER from 200 to 202 as some gateways do not like this. Thanks Pedro Sanchez for the report by Benny Prijono · 16 years ago
  22. 7fff9f9 Ticket #522: Enable keep-alive for UDP transport even when STUN is not configured by Benny Prijono · 16 years ago
  23. 7d60d05 Ticket #504: final installment to support stereo audio all the way in PJMEDIA. Please see tickiet #504 for more info by Benny Prijono · 16 years ago
  24. e8554ef Ticket #515 (Update Contact header in REGISTER for TCP/TLS transport) by Benny Prijono · 17 years ago
  25. f3758ee Ticket #495: ability to specify different clock rate when opening sound device by Benny Prijono · 17 years ago
  26. fc13bf6 Ticket #489: New PJSUA callbacks to notify application when media stream is created and destroyed by Benny Prijono · 17 years ago
  27. db844a4 More ticket #61: fixed signaling security level calculation for SRTP by Benny Prijono · 17 years ago
  28. a7b376b Fixed doxygen comments everywhere by Benny Prijono · 17 years ago
  29. 25b2ea1 Return 406/Not Acceptable if SRTP negotiation failed instead of 500 by Benny Prijono · 17 years ago
  30. d817965 Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated applications because of the changes. This is a major modification back ported from SRTP branch. See ticket #61 for changelog detail of this commit by Benny Prijono · 17 years ago
  31. 5773cd6 Ticket #455: allocate pjsua call id in round robin fashion by Benny Prijono · 17 years ago
  32. 58add7c Minor correction about WAV player parameter name and its comment in pjsua.h by Benny Prijono · 17 years ago
  33. 37c710b Added PJSUA_DEFAULT_AUDIO_FRAME_PTIME setting and changed default iLBC mode from 20 to 30 by Benny Prijono · 17 years ago
  34. fe7d87b Fixed difference in the declaration of log callback between pjsua-lib and pjlib (thanks Arie Velthoen) by Benny Prijono · 17 years ago
  35. 8147f40 Ticket #14: Don't change RTP/RTCP SSRC on re-INVITE by Benny Prijono · 17 years ago
  36. 48ab2b7 - Added option to send empty Authorization header in outgoing requests by Benny Prijono · 17 years ago
  37. 9761c4c Fixed wrong comment on audio_frame_ptime default value by Benny Prijono · 17 years ago
  38. bddef2c Ticket #407: keep-alive for UDP transports in PJSUA-LIB by Benny Prijono · 17 years ago
  39. 1086143 Ticket #406: New PJSUA API to update buddy's presence subscription by Benny Prijono · 17 years ago
  40. a17496a Ticket #405: Subscribe to buddy presence upon receiving incoming subscription from the buddy by Benny Prijono · 17 years ago
  41. 91a6a17 More ticket #399: added PJSUA API to retrieve the remote NAT type by Benny Prijono · 17 years ago
  42. 44e88ea Added pjsua_get_var() to access pjsua_var from a DLL (thanks Tomas Valenta) by Benny Prijono · 17 years ago
  43. 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
  44. 427439c Changed default AEC/EC tail length (PJSUA_DEFAULT_EC_TAIL_LEN) from 800 ms to 200 ms since we now have much better sound latency by Benny Prijono · 17 years ago
  45. 6ba8c54 More ticket #399: added callback to report NAT detection result, and sends NAT type in SDP by Benny Prijono · 17 years ago
  46. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  47. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  48. cf0b4b2 Ticket #393: Added configuration to set basic audio frame length to minimize audio latency in pjsua-lib by Benny Prijono · 17 years ago
  49. 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
  50. c08682e Ticket #389: Added new commands in pjsua to change codec priorities and send UPDATE by Benny Prijono · 17 years ago
  51. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  52. 15b0230 Ticket #381: auto-update the IP address in Contact according to the address/port received in REGISTER response by Benny Prijono · 17 years ago
  53. 627cbb4 Exported some private pjsua_call.c functions related to call quality statistics by Benny Prijono · 17 years ago
  54. 096c56c Ticket #370: Implemented callback notification to application when ICE negotiation fails (via on_call_media_state callback) by Benny Prijono · 17 years ago
  55. 1f63cc4 Updated Python module to pjsip-0.7 (inc. custom presence test) by Benny Prijono · 17 years ago
  56. 4461c7d Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting subset of RPID elements by Benny Prijono · 17 years ago
  57. fe04fb5 Ticket #365: ability to override generated ttuple ID in PIDF message body (thanks Babon Frederic) by Benny Prijono · 17 years ago
  58. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  59. d5696da Ticket #353: memory leak with pjsua WAV file player/recorder by Benny Prijono · 17 years ago
  60. f9c40c3 Fixed ticket #351: Possible deadlock in pjsua-api presence subscription (thanks Paul Levin) by Benny Prijono · 17 years ago
  61. 0a98200 Add tx_data in the new on_pager_status2() callback by Benny Prijono · 17 years ago
  62. 4da0b1d Ticket #334: Added on_pager_status2() callback to receive the full SIP message of IM delivery status (thanks Paul Levin) by Benny Prijono · 17 years ago
  63. c92ca5c Added more comments on pjsua_msg_data by Benny Prijono · 17 years ago
  64. 66ceef5 Ticket #327: changed default URI scheme for TLS to sip (from sips) by Benny Prijono · 17 years ago
  65. 8058a62 Fixed ticket #327: SIPS URI in Contact header generated by pjsua causing problems with OpenSER by Benny Prijono · 17 years ago
  66. 7a5f510 Fixed ticket #91: timer to re-subscribe buddy's presence when subscription failed by Benny Prijono · 17 years ago
  67. bbeb399 Ticket #283: Added another pjsua IM callback with the message passed as argument (thanks Paul Levin) by Benny Prijono · 17 years ago
  68. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  69. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  70. da9785b Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsua by Benny Prijono · 17 years ago
  71. 617c5bc When STUN is used with ICE, SDP media line should show the public IP address by Benny Prijono · 17 years ago
  72. fff245c Ticket #205: merged proxy functionalities from stable to trunk by Benny Prijono · 17 years ago
  73. dbce2cf Fixed pjnath build warnings/errors on Linux by Benny Prijono · 17 years ago
  74. ebbf689 Added generic DNS SRV resolution in pjlib-util by Benny Prijono · 18 years ago
  75. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  76. 8b6834f Fixed ticket #90: PUBLISH is rejected with 404 when REGISTER is challenged with 401/407 by Benny Prijono · 18 years ago
  77. 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
  78. cba59d9 Ticket #102: use PJSUA_MAX_PLAYERS and PJSUA_MAX_RECORDERS instead of hardcoded value in pjsua by Benny Prijono · 18 years ago
  79. ebdf877 Implement the missing pjsua_get_snd_dev() function by Benny Prijono · 18 years ago
  80. e6ead54 Updated PJSUA-API docs for Python and some bug fixes in Python module by Benny Prijono · 18 years ago
  81. fc24e69 Fixed various gcc warnings especially related to ticket #82 when particular codecs are disabled by Benny Prijono · 18 years ago
  82. a66c331 Implement ticket #67: added WAV playlist feature to PJMEDIA by Benny Prijono · 18 years ago
  83. 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
  84. b5388cf Just updated and improved the doxygen documentations all over the place by Benny Prijono · 18 years ago
  85. 469b152 (Ticket #52) Added functions to retrieve media port of player and recorder in PJSUA-API by Benny Prijono · 18 years ago
  86. 6dd967c Ticket #51: Added audio level adjustment to PJSUA-API by Benny Prijono · 18 years ago
  87. 0875ae8 Added DTMF callback support all the way to PJSUA API (ticket #48) by Benny Prijono · 18 years ago
  88. 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
  89. 6e0e54b Initial implementation of TLS transport for ticket #3 (still not working at all) by Benny Prijono · 18 years ago
  90. d2990b9 Updated Speex to their latest SVN (1.2-beta). AEC seems by Benny Prijono · 18 years ago
  91. 12a669c Worked on the AEC. Apply constant delay bufferring for the AEC, by Benny Prijono · 18 years ago
  92. 1d0ca0c Added jitter buffer settings in PJSUA-API media config by Benny Prijono · 18 years ago
  93. 07113c9 Fixed compilation error if C++ application tries to include pjsua_internal.h by Benny Prijono · 18 years ago
  94. 053f522 Attended call transfer implementation. The changes involves: by Benny Prijono · 18 years ago
  95. 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
  96. 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
  97. 4ddad2c Some changes to REFER handling in PJSUA-LIB: by Benny Prijono · 18 years ago
  98. fa9e5b1 Major addition to support DNS SRV resolution in PJSIP: by Benny Prijono · 18 years ago
  99. 0a5cad8 Added support for specifying IP address in PJSUA-LIB/pjsua. by Benny Prijono · 18 years ago
  100. 1d9b9a4 Tests with other user agents revealed some bugs which have been fixed below: by Benny Prijono · 18 years ago