1. 36bdd9c Re #1569: Fixed missing default value setting for pjsip_cfg()->allow_tx_hash_in_uri. by Nanang Izzuddin · 12 years ago
  2. 10584d2 Re #1559: Fixed potential buffer overflow when duplicating the string by Sauw Ming · 12 years ago
  3. d4abcc0 Re #1589: Removed "--disable-floating-point" from "configure-iphone". by Nanang Izzuddin · 12 years ago
  4. b6c3f36 Fixed #1592: Multithreading issues in PJSIP (fixing pj_timer_heap_poll() and lock order inversion in tcp/tls transport) by Sauw Ming · 12 years ago
  5. 87d7051 Fixed #1591: Fixed dialog locking in acquire_call() when media transport is created asynchronously. by Sauw Ming · 12 years ago
  6. 460971f Re #1562: Fixed default custom media transport creation callback flag. By default, custom media transport should close its member transport. by Sauw Ming · 12 years ago
  7. f500a55 Re #1586: Add support for SILK multiple frames per packet by Sauw Ming · 12 years ago
  8. 9756efd Misc (re #1562): Fixed ffmpeg codec wrapper compile error of undefined 'AVCodec::encode' (removed in the recent ffmpeg version). by Nanang Izzuddin · 12 years ago
  9. aa67427 Misc (re #1562): pkgconfig removed duplicated framework name from Libs without removing the '-framework' option itself, which caused link error. by Nanang Izzuddin · 12 years ago
  10. 6c80455 Close #1590: APIs to facilitate pending processing of pjsip_rx_data by Benny Prijono · 12 years ago
  11. 02eced2 Close #1589: Enable floating point by default for iOS target by Benny Prijono · 12 years ago
  12. eb98937 Fixed #1588: State PJSIP_INV_STATE_NULL is called after call has been disconnected by Benny Prijono · 12 years ago
  13. 65f2403 Re #1586: Implement SILK config setting and fixed decoding fmtp by Sauw Ming · 12 years ago
  14. ec02c08 Re #1586: Removed configure warning when using --with-silk option by Sauw Ming · 12 years ago
  15. 3ee340a More re #1586: added PJMEDIA_HAS_SILK_CODEC to config_auto.h.in by Benny Prijono · 12 years ago
  16. 0bcd10f Re #1587: Respond to call replace request with the last provisional response sent in the replaced call. by Nanang Izzuddin · 12 years ago
  17. 3f74e4b Re #1587: by Nanang Izzuddin · 12 years ago
  18. 32709d5 Close #1587: Added settings to accept call replace when in early state and as UAS: accept_replace_in_early_state in pjsip_cfg_t and PJSIP_ACCEPT_REPLACE_IN_EARLY_STATE macro. by Nanang Izzuddin · 12 years ago
  19. a4ac228 Misc (re #1559): Consistent use of SAMPLES_PER_FRAME in G711. by Nanang Izzuddin · 12 years ago
  20. 03df424 Re #1568: Add build config for SILK by Sauw Ming · 12 years ago
  21. e14008e Re #1586: Initial version of SILK wrapper. by Nanang Izzuddin · 12 years ago
  22. 3d6980a Fixed #1582: Transmit the last DTMF packet (containing the E bit) three times by Benny Prijono · 12 years ago
  23. e135917 Fixed #1585: IPv6 support for SIP TCP and TLS transports and PJSUA-LIB v2 by Benny Prijono · 12 years ago
  24. 28bd76b Re #1583: Removed testing scenario accidentally left in the code by Sauw Ming · 12 years ago
  25. 065d554 Re #1583: Fixed error propagation that caused the disconnection of the transport by Sauw Ming · 12 years ago
  26. a602fe6 Fixed #1583: Unexpected SIP message transmission after transaction has timed-out by Sauw Ming · 12 years ago
  27. af9c34d Re #1562: Add PJMEDIA_HAS_VIDEO macro for vid_stream_info by Sauw Ming · 12 years ago
  28. 5b2e680 More re #1570: fixed typo in configure-bb by Benny Prijono · 12 years ago
  29. 9c752fa Transmit DTMF with 'End' bit when the stream is being destroyed. This closes #1582 by Benny Prijono · 12 years ago
  30. f0aabd3 Close #1568: by Nanang Izzuddin · 12 years ago
  31. 994e9ed Re #1562: Add support for multiple GUIDs that represents the same format (such as I420/IYUV) in DShow device. by Sauw Ming · 12 years ago
  32. 9b7e255 Fixed #1581: Fixed crash in video port when the capturer is passive, its stream is passive, and converter is needed by Sauw Ming · 12 years ago
  33. 13a4e24 More #1570: Added the missing -laudio_manager to LDFLAGS, which is required by R6 SDK. Thanks Bob Cripps for the patch by Benny Prijono · 12 years ago
  34. 4064539 Re #1573: Fixed improper unlock in do_handshake(). by Nanang Izzuddin · 12 years ago
  35. b93f46a Re #1573: Fixed bad cast on ioqueue send key to send data in asock_on_data_sent(). by Nanang Izzuddin · 12 years ago
  36. 1d57482 Fix #1573: by Nanang Izzuddin · 12 years ago
  37. 5324e3b Misc (re #1562): pkgconfig removed multiple occurences of -framework from Libs command-line causing link error (thanks Samuel Vinson for the report) by Benny Prijono · 12 years ago
  38. 3b078ed Fix #1580: Add SDP connection line in disabled or rejected media when there is none (in media/session level). by Nanang Izzuddin · 12 years ago
  39. eead474 Fix #1574: Fixed silly mistake in the media channel init condition in pjsua_call_answer2(). by Nanang Izzuddin · 12 years ago
  40. be8ab38 Fix #1579: Update Symbian APS/VAS to use new pjmedia_format. by Nanang Izzuddin · 12 years ago
  41. 164edc0 Fixed #1578: Possible deadlock when call is adding new media with ICE and STUN enabled: by Benny Prijono · 12 years ago
  42. 2da9fc6 Re #1562: Add support for I420 format in DShow video device. by Sauw Ming · 12 years ago
  43. 062c49f Fixed #1577: Add pjmedia setting to include SDP bandwidth modifier "TIAS" (RFC3890) by Sauw Ming · 12 years ago
  44. 9846a0c Misc (re #1562): fixed compile warnings on Win platform (some are reported as compile error on Symbian). by Nanang Izzuddin · 12 years ago
  45. b4bad70 Misc (#1559): fixed warnings of unused var on Symbian platform. by Nanang Izzuddin · 12 years ago
  46. eba7bdc Fixed #1572: duplicate transport attributes when modifying video stream call by Sauw Ming · 12 years ago
  47. 8976120 Re #1559: Removed unnecessary PJ_UNUSED_ARG(payload_len) in pjmedia_rtp_encode_rtp() by Sauw Ming · 12 years ago
  48. c27560c Re #1562: Fixed compilation error if PJMEDIA_HAS_PASSTHROUGH_CODECS is enabled by Sauw Ming · 12 years ago
  49. 09b1082 Re #1559: Removed unnecessary assertion from sock_bsd's pj_sock_recvfrom() implementation. by Sauw Ming · 12 years ago
  50. f21421f Re #1559: Add support for OS X version after 10.7.x by Sauw Ming · 12 years ago
  51. cc61b74 Fixed #1570: Update BlackBerry BB10 audio device to the latest SDK R6 by Benny Prijono · 12 years ago
  52. 4b57f58 More #1412: also handle the case for presence subscription, publish, and mwi when the account does not have registration by Benny Prijono · 12 years ago
  53. c858d74 Fixed #1569: Option to allow hash character ('#') to appear in user part of SIP URL by Benny Prijono · 12 years ago
  54. 4394029 More re #1412: set default value of PJSIP_CHECK_VIA_SENT_BY to 0, because now account may send requests with different Via sent-by by Benny Prijono · 12 years ago
  55. 9ca1c8c Re #1562: Added compile-time setting to enable/disable "c=" line in SDP session level. The default is disabled. by Nanang Izzuddin · 12 years ago
  56. b2b5f16 Close #1567: Added option to use STUN2 format for resolving mapped address in pjsua_config. by Nanang Izzuddin · 12 years ago
  57. 6457b15 Fixed #1566: by Nanang Izzuddin · 12 years ago
  58. 911260c Fixed #1565: deadlock in DNS resolver. by Nanang Izzuddin · 12 years ago
  59. 37de76e Fixed #1563: Crash when resolving STUN when there is no network connectivity. by Nanang Izzuddin · 12 years ago
  60. c7abc1b Fixed #1412: Account specific NAT settings: STUN, ICE, and TURN by Benny Prijono · 12 years ago
  61. 57d68d7 Re #1559: fixed uninitialized variable bug in icedemo sample app (thanks Magnus Kempe for the report and the fix!). by Nanang Izzuddin · 12 years ago
  62. 8c605b0 Re #1562: fixed typo in pjsua app video option help: the default for "--vrender-dev" should be "-2". by Nanang Izzuddin · 12 years ago
  63. c47362b Close #1561: Added new user credentials lookup callback that also passes 'pjsip_rx_data'. by Nanang Izzuddin · 12 years ago
  64. 5c5220d Fixed #1560: Added 'timer' in require header in sending 2xx response when session timer refresher is 'uac'. by Nanang Izzuddin · 12 years ago
  65. b4a4719 Re #1559: Add doc about on_incoming_subscribe() to call pjsua_pres_notify() immediately after setting the code to 202 by Sauw Ming · 12 years ago
  66. 1993a76 Re #1558: Add URI test entry for this case in pjsip test by Sauw Ming · 12 years ago
  67. 3aa2e64 Fixed #1558: Bug in parsing quoted URI strings by Sauw Ming · 12 years ago
  68. 969227c Fixed #1556: Fix From/To tag and Via branch comparison to be case insensitive by Sauw Ming · 12 years ago
  69. dfda40b Fixed #1577: assertion when TURN session is already destroyed by Sauw Ming · 12 years ago
  70. 14dfc0e Fixed #1555 : Bug with via_rewrite feature when the account gets deleted by Sauw Ming · 12 years ago
  71. 752983a Fixed #1554: Assertion in ICE when STUN resolution yields a same address as one of the host candidate and there is only one host candidate exists (thanks Claudio De Angelis for the report) by Benny Prijono · 12 years ago
  72. 1a90f49 Fixed #1553: Account setting to disable re-INVITE or UPDATE to lock codec by Benny Prijono · 12 years ago
  73. 6ae8f2d Fixed #1552: Possible crash if media transport stop() is called on ICE transport while ICE is not created (thanks Iliya Prince for the fix) by Benny Prijono · 12 years ago
  74. 9fefe7a Fixed #1551: Assertion in TURN code when shutdown or destroy is called more than once (thanks Guilherme Balena Versiani for the report) by Benny Prijono · 12 years ago
  75. 448235b Fix #1550: Auto re-registration does not work if application does not set on_transport_state(). by Nanang Izzuddin · 12 years ago
  76. 1e42a67 Re: Added compile-time setting PJNATH_STUN_SOFTWARE_NAME to specify SOFTWARE attribute for STUN sessions. by Nanang Izzuddin · 12 years ago
  77. 382a57e Fix #1549: Always reset conference port mixing buffer when it has transmitter(s). by Nanang Izzuddin · 12 years ago
  78. 3bb260a Fix #1547: by Nanang Izzuddin · 12 years ago
  79. 8534076 Re #1548: Crash due to racing condition in timer when call is disconnected quickly (thanks Joshua Colp for the report!) by Benny Prijono · 12 years ago
  80. e9915d8 Changed version to 2.0.1-svn by Sauw Ming · 12 years ago
  81. 2faa365 Changed version to 2.0.1 by Sauw Ming · 12 years ago
  82. 5a4d6ed Re #1523: use random port for PJSUA instance(s) and configurable SIPp port. by Nanang Izzuddin · 12 years ago
  83. 29e1bc7 Re #1523: sipp output redirection to /dev/null somehow caused sipp unresponsive when the test is run under cdash. by Nanang Izzuddin · 12 years ago
  84. 8a3670f Re #1540: Fixed assertion when terminating MWI subscription by Sauw Ming · 12 years ago
  85. 7864e42 Re #1537: Modify NAT detection to no longer update the transport address. by Sauw Ming · 12 years ago
  86. 9df1512 Re #1523: avoid false failure reported by sipp scenario uas-422-then-200-bad-se.xml due to codec mismatch. by Nanang Izzuddin · 12 years ago
  87. 7e18022 Re #1523: by Nanang Izzuddin · 12 years ago
  88. b47391e Re #1524: Added call to pjmedia_transport_simulate_lost() for async media transport creation by Sauw Ming · 12 years ago
  89. e3ea816 Re #1537: Fixed bug that does not update via_sent_by upon NAT address update. by Sauw Ming · 12 years ago
  90. d1ebaca Re #1540: Modify MWI subscription setting on run-time by Sauw Ming · 12 years ago
  91. b2c6af2 Re #1523: fixed mod_sipp.py problems in executing sipp on unix/mac platforms, i.e: should run on shell and non-background mode. by Nanang Izzuddin · 12 years ago
  92. 7ccbd91 Re #1523: added sipp scenario for call transfer (attended & unattended). by Nanang Izzuddin · 12 years ago
  93. 3aba980 Close #1523: by Nanang Izzuddin · 12 years ago
  94. 00584d4 Re #1526: r4175 missed PJSUA_UNLOCK() on some failure cases in pjsua_call_answer2(). by Nanang Izzuddin · 12 years ago
  95. 4f83b76 Fix #1526: by Nanang Izzuddin · 12 years ago
  96. 19b542b Fixed #1541: Crash in third party media sample application after library is restarted by Benny Prijono · 12 years ago
  97. aecc01c Fixed #1537: Via rewrite: putting the right IP address in Via sent-by for outgoing requests by Sauw Ming · 12 years ago
  98. 8666964 Close #1540: by Nanang Izzuddin · 12 years ago
  99. eff0a4c Fix #1539: Applied non-strict update of remote capability info after receiving the first 2xx response. by Nanang Izzuddin · 12 years ago
  100. 0915030 Fixed #1538: Suppress SIGPIPE for broken TCP connection on Linux (thanks Mike Evans for the suggestion) by Benny Prijono · 12 years ago