1. 8058a62 Fixed ticket #327: SIPS URI in Contact header generated by pjsua causing problems with OpenSER by Benny Prijono · 17 years ago
  2. e68e99f Fixed ticket #320: Assertion error in pjsua when unregistering/removing account while network is disconnected (thanks Bo Huang) by Benny Prijono · 17 years ago
  3. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  4. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  5. fff245c Ticket #205: merged proxy functionalities from stable to trunk by Benny Prijono · 17 years ago
  6. f75eceb ICE (work in progress): implemented server reflexive candidate by Benny Prijono · 18 years ago
  7. 8b6834f Fixed ticket #90: PUBLISH is rejected with 404 when REGISTER is challenged with 401/407 by Benny Prijono · 18 years ago
  8. 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
  9. 8c7a617 Fixed invalid URI typecasting in Contact header generation in PJSUA-LIB by Benny Prijono · 18 years ago
  10. 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
  11. 922933b Fixed ticket #68: pjsua account is not completely invalidated by Benny Prijono · 18 years ago
  12. 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
  13. 8fc6de0 Add pjsip_regc_add_headers() APi to set headers to be added by Benny Prijono · 18 years ago
  14. dfb7d48 Changed temporary buffer size for duplicating contact info in pjsua-lib to 1024 from 512 by Benny Prijono · 18 years ago
  15. e1a8bad Fixed possible small memory leak in PJSUA registration by Benny Prijono · 18 years ago
  16. 093d302 Fixed several bugs in PJSUA-API: by Benny Prijono · 18 years ago
  17. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  18. 21b9ad9 Added initial PUBLISH client support, and also default account selection in pjsua/pjsua-lib by Benny Prijono · 18 years ago
  19. e85bc41 Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 chars (from 16), and check all those sprintf's especially the ones with "%p" format. by Benny Prijono · 18 years ago
  20. 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
  21. c570f2d More intelligent PJSUA-LIB in selecting the appropriate address for Contact header by Benny Prijono · 18 years ago
  22. b4a17c9 Fixed bug in PJSUA API re: account selection and Contact header for accounts by Benny Prijono · 18 years ago
  23. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  24. e93e287 Major improvements in PJSIP to support TCP. The changes fall into these categories: (1) the TCP transport implementation itself (*.[hc]), (2) bug-fix in SIP transaction when using reliable transports, (3) support for TCP transport in PJSUA-LIB/PJSUA, and (4) changes in PJSIP-TEST to support TCP testing. by Benny Prijono · 18 years ago
  25. 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
  26. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago