1. 7fff9f9 Ticket #522: Enable keep-alive for UDP transport even when STUN is not configured by Benny Prijono · 16 years ago
  2. e8554ef Ticket #515 (Update Contact header in REGISTER for TCP/TLS transport) by Benny Prijono · 17 years ago
  3. 38fb3ea Related to ticket #437: optimize the stack usage of pjsua-lib by Benny Prijono · 17 years ago
  4. db4eb81 IPv6 logging in account keep-alive in pjsua-lib by Benny Prijono · 17 years ago
  5. 19b2937 Fixed Contact generation failure and crash on unregistration if regc initialization failed by Benny Prijono · 17 years ago
  6. d0bd498 More ticket #421: fixed SIP messaging components to support IPv6 format by Benny Prijono · 17 years ago
  7. f0f8fd1 Fixed compilation warnings/errors under C++ mode by Benny Prijono · 17 years ago
  8. 48ab2b7 - Added option to send empty Authorization header in outgoing requests by Benny Prijono · 17 years ago
  9. 2568c74 Changed Service-Route processing to append S-R to existing route set rather than overwriting them by Benny Prijono · 17 years ago
  10. bddef2c Ticket #407: keep-alive for UDP transports in PJSUA-LIB by Benny Prijono · 17 years ago
  11. 2a67ea4 Continuing ticket #400: Only process Service-Route header if enable_service_route (--service-route option in pjsua) is set by Benny Prijono · 17 years ago
  12. f020ab2 Updated Service-Route calculation by Benny Prijono · 17 years ago
  13. a2a2d41 Ticket #400: initial support for Service-Route header, still untested by Benny Prijono · 17 years ago
  14. 28f673a Continuing ticket #396: tested digest AKAv1, implemented AKAv2, and some works in the authentication framework to support it by Benny Prijono · 17 years ago
  15. 15b0230 Ticket #381: auto-update the IP address in Contact according to the address/port received in REGISTER response by Benny Prijono · 17 years ago
  16. 4461c7d Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting subset of RPID elements by Benny Prijono · 17 years ago
  17. fe04fb5 Ticket #365: ability to override generated ttuple ID in PIDF message body (thanks Babon Frederic) by Benny Prijono · 17 years ago
  18. fb2b365 Added command to add new account in pjsua application by Benny Prijono · 17 years ago
  19. 371cf0a Added assertion in pjsua when no account is configured by Benny Prijono · 17 years ago
  20. 8058a62 Fixed ticket #327: SIPS URI in Contact header generated by pjsua causing problems with OpenSER by Benny Prijono · 17 years ago
  21. 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
  22. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  23. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  24. fff245c Ticket #205: merged proxy functionalities from stable to trunk by Benny Prijono · 17 years ago
  25. f75eceb ICE (work in progress): implemented server reflexive candidate by Benny Prijono · 18 years ago
  26. 8b6834f Fixed ticket #90: PUBLISH is rejected with 404 when REGISTER is challenged with 401/407 by Benny Prijono · 18 years ago
  27. 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
  28. 8c7a617 Fixed invalid URI typecasting in Contact header generation in PJSUA-LIB by Benny Prijono · 18 years ago
  29. 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
  30. 922933b Fixed ticket #68: pjsua account is not completely invalidated by Benny Prijono · 18 years ago
  31. 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
  32. 8fc6de0 Add pjsip_regc_add_headers() APi to set headers to be added by Benny Prijono · 18 years ago
  33. dfb7d48 Changed temporary buffer size for duplicating contact info in pjsua-lib to 1024 from 512 by Benny Prijono · 18 years ago
  34. e1a8bad Fixed possible small memory leak in PJSUA registration by Benny Prijono · 18 years ago
  35. 093d302 Fixed several bugs in PJSUA-API: by Benny Prijono · 18 years ago
  36. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  37. 21b9ad9 Added initial PUBLISH client support, and also default account selection in pjsua/pjsua-lib by Benny Prijono · 18 years ago
  38. 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
  39. 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
  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. 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
  44. 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
  45. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago