1. 5c2f6da Re #1161: Support for adding custom presence subscription headers. by Sauw Ming · 14 years ago
  2. 5fc7fcf Misc (re #1151): fixed pjsua_acc_config_dup(), some fields, i.e: contact_params, contact_uri_params, and auth_pref, were not duplicated properly (thanks Roman Grachev for the report and the patch). by Nanang Izzuddin · 14 years ago
  3. ec91900 Fix #1163: by Nanang Izzuddin · 14 years ago
  4. b54719f Implemented SIP outbound (closed #1020) by Benny Prijono · 14 years ago
  5. 1a1f51e Fixed #1156: New option to ignore bad NOTIFY presence message body (thanks Johan Lantz for the suggestion) by Benny Prijono · 14 years ago
  6. c84ba48 Fixed #1155 (Run-time option to disable the use of "rport" in outgoing requests (thanks Marcus Froeschl for the suggestion) by Benny Prijono · 14 years ago
  7. 1e60155 Fixed #1149 (Crash when holding the call after receiving SDP answer with multiple codecs (thanks Cyril GY for the report)): by Benny Prijono · 14 years ago
  8. fe937cb Fixed #1147: Bug in parsing multipart message bodies (thanks Johan Lantz for the report) by Benny Prijono · 14 years ago
  9. 6349989 Closed #1144: New presence callback to report subscription state (thanks Johan Lantz for the suggestion): by Benny Prijono · 14 years ago
  10. f279c09 Closed #1146: support for multipart message bodies in incoming NOTIFY requests by Benny Prijono · 14 years ago
  11. dd63b99 Closed #1142 (Account based configuration to specify if "c=0.0.0.0" method should be used when putting call on hold): by Benny Prijono · 14 years ago
  12. 202837d Closed #1141: Compile and run-time setting to allow printing of port number in URI in To and From header (thanks Marcus Froeschl for the suggestion) by Benny Prijono · 14 years ago
  13. 60e8aa9 Close #1137: added field reg_hdr_list into pjsua_acc_config to specify custom headers for REGISTER requests of the account. by Nanang Izzuddin · 14 years ago
  14. c754578 Closed #1139 (Support for tel: URI in PJSUA-LIB): by Benny Prijono · 14 years ago
  15. 4ea1bcc Close #1138: by Nanang Izzuddin · 14 years ago
  16. 5e39a2b Closed #1129: by Nanang Izzuddin · 14 years ago
  17. d9a7c8a Fix #1121 (Deadlock in transaction code when hanging up calls (thanks Dennis Struble for the report)) by Benny Prijono · 14 years ago
  18. 742ef4b Re #1120: by Nanang Izzuddin · 14 years ago
  19. 844c1c9 Fixed #1117: Configurable PJSUA-LIB lock timeout by Sauw Ming · 14 years ago
  20. 48f6dbf Fixed #1118: Add last error code to PJSUA-LIB account info structure by Sauw Ming · 14 years ago
  21. 1c1d734 Implemented core multipart support and support in the invite session (re #1070) by Benny Prijono · 14 years ago
  22. ad56eb8 Re #1070 (support for multipart bodies): added new pjsip_param_cmp() API by Benny Prijono · 14 years ago
  23. 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
  24. ec4c77e Misc (Re: #1068): fixed bug with pjsip_status_code enum, when an optimizing compiler decides to use 16bit integer to represent this enum. In PJSUA-LIB, there is a code which assigns 32bit value to a variable of this type, causing overflow. Thanks Rickard Angbratt for the report by Benny Prijono · 14 years ago
  25. 07fe230 Fixed #1081: Implement ICE option tag (RFC 5678) by Benny Prijono · 14 years ago
  26. 29c8ca3 Fixed #1095 (New option to control the Route headers in REGISTER request). Details: by Benny Prijono · 14 years ago
  27. c6d5fdc Fixed #1086 (New option to update the Contact URI in a single REGISTER request): added contact_rewrite_method account config to control this. Default is to use the new mechanism, i.e. the single REGISTER method. by Benny Prijono · 14 years ago
  28. 4d6ff4d Fixed #1077: In ICE stream transport (ice_strans.c), automaticaly retry allocation once if TURN allocation fails. If this allocation retry also fails, notify the TURN user via on_ice_complete() callback. Details: by Benny Prijono · 14 years ago
  29. 93bacd0 Fix #476: by Nanang Izzuddin · 14 years ago
  30. 2a1b9ee Re #1089: by Nanang Izzuddin · 14 years ago
  31. 609fff5 Fix #1071: Increase default maximum SIP packet size to 4000 by Benny Prijono · 14 years ago
  32. d89cc3a Re #1069: by Nanang Izzuddin · 14 years ago
  33. c3ea16a Ticket #1057: Implemented pjsua_modify_acc(). by Nanang Izzuddin · 14 years ago
  34. 91cfa96 Ticket #1056: by Nanang Izzuddin · 14 years ago
  35. 36dd5b6 Ticket #1044: by Nanang Izzuddin · 14 years ago
  36. 2140732 More #1032 (new SIP TCP/TLS transport callback): by Benny Prijono · 15 years ago
  37. 5e69da5 More ticket #1032: by Nanang Izzuddin · 15 years ago
  38. cca2e43 Misc (#1026): fixed wrong documentation of pjsua_acc_config.allow_contact_rewrite by Benny Prijono · 15 years ago
  39. 2fb937e Ticket #1032: by Nanang Izzuddin · 15 years ago
  40. 166d502 Ticket #995: Send un-PUBLISH when pjsua_acc_set_registration(FALSE) is called (thanks Johan Lantz for the suggestion) by Benny Prijono · 15 years ago
  41. 06839e7 Ticket #1028: Recommit r3074 with updated codec.h. by Nanang Izzuddin · 15 years ago
  42. d1873b7 Fixed ticket #1036: Stray timer may be registered by SIP TCP and TLS transport in destroy routine, which could crash the program on Symbian (thanks Tamàs Solymosi for the report) by Benny Prijono · 15 years ago
  43. 0ff300c Undo r3074 for ticket #1028 as it is missing updated codec.h hence causing build errors (thanks Michael Bradley Jr for the report) by Benny Prijono · 15 years ago
  44. 7217505 Ticket #1028: by Nanang Izzuddin · 15 years ago
  45. 0963854 Initial commit for #1033: Assertion error when shutting down PJSIP while TCP/TLS connect is in progress and a transaction is waiting by Benny Prijono · 15 years ago
  46. 15d3a70 Ticket #1029: Fix support for multiple (event) subscriptions in a single dialog (thanks Wang Eric for the report) by Benny Prijono · 15 years ago
  47. ddd4714 Ticket #694: work on 'make install': by Benny Prijono · 15 years ago
  48. fe1bd34 More ticket #982 (MWI): support for Asterisk unsolicited MWI requests: by Benny Prijono · 15 years ago
  49. 6d936a3 More #982 (MWI): support for Asterisk unsolicited MWI in pjsua application by Benny Prijono · 15 years ago
  50. a25bc9d Ticket #950 and #957: by Benny Prijono · 15 years ago
  51. 611083d Fixed ticket #940: Multiple header rows with the same name may not be completely processed by PJSIP modules by Benny Prijono · 15 years ago
  52. 9c7616f Ticket #957: Updated PJSIP_HAS_TLS_TRANSPORT default value to refer to PJ_HAS_SSL_SOCK. by Nanang Izzuddin · 15 years ago
  53. 4dd961b Implement ticket #982: Support for SIP Message Summary/Message Waiting Indication (MWI, RFC 3842) by Benny Prijono · 15 years ago
  54. 4d79b0f Initial commit for ticket #950: QoS support: by Benny Prijono · 15 years ago
  55. 6ab0532 More #937 (presence): by Benny Prijono · 15 years ago
  56. 73bb723 Initial commit for ticket #937: Revamping of presence management to make it more efficient by Benny Prijono · 15 years ago
  57. f5d9f1f Ticket #881: send UPDATE or re-INVITE after ICE negotiation, if the default candidate has changed by Benny Prijono · 15 years ago
  58. 384dab4 Ticket #970: More gracefull PJSUA-LIB shutdown sequence. Enhancements: by Benny Prijono · 15 years ago
  59. 534a9ba Ticket #364: Upon unregistration, (un)REGISTER should be sent only after (un)PUBLISH has completed successfully by Benny Prijono · 15 years ago
  60. fe50c9e Ticket #411: Cannot update account presence's status while previous PUBLISH is in progress (thanks Olivier Beytrison for the report) by Benny Prijono · 15 years ago
  61. 7a6b084 Fixed ticket #917, #936, and #967: by Benny Prijono · 15 years ago
  62. 971a287 Misc (#915): removed unused fields (refresh_tm and hangup_tm) from pjsua_call by Benny Prijono · 15 years ago
  63. 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
  64. bb995fd Ticket #866: Allow application to specify more than one STUN servers for more robustness, and continue application startup if STUN resolution fails by Benny Prijono · 15 years ago
  65. 65add62 Ticket #833: by Nanang Izzuddin · 15 years ago
  66. 59dffb1 Ticket #833: by Nanang Izzuddin · 15 years ago
  67. 5af37ff Ticket #930: by Nanang Izzuddin · 15 years ago
  68. e2c7e85 Ticket #930: by Nanang Izzuddin · 15 years ago
  69. d06d8c5 Related to #911: by Benny Prijono · 15 years ago
  70. 28add7e Ticket #873: Include the parsed XML tuple in the pjsip_pres_status, and include it in the pjsua_buddy_info in PJSUA-LIB, in case the PIDF document contains other info that is needed by application (thanks Johan Lantz for the suggestion) by Benny Prijono · 15 years ago
  71. 816f646 Ticket #831: Added compile-time option to disable/prevent transport switching to TCP. by Nanang Izzuddin · 15 years ago
  72. b4d22b0 More ticket #869: Added PJSIP_PUBLISHC_DELAY_BEFORE_REFRESH configuration by Benny Prijono · 15 years ago
  73. 58163a2 Misc (ticket #838): removed all Python doxygen comments/documentations from pjsua.h as these has been deprecated by new Python abstraction long time ago by Benny Prijono · 15 years ago
  74. cf2e673 Ticket #869: Make various event/presence subscription time settings configurable (thanks Johan Lantz for the suggestion) by Benny Prijono · 15 years ago
  75. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  76. dbe3f4b Ticket #827: Option in PJSUA-LIB logging config to append existing log file (thanks Robert Cichielo for the suggestion) by Benny Prijono · 15 years ago
  77. 53984d1 Ticket #760: Enhancements to PUBLISH management (thanks Johan Lantz for the suggestion) by Benny Prijono · 15 years ago
  78. 2e4f03f Cleaned up bunch of compile warnings. Special for libgsmcodec, its warning level is reduced from 4 to 3. by Nanang Izzuddin · 15 years ago
  79. 006a4e8 Fixed ticket #506: Behavior when cancelling INVITE before provisional response is received by Benny Prijono · 15 years ago
  80. 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
  81. 713587c More ticket #747: the previous fix in r2505 causes parsing IPv6 address in Via to fail. Also added some torture messages in the SIP message test vectors. by Benny Prijono · 16 years ago
  82. e506c8c Disable echo cancellation related setting from pjsua_aud_get/set_setting() by Benny Prijono · 16 years ago
  83. f798e50 BIG refactoring in pjsua_media.c: by Benny Prijono · 16 years ago
  84. 0cb3b02 Added one new pjsua-lib API to get audio device stream instance, also added its usage sample for audio routing in symbian_ua. by Nanang Izzuddin · 16 years ago
  85. 10454dc Updated libraries and applications to use the new Audio Device API by Benny Prijono · 16 years ago
  86. fe02a06 - Added APS-direct sound device management into pjsua-lib (and removed it from apps). by Nanang Izzuddin · 16 years ago
  87. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  88. 30fe485 Ticket #672: Option to add custom parameters in the account Contact URI by Benny Prijono · 16 years ago
  89. 08a48b8 More ticket #10: changed to signature of the redirection callbacks to make it more natural to use by Benny Prijono · 16 years ago
  90. 5e51a4e Ticket #10: handle redirection response in the invite session by Benny Prijono · 16 years ago
  91. c26700c Modified keep-alive packet content for TCP/TLS from CRLF to double CRLF by Benny Prijono · 16 years ago
  92. 4c82c1e Ticket #665: Wrong Contact URI generated when TLS transport is used by Benny Prijono · 16 years ago
  93. de6f31c Missing PJ_DECL in pjsip_tx_data_create() declaration (thanks Tomáš Valenta for the report) by Benny Prijono · 16 years ago
  94. 3c5e28b Ticket #635: Disconnect the other call leg when multiple 2xx/OK responses to INVITE are received due to forking by Benny Prijono · 16 years ago
  95. 91d06b6 Ticket #611: Configuration option to force the route URI to use loose routing by Benny Prijono · 16 years ago
  96. 40860c3 Ticket #610: Added sample to create a media transport adapter, similar to how SRTP media transport works by Benny Prijono · 16 years ago
  97. cf986c4 Ticket #608: Added API to retrieve media transport and session from pjsua call by Benny Prijono · 16 years ago
  98. a815ceb Ticket #602: by Nanang Izzuddin · 16 years ago
  99. 551af42 Ticket #586: Added ICE negotiations test to test the scenario when two agents have different number of components by Benny Prijono · 16 years ago
  100. 984080b Implement ticket #551: Generic URI scheme handler (thanks Juri Glaß for the patch) by Benny Prijono · 16 years ago