1. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  2. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  3. 224b4e2 Ticket #549: major modification in media transport API to support more offer/answer scenarios by Benny Prijono · 16 years ago
  4. 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
  5. 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
  6. f76e139 More ticket #485: added TURN support in PJSUA-LIB API by Benny Prijono · 16 years ago
  7. dd742da Ticket #534: Client register/registration support for various registrar brokenness by Benny Prijono · 16 years ago
  8. 23110bf Ticket #533: Support for parsing Retry-After SIP header by Benny Prijono · 16 years ago
  9. af97484 Ticket #524: changed pjsua and stereotest default audio frame time from 10ms to 20ms by Nanang Izzuddin · 16 years ago
  10. 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
  11. 7fff9f9 Ticket #522: Enable keep-alive for UDP transport even when STUN is not configured by Benny Prijono · 16 years ago
  12. 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
  13. e8554ef Ticket #515 (Update Contact header in REGISTER for TCP/TLS transport) by Benny Prijono · 17 years ago
  14. bcc7d0d More ticket #7: fixed undefined symbol on Symbian by Benny Prijono · 17 years ago
  15. 52cde92 Ticket #498: Option in client registration to ignore Contact address in REGISTER response by Benny Prijono · 17 years ago
  16. f3758ee Ticket #495: ability to specify different clock rate when opening sound device by Benny Prijono · 17 years ago
  17. 4768c3c Ticket #7: Move PJSIP compile time configurations/settings (such as T1, T2 timers) to run-time (thanks Philippe Leuba) by Benny Prijono · 17 years ago
  18. 7433446 Ticket #492: Bug in strict route processing when challenged with 401/407 response by Benny Prijono · 17 years ago
  19. fc13bf6 Ticket #489: New PJSUA callbacks to notify application when media stream is created and destroyed by Benny Prijono · 17 years ago
  20. 0ee4dde Ticket #481: Default TLS version should be TLSv1 (thanks Klaus Darilion) by Benny Prijono · 17 years ago
  21. db844a4 More ticket #61: fixed signaling security level calculation for SRTP by Benny Prijono · 17 years ago
  22. a7b376b Fixed doxygen comments everywhere by Benny Prijono · 17 years ago
  23. 25b2ea1 Return 406/Not Acceptable if SRTP negotiation failed instead of 500 by Benny Prijono · 17 years ago
  24. 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
  25. 87a9021 Related to ticket #61: added new invite session API pjsip_inv_verify_request() which takes additional remote SDP, to avoid parsing SDP multiple times by Benny Prijono · 17 years ago
  26. 5b221d4 Related to ticket #61: Added PJSIP_ESESSIONINSECURE error code in sip_errno to require that secure session shall be used (needed by SRTP) by Benny Prijono · 17 years ago
  27. 5773cd6 Ticket #455: allocate pjsua call id in round robin fashion by Benny Prijono · 17 years ago
  28. 58add7c Minor correction about WAV player parameter name and its comment in pjsua.h by Benny Prijono · 17 years ago
  29. 37c710b Added PJSUA_DEFAULT_AUDIO_FRAME_PTIME setting and changed default iLBC mode from 20 to 30 by Benny Prijono · 17 years ago
  30. 23674a3 Ticket #421: initial IPv6 support: UDP transport by Benny Prijono · 17 years ago
  31. fe7d87b Fixed difference in the declaration of log callback between pjsua-lib and pjlib (thanks Arie Velthoen) by Benny Prijono · 17 years ago
  32. d5f9f42 Ticket #416: Allow application to handle sending ACK manually by Benny Prijono · 17 years ago
  33. 99cd029 Ticket #424: Added API to retrieve number of transactions and dialogs (thanks Sergey Bakulin) by Benny Prijono · 17 years ago
  34. 8147f40 Ticket #14: Don't change RTP/RTCP SSRC on re-INVITE by Benny Prijono · 17 years ago
  35. d07f716 Fixed wrong doxygen comment on various SIP parsing function, about null-terminating the input text by Benny Prijono · 17 years ago
  36. da9080f Fixed milenage build on eVC etc. by Benny Prijono · 17 years ago
  37. bc9baa9 Enable AKA support in the build by default by Benny Prijono · 17 years ago
  38. 48ab2b7 - Added option to send empty Authorization header in outgoing requests by Benny Prijono · 17 years ago
  39. 9761c4c Fixed wrong comment on audio_frame_ptime default value by Benny Prijono · 17 years ago
  40. 860be56 Ticket #410: Endless authentication retries when 401/407 response contains no challenge by Benny Prijono · 17 years ago
  41. 124a222 Ticket #408: Route set shouldn't be updated once it has been set (thanks Anshuman S. Rawat) by Benny Prijono · 17 years ago
  42. bddef2c Ticket #407: keep-alive for UDP transports in PJSUA-LIB by Benny Prijono · 17 years ago
  43. 1086143 Ticket #406: New PJSUA API to update buddy's presence subscription by Benny Prijono · 17 years ago
  44. a17496a Ticket #405: Subscribe to buddy presence upon receiving incoming subscription from the buddy by Benny Prijono · 17 years ago
  45. 91a6a17 More ticket #399: added PJSUA API to retrieve the remote NAT type by Benny Prijono · 17 years ago
  46. 44e88ea Added pjsua_get_var() to access pjsua_var from a DLL (thanks Tomas Valenta) by Benny Prijono · 17 years ago
  47. 349b17f Fixed wrong doxygen documentation for various AUTH settings (thanks Alexander Agranovsky) by Benny Prijono · 17 years ago
  48. 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
  49. 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
  50. 6ba8c54 More ticket #399: added callback to report NAT detection result, and sends NAT type in SDP by Benny Prijono · 17 years ago
  51. 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
  52. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  53. 83b6d61 Continuing ticket #396: added PJSIP_HAS_DIGEST_AKAv1_AUTH to enable AKA support. Default is disabled, for now by Benny Prijono · 17 years ago
  54. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  55. cf0b4b2 Ticket #393: Added configuration to set basic audio frame length to minimize audio latency in pjsua-lib by Benny Prijono · 17 years ago
  56. 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
  57. 6703f04 Ticket #95: Keep-alive mechanism for TCP and TLS transports by Benny Prijono · 17 years ago
  58. c08682e Ticket #389: Added new commands in pjsua to change codec priorities and send UPDATE by Benny Prijono · 17 years ago
  59. 1f7767b Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation by Benny Prijono · 17 years ago
  60. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  61. 22ee695 Reverted back CSeq data type to signed 32bit integer by Benny Prijono · 17 years ago
  62. df65719 Changed CSeq data type in dialog to 32bit (instead of 31bit) by Benny Prijono · 17 years ago
  63. 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
  64. 627cbb4 Exported some private pjsua_call.c functions related to call quality statistics by Benny Prijono · 17 years ago
  65. 096c56c Ticket #370: Implemented callback notification to application when ICE negotiation fails (via on_call_media_state callback) by Benny Prijono · 17 years ago
  66. 1f63cc4 Updated Python module to pjsip-0.7 (inc. custom presence test) by Benny Prijono · 17 years ago
  67. 4461c7d Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting subset of RPID elements by Benny Prijono · 17 years ago
  68. fe04fb5 Ticket #365: ability to override generated ttuple ID in PIDF message body (thanks Babon Frederic) by Benny Prijono · 17 years ago
  69. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  70. 3f6ac90 Fixed ticket #356: Prototype and definition mismatch causing crash in sip_auth_server.c (thanks Truong Thanh Quang) by Benny Prijono · 17 years ago
  71. d5696da Ticket #353: memory leak with pjsua WAV file player/recorder by Benny Prijono · 17 years ago
  72. dedb7fc Ticket #352: added PJSIP_CHECK_VIA_SENT_BY configuration to turn off Via sent-by checking for SIP responses, to support IP address change by Benny Prijono · 17 years ago
  73. f9c40c3 Fixed ticket #351: Possible deadlock in pjsua-api presence subscription (thanks Paul Levin) by Benny Prijono · 17 years ago
  74. 95673f3 Ticket #342: added configuration to control whether Allow header should be included in outgoing INVITE requests by Benny Prijono · 17 years ago
  75. 5b918af Ticket #342: added configuration to send compact form of SIP headers by Benny Prijono · 17 years ago
  76. fd1204c More ticket #341: renamed pjsip_transport_send_raw() to pjsip_tpmgr_send_raw(), and added pjsip_endpt_send_raw() and pjsip_endpt_send_raw_to_uri() by Benny Prijono · 17 years ago
  77. 4ea2afa Ticket #341: implemented pjsip_send_raw_data() function to send raw data to a destination by Benny Prijono · 17 years ago
  78. dfc15be Committed ticket #337: Ability to restart PJSIP UDP transport by Benny Prijono · 17 years ago
  79. 77998ce More on ticket #399: a)send full offer on 200/OK response when re-INVITE does not have SDP, b) added on_create_offer() callback, c) handle some error cases by Benny Prijono · 17 years ago
  80. af42ab3 Updated doxygen documentation for SIP auth credential, added documentation for wildcard ('*') realm by Benny Prijono · 17 years ago
  81. 0a98200 Add tx_data in the new on_pager_status2() callback by Benny Prijono · 17 years ago
  82. 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
  83. c92ca5c Added more comments on pjsua_msg_data by Benny Prijono · 17 years ago
  84. 66ceef5 Ticket #327: changed default URI scheme for TLS to sip (from sips) by Benny Prijono · 17 years ago
  85. 8058a62 Fixed ticket #327: SIPS URI in Contact header generated by pjsua causing problems with OpenSER by Benny Prijono · 17 years ago
  86. 1dc8be0 Fixed ticket #302: Behavior in cancelling INVITE session when no provisional response has been received (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  87. 7a5f510 Fixed ticket #91: timer to re-subscribe buddy's presence when subscription failed by Benny Prijono · 17 years ago
  88. b6e8bd4 Fixed ticket #306: Error in SIP transport lookup because of memory alignment problem (thanks Samuel Vinson) by Benny Prijono · 17 years ago
  89. 0606e70 Fixed ticket #284: Failed scenarios with CANCEL requests (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  90. bbeb399 Ticket #283: Added another pjsua IM callback with the message passed as argument (thanks Paul Levin) by Benny Prijono · 17 years ago
  91. a0c8b5c Symbian fixes to compile on GCCE (nested callbacks etc) by Benny Prijono · 17 years ago
  92. 897f9f8 Misc Symbian fixes, looks good by Benny Prijono · 17 years ago
  93. 5d54264 Errno and memory size tweaking for Symbian by Benny Prijono · 17 years ago
  94. 5feee2e PJSDP port to Symbian by Benny Prijono · 17 years ago
  95. ca1447f Fixed typo in PUBLISH documentation (thanks Klaus Darilion) by Benny Prijono · 17 years ago
  96. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  97. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  98. 3569c0d Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan) by Benny Prijono · 17 years ago
  99. da9785b Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsua by Benny Prijono · 17 years ago
  100. 617c5bc When STUN is used with ICE, SDP media line should show the public IP address by Benny Prijono · 17 years ago