1. 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
  2. 65add62 Ticket #833: by Nanang Izzuddin · 15 years ago
  3. 59dffb1 Ticket #833: by Nanang Izzuddin · 15 years ago
  4. 5af37ff Ticket #930: by Nanang Izzuddin · 15 years ago
  5. 006a4e8 Fixed ticket #506: Behavior when cancelling INVITE before provisional response is received by Benny Prijono · 15 years ago
  6. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  7. 08a48b8 More ticket #10: changed to signature of the redirection callbacks to make it more natural to use by Benny Prijono · 16 years ago
  8. 5e51a4e Ticket #10: handle redirection response in the invite session by Benny Prijono · 16 years ago
  9. 90cc76e Fixed gcc function is not a prototype warnings by Benny Prijono · 16 years ago
  10. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  11. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  12. dd742da Ticket #534: Client register/registration support for various registrar brokenness by Benny Prijono · 16 years ago
  13. a7b376b Fixed doxygen comments everywhere by Benny Prijono · 17 years ago
  14. 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
  15. d5f9f42 Ticket #416: Allow application to handle sending ACK manually by Benny Prijono · 17 years ago
  16. 48ab2b7 - Added option to send empty Authorization header in outgoing requests by Benny Prijono · 17 years ago
  17. 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
  18. 1f7767b Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation by Benny Prijono · 17 years ago
  19. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  20. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  21. 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
  22. 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
  23. 0606e70 Fixed ticket #284: Failed scenarios with CANCEL requests (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  24. 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
  25. 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
  26. 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
  27. 8fc6de0 Add pjsip_regc_add_headers() APi to set headers to be added by Benny Prijono · 18 years ago
  28. 053f522 Attended call transfer implementation. The changes involves: by Benny Prijono · 18 years ago
  29. 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
  30. 312aff9 Modifications all over the place, but mainly only to update Doxygen documentation by Benny Prijono · 18 years ago
  31. 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
  32. e8b0d3b Changed pjsip_inv_send_msg() function by Benny Prijono · 19 years ago
  33. d4e0abd Added API to terminate dialog prematurely. Affect: dialog, invite sessions, evsub, and presence by Benny Prijono · 19 years ago
  34. 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
  35. 26ff906 Implemented major feature: call hold and transfer by Benny Prijono · 19 years ago
  36. bcaed6c SIMPLE test with FWD, and added more info in UI by Benny Prijono · 19 years ago
  37. f319507 Ported pjsip to WinCE by Benny Prijono · 19 years ago
  38. e4f2abb Added more logging, and fixed bug when ACK is responded! by Benny Prijono · 19 years ago
  39. 632ce71 Updated with new jitter buffer, and statistics in pjsua by Benny Prijono · 19 years ago
  40. 84126ab Setting svn:eol-style attribute by Benny Prijono · 19 years ago
  41. a66c715 Done media integration in pjsua. Needs to do actual voice testing by Benny Prijono · 19 years ago
  42. ccf9562 Tested initial implementation: basic UAC, client registration, authentication, etc by Benny Prijono · 19 years ago
  43. 268ca61 Initial implementation of invite session abstraction, and updated pjsua for the new framework by Benny Prijono · 19 years ago
  44. 40f2f64 Finished implementation of UA layer (to be tested) by Benny Prijono · 19 years ago
  45. 728a905 Complete tsx layer selftest, implemented authentication framework by Benny Prijono · 19 years ago
  46. 5dcb38d Set svn:eol-style property by Benny Prijono · 19 years ago
  47. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  48. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  49. 4c5dcfd Begin organizing directory structure of pjsip by Benny Prijono · 19 years ago