1. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  2. f820430 Fix #1248: Reset destination info in the INVITE message/tdata before resending it to force re-resolving destination info. by Nanang Izzuddin · 13 years ago
  3. 8f35a0e Fixed #1247: Deadlock potential in sip_regc.c if sending fails (thank you Alejandro Orellana for the report) by Benny Prijono · 13 years ago
  4. ad3ae91 Re #1245: bad last commit caused everything to be treated as unregistrations! by Benny Prijono · 13 years ago
  5. 8251c7f Fixed #1245: Assertion may be raised if iPhone app woken up to perform registration and the server is down (thanks Alejandro Orellana for the report) by Benny Prijono · 13 years ago
  6. 701412b Fix #1222: Assertion if BYE is received while callee is still in early state by Benny Prijono · 14 years ago
  7. 8ad06c5 Re #1205: If refresh timer is already running, it will be cancelled and rescheduled with the new delay. This can be useful if app wants to correct the delay after it checks the timeout in the callback. by Sauw Ming · 14 years ago
  8. 9b80d51 Fixed #1205: Configurable delay before registration refresh setting in pjsua_acc_config by Sauw Ming · 14 years ago
  9. 9d33c95 Misc (re #1151): respond incoming re-INVITE with 491 instead of 500 if we are waiting for response for our outgoing re-INVITE. If we are currently processing another incoming re-INVITE, then respond with 500, as it is now by Benny Prijono · 14 years ago
  10. 0324ba5 Fixed #1170 (Assertion when receiving updated SDP offer with all media lines removed): by Benny Prijono · 14 years ago
  11. 1ec65e8 Fixed #1166: Detection of offer/answer glare condition with re-INVITE by Benny Prijono · 14 years ago
  12. 0ef4e19 Fixed #1131: Callee disconnects call without sending BYE if ACK is not received (thanks Montevecchi Massimiliano and Klaus Darilion for the report) by Benny Prijono · 14 years ago
  13. ae6d39e Fixed ticket:1119: Crash if sending UPDATE fails in session timer module because network connectivity is lost (thanks Robbie Hanson for the fix!) by Benny Prijono · 14 years ago
  14. 1c1d734 Implemented core multipart support and support in the invite session (re #1070) by Benny Prijono · 14 years ago
  15. 1e5a08b Re #1070 (support for multipart bodies): modified the param field of pjsip_media_type from a simple string to pjsip_param, to support a more complex use of this field by Benny Prijono · 14 years ago
  16. 122b9a7 Fixed #1039: Add Allow header in outgoing REGISTER request (thanks Daniel Anens for the info) by Benny Prijono · 14 years ago
  17. 07fe230 Fixed #1081: Implement ICE option tag (RFC 5678) by Benny Prijono · 14 years ago
  18. ab74c90 Another unterminated SDP offer/answer negotiation fix (Re: #1045): by Benny Prijono · 14 years ago
  19. a8f9e62 Fixes #1047 (Don't send UPDATE if remote doesn't support it (thanks Bogdan Krakowski for the report)) and fixes #1097 (Support sending UPDATE without SDP). Details: by Benny Prijono · 14 years ago
  20. 0fd9267 Fix #1045: by Nanang Izzuddin · 14 years ago
  21. 8b33bba Fixed #1092 (Crash when receiving various messages with "Contact: *" header format) by Benny Prijono · 14 years ago
  22. 36dd5b6 Ticket #1044: by Nanang Izzuddin · 14 years ago
  23. 38c975d Ticket #1031: Automatically handle 423 (Interval Too Brief) response in SIP registration (thanks Tomáš Valenta for the suggestion) by Benny Prijono · 15 years ago
  24. 9a04864 Fixed ticket #1011: "Invalid operation step" assertion when TCP is used by Benny Prijono · 15 years ago
  25. bcc8dd7 Fixed ticket #1034: Crash on accepting a call with no codec in the SDP offer by Benny Prijono · 15 years ago
  26. cf69c28 Ticket #954 (issue no 2): Updated session timer to process 2xx response in mod_inv state handlers (was in mod_inv_on_rx_response()). by Nanang Izzuddin · 15 years ago
  27. dedcdf0 Ticket #954: Added missing fix in r2933, updating local SE (to a value less than local Min-SE) should also update local Min-SE. by Nanang Izzuddin · 15 years ago
  28. 346d6ec Ticket #954: Updated session timer to tolerate 'bad' SE (less than Min-SE specified in request) in 2xx response. by Nanang Izzuddin · 15 years ago
  29. c549094 Ticket #948: Fixed bug Replaces extension stops functioning after the library is restarted, by adding deinit module function and register it into atexit. by Nanang Izzuddin · 15 years ago
  30. f9680d2 Ticket #833: Fixed bug session timer won't work properly after pjsua-lib restarted, by adding deinit module function for session timer and register the deinit function into atexit. by Nanang Izzuddin · 15 years ago
  31. 71a20b1 Ticket #833: Updated previous fix for Session Timer (timer callback gets pending INVITE is in progress), instead of just quitting the callback, it may be better to reschedule the timer (for five seconds). by Nanang Izzuddin · 15 years ago
  32. bcc5768 Ticket #833: Fixed bug in session timer, timer callback shouldn't perform re-INVITE or BYE when there is pending INVITE. by Nanang Izzuddin · 15 years ago
  33. 756da44 Ticket #877: Fixed bug flip-flop pools shouldn't be swapped when SDP negotiation fails. by Nanang Izzuddin · 15 years ago
  34. fc9efff Ticket #833: Updated Session Timer to keep the refresher role unchanged on any refreshes, by timer or manual. by Nanang Izzuddin · 15 years ago
  35. 40d62b6 Ticket #877: Memory consumption of the invite session grows indefinitely if call is running for long period of time and with many re-INVITES by Benny Prijono · 15 years ago
  36. 91ce6e4 Ticket #833: Fixed pjsip_timer definition (should not in a typedef). by Nanang Izzuddin · 15 years ago
  37. 9b93f86 Ticket #833: by Nanang Izzuddin · 15 years ago
  38. 65add62 Ticket #833: by Nanang Izzuddin · 15 years ago
  39. 59dffb1 Ticket #833: by Nanang Izzuddin · 15 years ago
  40. 5d5a20e Ticket #934: Fixed pjsip_inv_verify_request2() to also checks all registered extensions (via pjsip_endpt_add_capability()). by Nanang Izzuddin · 15 years ago
  41. 5af37ff Ticket #930: by Nanang Izzuddin · 15 years ago
  42. 19eeb6e Ticket #860: by Benny Prijono · 15 years ago
  43. 25bc205 Ticket #870: Changed the mapping of host resolution failure to SIP status code 502 from 503 (thanks Robert Cichielo for the report) by Benny Prijono · 15 years ago
  44. 1e08e4f Fixed ticket #845: Crash in 100rel after CANCEL is received and 487 is sent (thanks Gang Liu for the report) by Benny Prijono · 15 years ago
  45. e641a74 Fixed ticket #815: Re-INVITE transactions takes too long to be cleared when failed final response is received, causing application to unable to send subsequent re-INVITE (thanks Ruud Klaver for the patch) by Benny Prijono · 15 years ago
  46. c8fe3df Fixed compilation error on Symbian caused by ticket #794 by Benny Prijono · 15 years ago
  47. 7efa2d6 Ticket #798: UAC disconnect call when receiving BYE in early state (thanks Gang Liu for the suggestion) by Benny Prijono · 15 years ago
  48. 006a4e8 Fixed ticket #506: Behavior when cancelling INVITE before provisional response is received by Benny Prijono · 15 years ago
  49. 99b0437 Fixed ticket #503: Handle the case when CANCEL is responded with 200/OK but 487 is not sent by Benny Prijono · 15 years ago
  50. 60e31fc Fixed ticket #794: Bug with generating SDP version in origin line (thanks Joel Dodson for the report) by Benny Prijono · 15 years ago
  51. 176a11f Related to ticket #786: potential memory leak in invite session by Benny Prijono · 15 years ago
  52. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  53. 20da799 Fixed minor gcc compilation warnings by Benny Prijono · 16 years ago
  54. 2285e7e Ticket 684: protect the memory allocation for TX packet with try/catch, and fixed various transmit data buffer leaks when transmission fails immediately by Benny Prijono · 16 years ago
  55. 08a48b8 More ticket #10: changed to signature of the redirection callbacks to make it more natural to use by Benny Prijono · 16 years ago
  56. 5e51a4e Ticket #10: handle redirection response in the invite session by Benny Prijono · 16 years ago
  57. 8fcb433 Ticket #657: (Partial early media forking support) renegotiate SDP upon receiving forked 2xx response after 183 is received by Benny Prijono · 16 years ago
  58. e6da48a Ticket #641: Assertion error when late 200/OK is received after call has been disconnected (thanks Dan Åberg for the report) by Benny Prijono · 16 years ago
  59. 59e9e95 Ticket #640: Crash when receiving ACK with SDP after BYE has been received (thanks Amit Sharma for the report) by Benny Prijono · 16 years ago
  60. 2d2cc94 Ticket #620: PRACK is sent to the wrong UAS when 100rel is used and the dialog forks (thanks Ruud Klaver for the report) by Benny Prijono · 16 years ago
  61. b2ad04a Do no disconnect invite session if authentication fails for requests within dialog. Also clears up inv->invite_tsx if re-INVITE fails with authentication error, otherwise it will not be able to send further re-INVITEs by Benny Prijono · 16 years ago
  62. 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
  63. 0b4c57b Fixed ticket #550: PRACK is not re-sent on 401/407 challenge (thanks Josh Benson) by Benny Prijono · 16 years ago
  64. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  65. 89ac2b4 Fixed various compilation warnings with gcc strict compilation by Benny Prijono · 16 years ago
  66. 1189365 Ticket #418 Protect client registration session with mutex by Benny Prijono · 16 years ago
  67. 4304725 Fixed gcc warnings about type pruned pointers by Benny Prijono · 16 years ago
  68. dd742da Ticket #534: Client register/registration support for various registrar brokenness by Benny Prijono · 16 years ago
  69. 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
  70. 48374a2 Fixed bug: the status line in sipfrag content (for REFER) must ends with a CR-LF by Benny Prijono · 16 years ago
  71. 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
  72. 9ae5dfc More ticket #514: the last fix causes invite session to refuse to send CANCEL! by Benny Prijono · 16 years ago
  73. 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
  74. 52cde92 Ticket #498: Option in client registration to ignore Contact address in REGISTER response by Benny Prijono · 17 years ago
  75. 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
  76. 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
  77. 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
  78. d5f9f42 Ticket #416: Allow application to handle sending ACK manually by Benny Prijono · 17 years ago
  79. c514576 Fixed ticket #426: Respond incoming CANCEL with no matching INVITE with 481 (thanks Sergey Bakulin) by Benny Prijono · 17 years ago
  80. 37db51c Fixed ticket #423: Client registration (pjsip_regc) doesn't obey explicit transport selection (thanks Hitesh) by Benny Prijono · 17 years ago
  81. f0f8fd1 Fixed compilation warnings/errors under C++ mode by Benny Prijono · 17 years ago
  82. 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
  83. c5cbc05 Accept UPDATE without SDP (this is a valid scenario according to session timer RFC) by Benny Prijono · 17 years ago
  84. 48ab2b7 - Added option to send empty Authorization header in outgoing requests by Benny Prijono · 17 years ago
  85. 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
  86. 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
  87. 522e7de Fixed ticket #401: Unable to register when account URI contains display name by Benny Prijono · 17 years ago
  88. 9569a0b Related to ticket #5: fixed compilation warnings on gcc by Benny Prijono · 17 years ago
  89. 6649156 Related to ticket #385: fixed gcc compilation warnings by Benny Prijono · 17 years ago
  90. bdc093f Ticket #390: Register session will keep transport instance so that keep-alive is sent by Benny Prijono · 17 years ago
  91. 1f7767b Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation by Benny Prijono · 17 years ago
  92. 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
  93. 373633c Fixed compilation error in sip_100rel.c when c++ mode is used by Benny Prijono · 17 years ago
  94. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  95. 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
  96. 91a5a3a Fixed several unit test failures: typecast error on C++ mode, SIP parsing, etc. by Benny Prijono · 17 years ago
  97. e56b5b1 Fixed ticket #371: Bug with REGISTER expiration calculation (thanks Philippe Leuba) by Benny Prijono · 17 years ago
  98. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  99. 95673f3 Ticket #342: added configuration to control whether Allow header should be included in outgoing INVITE requests by Benny Prijono · 17 years ago
  100. 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