1. dbd9d4b Ticket #623: Assertion when receiving SUBSCRIBE with non presence event (thanks Lucas Rosa Galêgo for the report) by Benny Prijono · 16 years ago
  2. 232759b Ticket #615: Error adding new buddy in the on_incoming_subscribe() callback (thanks Joseph Maiquez for reporting the error) by Benny Prijono · 16 years ago
  3. a330d45 Ticket #585: Handle non-SIP URI in Contact header of incoming INVITE and SUBSCRIBE requests by Benny Prijono · 16 years ago
  4. 7f6ee02 Fixed ticket #582: Extended presence status is not sent in initial NOTIFY request (thanks Joseph Maiquez for the report) by Benny Prijono · 16 years ago
  5. 705e784 Ticket #576: Added user data in pjsua account and buddy by Benny Prijono · 16 years ago
  6. 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
  7. 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
  8. ba736c4 Ticket 555: modifications to pjsua instant messaging callbacks by Benny Prijono · 16 years ago
  9. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  10. 5516f91 Fixed bug: NOTIFY is sent continuously on PJSUA-LIB shutdown by Benny Prijono · 16 years ago
  11. ddaaf6a Use the smart Contact header for TCP/TLS by Benny Prijono · 16 years ago
  12. f0f8fd1 Fixed compilation warnings/errors under C++ mode by Benny Prijono · 17 years ago
  13. 48ab2b7 - Added option to send empty Authorization header in outgoing requests by Benny Prijono · 17 years ago
  14. 32767ec Change default PUBLISH interval from 60 seconds to PJSUA_PRES_TIMER by Benny Prijono · 17 years ago
  15. 1086143 Ticket #406: New PJSUA API to update buddy's presence subscription by Benny Prijono · 17 years ago
  16. a17496a Ticket #405: Subscribe to buddy presence upon receiving incoming subscription from the buddy by Benny Prijono · 17 years ago
  17. 4461c7d Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting subset of RPID elements by Benny Prijono · 17 years ago
  18. fe04fb5 Ticket #365: ability to override generated ttuple ID in PIDF message body (thanks Babon Frederic) by Benny Prijono · 17 years ago
  19. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  20. 2157666 PJSUA_PRES_TIMER was set to two seconds! (thanks Paul Levin) by Benny Prijono · 17 years ago
  21. f9c40c3 Fixed ticket #351: Possible deadlock in pjsua-api presence subscription (thanks Paul Levin) by Benny Prijono · 17 years ago
  22. 2943815 Ticket #349: Crash when sending PUBLISH when network is unreachable by Benny Prijono · 17 years ago
  23. c61cc04 Ticket #347: Assertion failure when handling incoming presence subscription with Expires=0 by Benny Prijono · 17 years ago
  24. 9727660 Timer for buddy presence subscription in PJSUA is not cancelled when application quits (this timer was added by ticket #91) by Benny Prijono · 17 years ago
  25. a6992c5 Fixed ticket #319: assertion in pjsua when adding buddy with invalid or unreachable host (thanks Paul Levin) by Benny Prijono · 17 years ago
  26. 7a5f510 Fixed ticket #91: timer to re-subscribe buddy's presence when subscription failed by Benny Prijono · 17 years ago
  27. 48da92e Fixed ticket #100: Assertion failure when terminating subscription with PJSUA-API (thanks Edward Tian) by Benny Prijono · 17 years ago
  28. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  29. 703b7d7 Fixed ticket #191: PUBLISH request in pjsua is not initialized with account's route set (thanks Nicholas Xu) by Benny Prijono · 18 years ago
  30. 8c6e884 Fixed ticket #136: Invalid presence entity ID when URI is specified in name-addr format by Benny Prijono · 18 years ago
  31. 8b6834f Fixed ticket #90: PUBLISH is rejected with 404 when REGISTER is challenged with 401/407 by Benny Prijono · 18 years ago
  32. 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
  33. fc49359 Check for non-SIP URI in buddy URL by Benny Prijono · 18 years ago
  34. 9c1528f Related to ticket #97: make name_addr handling more robust against possibility of bugs that someone may put another name_addr inside a name_addr by Benny Prijono · 18 years ago
  35. 922933b Fixed ticket #68: pjsua account is not completely invalidated by Benny Prijono · 18 years ago
  36. 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
  37. dc752ca Fixed few bugs that seem to have been introduced by new dialog by Benny Prijono · 18 years ago
  38. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  39. 21b9ad9 Added initial PUBLISH client support, and also default account selection in pjsua/pjsua-lib by Benny Prijono · 18 years ago
  40. c570f2d More intelligent PJSUA-LIB in selecting the appropriate address for Contact header by Benny Prijono · 18 years ago
  41. b4a17c9 Fixed bug in PJSUA API re: account selection and Contact header for accounts by Benny Prijono · 18 years ago
  42. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  43. 6f97941 Fixed couple of bugs in pjsua API: (1) server presence subscription not setting credentials, and (2) incorrect account status is reported when registration failed by Benny Prijono · 18 years ago
  44. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago
  45. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  46. b9b32ab Initial work on pjsua ActiveX component by Benny Prijono · 18 years ago
  47. 9fc735d More changes in pjsua API to make it more complete high level API by Benny Prijono · 18 years ago
  48. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  49. 1d8d608 Fixed bug in event subscription when it is challenged/authenticated by Benny Prijono · 18 years ago
  50. 1c2bf46 Added complexity and quality argument, and terminate dialog properly on failures by Benny Prijono · 19 years ago
  51. 1a17414 Added option to perform detailed or summary only dump by Benny Prijono · 19 years ago
  52. 4f9f64e Moved pjsua framework to pjsua-lib by Benny Prijono · 19 years ago[Renamed (99%) from pjsip/src/pjsua/pjsua_pres.c]
  53. a91a003 Major redesign in pjsua: call is indexed by number, multiple accounts, configurable max-calls, more auto-xxx features, fixed bugs in save_settings(), etc. by Benny Prijono · 19 years ago
  54. 2f8992b Tidying up and make it consistent with the documentation by Benny Prijono · 19 years ago
  55. bcaed6c SIMPLE test with FWD, and added more info in UI by Benny Prijono · 19 years ago
  56. 834aee3 Initial SIMPLE implementation by Benny Prijono · 19 years ago