1. 61fc5e6 Fixed assertion error when resending re-INVITE after it is challenged with 401/407, and also fixed error when the invite session is not retrying the BYE request when it is challenged with 401/407 by Benny Prijono · 16 years ago
  2. 0b4c57b Fixed ticket #550: PRACK is not re-sent on 401/407 challenge (thanks Josh Benson) by Benny Prijono · 16 years ago
  3. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  4. 89ac2b4 Fixed various compilation warnings with gcc strict compilation by Benny Prijono · 16 years ago
  5. 1189365 Ticket #418 Protect client registration session with mutex by Benny Prijono · 16 years ago
  6. 4304725 Fixed gcc warnings about type pruned pointers 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. fa34806 If regc.check_contact is disabled, and no Expires header has been found, but the server does return one single Contact header, assumes that the server is broken/unable to return the correct Contact. In this case, get the expiration from the single Contact header in the response (thanks Alan Bond) by Benny Prijono · 16 years ago
  9. 48374a2 Fixed bug: the status line in sipfrag content (for REFER) must ends with a CR-LF by Benny Prijono · 16 years ago
  10. c295d9f More ticket #514: bug in previous fix caused invite session to unable to respond to authentication in re-INVITE by Benny Prijono · 16 years ago
  11. 9ae5dfc More ticket #514: the last fix causes invite session to refuse to send CANCEL! by Benny Prijono · 16 years ago
  12. 22e48c9 Ticket #514: bug with handling simultaneous outgoing re-INVITE, the invite session does not check if we have an ongoing INVITE transaction (thanks Philippe Leuba) by Benny Prijono · 17 years ago
  13. 52cde92 Ticket #498: Option in client registration to ignore Contact address in REGISTER response by Benny Prijono · 17 years ago
  14. 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
  15. 8740238 Ticket #488: When outgoing request within dialog is responded with 481 or 408, should send BYE after terminating dialog (thanks Philippe Leuba) by Benny Prijono · 17 years ago
  16. 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
  17. d5f9f42 Ticket #416: Allow application to handle sending ACK manually by Benny Prijono · 17 years ago
  18. c514576 Fixed ticket #426: Respond incoming CANCEL with no matching INVITE with 481 (thanks Sergey Bakulin) by Benny Prijono · 17 years ago
  19. 37db51c Fixed ticket #423: Client registration (pjsip_regc) doesn't obey explicit transport selection (thanks Hitesh) by Benny Prijono · 17 years ago
  20. f0f8fd1 Fixed compilation warnings/errors under C++ mode by Benny Prijono · 17 years ago
  21. fc8bb14 Remove SDP from 487 response when incoming INVITE comes without SDP and we are sending offer in 18x response by Benny Prijono · 17 years ago
  22. c5cbc05 Accept UPDATE without SDP (this is a valid scenario according to session timer RFC) by Benny Prijono · 17 years ago
  23. 48ab2b7 - Added option to send empty Authorization header in outgoing requests by Benny Prijono · 17 years ago
  24. c1b1c0a Validate SDP in incoming message before passing it to negotiator (otherwise assertion will occur if SDP contains error) by Benny Prijono · 17 years ago
  25. e1c984f Fixed bug with detecting successful unregistration request. Previously, successful unregistration was mistakenly treated as successful registration when it contains no Contact header and has positive Expires header value by Benny Prijono · 17 years ago
  26. 522e7de Fixed ticket #401: Unable to register when account URI contains display name by Benny Prijono · 17 years ago
  27. 9569a0b Related to ticket #5: fixed compilation warnings on gcc by Benny Prijono · 17 years ago
  28. 6649156 Related to ticket #385: fixed gcc compilation warnings by Benny Prijono · 17 years ago
  29. bdc093f Ticket #390: Register session will keep transport instance so that keep-alive is sent by Benny Prijono · 17 years ago
  30. 1f7767b Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation by Benny Prijono · 17 years ago
  31. 79d7988 Related to ticket #385: bug in 100rel causing 2xx response to be queued indefinitely when UAS previously sent 1xx response with SDP by Benny Prijono · 17 years ago
  32. 373633c Fixed compilation error in sip_100rel.c when c++ mode is used by Benny Prijono · 17 years ago
  33. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  34. 315999b Minor fix: changed file identification in log (the THIS_FILE macro) from sip_regc.c to sip_reg.c by Benny Prijono · 17 years ago
  35. 91a5a3a Fixed several unit test failures: typecast error on C++ mode, SIP parsing, etc. by Benny Prijono · 17 years ago
  36. e56b5b1 Fixed ticket #371: Bug with REGISTER expiration calculation (thanks Philippe Leuba) by Benny Prijono · 17 years ago
  37. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  38. 95673f3 Ticket #342: added configuration to control whether Allow header should be included in outgoing INVITE requests by Benny Prijono · 17 years ago
  39. 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
  40. 7d91009 Ticket #339: Respond correctly to incoming INVITE/re-INVITE without offer and receive answer in ACK by Benny Prijono · 17 years ago
  41. 853ab81 Removed assertion when sending re-INVITE while another INVITE transaction is in progress (thanks Frank Niessen) by Benny Prijono · 17 years ago
  42. 2b78782 Removed assertion when sending re-INVITE while another INVITE transaction is in progress (thanks Frank Niessen) by Benny Prijono · 17 years ago
  43. 3fe034a Fixed ticket #316: Crash in registration session when transport returns error on sending authentication retry by Benny Prijono · 17 years ago
  44. 47e4669 Added assertion in regc to check if application has called pjsip_regc_destroy() while transaction was in progress by Benny Prijono · 17 years ago
  45. 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
  46. 0606e70 Fixed ticket #284: Failed scenarios with CANCEL requests (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  47. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  48. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  49. 4624994 Fixed ticket #114: INVITE transaction is not destroyed immediately when ACK has the same branch as the INVITE by Benny Prijono · 18 years ago
  50. 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
  51. 0f35f91 Fixed ticket #89: implement transaction timeout in REGISTER request (thanks Frank Wiersma for reporting the problem) by Benny Prijono · 18 years ago
  52. f265180 Fixed ticket #81: registration refresh crashed when NIC is plugged-off by Benny Prijono · 18 years ago
  53. 5899023 Fixed ticket #73: regc does not respond to 401/407 challenge after it has been marked for deletion by Benny Prijono · 18 years ago
  54. c505570 Removed trailing space for invite's CONFIRMED state name by Benny Prijono · 18 years ago
  55. 720d0a8 Workaround for ticket #50: added API to lock/bind transaction, dialog, and regc to a specific transport/listener by Benny Prijono · 18 years ago
  56. dfc4c48 Fixed ticket #36: pjsip_regc_unregister() SHOULD NOT unregister all contacts but rather only contact that was previously sent in the registration. In addition, added function pjsip_regc_unregister_all() to unregister all contacts by Benny Prijono · 18 years ago
  57. 25a86c7 Fixed ticket #34: unable to send REGISTER in the registration callback by Benny Prijono · 18 years ago
  58. 75862ec Fixed ticket #28: bug in Replaces header parsing by Benny Prijono · 18 years ago
  59. 4be63b5 Print media statistic when call is disconnected in pjsua, to assist tracing media problems by Benny Prijono · 18 years ago
  60. 8fc6de0 Add pjsip_regc_add_headers() APi to set headers to be added by Benny Prijono · 18 years ago
  61. 053f522 Attended call transfer implementation. The changes involves: by Benny Prijono · 18 years ago
  62. 197cabf Fixed bug in client registration when pjsip_endpt_send_request() returns immediate error by Benny Prijono · 18 years ago
  63. 1d9b9a4 Tests with other user agents revealed some bugs which have been fixed below: by Benny Prijono · 18 years ago
  64. 4093f7c Fixed bug in client REGISTER: crashed when application calls pjsip_regc_register()/pjsip_regc_send() while previous REGISTER request has not been answered with final response. This occurs for example when pjsip_regc_register() is called in quick successions. by Benny Prijono · 18 years ago
  65. 8eae838 Attempt to fix the race condition in dialog locking. by Benny Prijono · 18 years ago
  66. 2704258 Fixed bugs in client registration (sip_regc.c): when re-registration failed to send the request, application callback is not called. by Benny Prijono · 18 years ago
  67. 5b65687 Added logging in sip_regc.c to report the error when pjsip_regc_send() fails (because no error will be logged when re-registration fails). 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. 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
  70. 7012722 Final changeset from the PROTOS testing, fixed misc. crashes. See by Benny Prijono · 18 years ago
  71. 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
  72. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  73. 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
  74. e8b0d3b Changed pjsip_inv_send_msg() function by Benny Prijono · 19 years ago
  75. ed811d7 Fixed compilation and run warnings/errors with MSVC 2005 by Benny Prijono · 19 years ago
  76. d4e0abd Added API to terminate dialog prematurely. Affect: dialog, invite sessions, evsub, and presence by Benny Prijono · 19 years ago
  77. 32ac8fe Fixed bug when a disconnected INVITE session was brought to confirmed again on receipt of ACK request by Benny Prijono · 19 years ago
  78. ab7399b Updated mingw compilation by Benny Prijono · 19 years ago
  79. 2f8992b Tidying up and make it consistent with the documentation by Benny Prijono · 19 years ago
  80. 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
  81. fccab71 Fixed STUN error by Benny Prijono · 19 years ago
  82. 59ca70f Fixed bug in registration (CSeq not incremented after 401) by Benny Prijono · 19 years ago
  83. 26ff906 Implemented major feature: call hold and transfer by Benny Prijono · 19 years ago
  84. bcaed6c SIMPLE test with FWD, and added more info in UI by Benny Prijono · 19 years ago
  85. f319507 Ported pjsip to WinCE by Benny Prijono · 19 years ago
  86. e4f2abb Added more logging, and fixed bug when ACK is responded! by Benny Prijono · 19 years ago
  87. 34a404e Failed attempt to build pjmedia with DirectSound on Linux by Benny Prijono · 19 years ago
  88. 5eff043 Fixed ACK receipt not processed by invite session by Benny Prijono · 19 years ago
  89. 632ce71 Updated with new jitter buffer, and statistics in pjsua by Benny Prijono · 19 years ago
  90. 84126ab Setting svn:eol-style attribute by Benny Prijono · 19 years ago
  91. a66c715 Done media integration in pjsua. Needs to do actual voice testing by Benny Prijono · 19 years ago
  92. 9519658 Integration of pjmedia and pjsip error subsystem to pjlib by Benny Prijono · 19 years ago
  93. 3899823 Finished invite session UAS implementation by Benny Prijono · 19 years ago
  94. 8ad5535 Initial UAS implementation in invite session by Benny Prijono · 19 years ago
  95. 6782e09 Updated Makefile for cygwin/mingw build and fix misc warnings by Benny Prijono · 19 years ago
  96. ccf9562 Tested initial implementation: basic UAC, client registration, authentication, etc by Benny Prijono · 19 years ago
  97. 268ca61 Initial implementation of invite session abstraction, and updated pjsua for the new framework by Benny Prijono · 19 years ago
  98. 40f2f64 Finished implementation of UA layer (to be tested) by Benny Prijono · 19 years ago
  99. 728a905 Complete tsx layer selftest, implemented authentication framework by Benny Prijono · 19 years ago
  100. 0c2bc61 Renamed pjsip_url to pjsip_sip_uri by Benny Prijono · 19 years ago