1. ec02c08 Re #1586: Removed configure warning when using --with-silk option by Sauw Ming · 12 years ago
  2. 3ee340a More re #1586: added PJMEDIA_HAS_SILK_CODEC to config_auto.h.in by Benny Prijono · 12 years ago
  3. 0bcd10f Re #1587: Respond to call replace request with the last provisional response sent in the replaced call. by Nanang Izzuddin · 12 years ago
  4. 3f74e4b Re #1587: by Nanang Izzuddin · 12 years ago
  5. 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
  6. a4ac228 Misc (re #1559): Consistent use of SAMPLES_PER_FRAME in G711. by Nanang Izzuddin · 12 years ago
  7. 03df424 Re #1568: Add build config for SILK by Sauw Ming · 12 years ago
  8. e14008e Re #1586: Initial version of SILK wrapper. by Nanang Izzuddin · 12 years ago
  9. 3d6980a Fixed #1582: Transmit the last DTMF packet (containing the E bit) three times by Benny Prijono · 12 years ago
  10. e135917 Fixed #1585: IPv6 support for SIP TCP and TLS transports and PJSUA-LIB v2 by Benny Prijono · 12 years ago
  11. 28bd76b Re #1583: Removed testing scenario accidentally left in the code by Sauw Ming · 12 years ago
  12. 065d554 Re #1583: Fixed error propagation that caused the disconnection of the transport by Sauw Ming · 12 years ago
  13. a602fe6 Fixed #1583: Unexpected SIP message transmission after transaction has timed-out by Sauw Ming · 12 years ago
  14. af9c34d Re #1562: Add PJMEDIA_HAS_VIDEO macro for vid_stream_info by Sauw Ming · 12 years ago
  15. 5b2e680 More re #1570: fixed typo in configure-bb by Benny Prijono · 12 years ago
  16. 9c752fa Transmit DTMF with 'End' bit when the stream is being destroyed. This closes #1582 by Benny Prijono · 12 years ago
  17. f0aabd3 Close #1568: by Nanang Izzuddin · 12 years ago
  18. 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
  19. 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
  20. 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
  21. 4064539 Re #1573: Fixed improper unlock in do_handshake(). by Nanang Izzuddin · 12 years ago
  22. b93f46a Re #1573: Fixed bad cast on ioqueue send key to send data in asock_on_data_sent(). by Nanang Izzuddin · 12 years ago
  23. 1d57482 Fix #1573: by Nanang Izzuddin · 12 years ago
  24. 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
  25. 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
  26. eead474 Fix #1574: Fixed silly mistake in the media channel init condition in pjsua_call_answer2(). by Nanang Izzuddin · 12 years ago
  27. be8ab38 Fix #1579: Update Symbian APS/VAS to use new pjmedia_format. by Nanang Izzuddin · 12 years ago
  28. 164edc0 Fixed #1578: Possible deadlock when call is adding new media with ICE and STUN enabled: by Benny Prijono · 12 years ago
  29. 2da9fc6 Re #1562: Add support for I420 format in DShow video device. by Sauw Ming · 12 years ago
  30. 062c49f Fixed #1577: Add pjmedia setting to include SDP bandwidth modifier "TIAS" (RFC3890) by Sauw Ming · 12 years ago
  31. 9846a0c Misc (re #1562): fixed compile warnings on Win platform (some are reported as compile error on Symbian). by Nanang Izzuddin · 12 years ago
  32. b4bad70 Misc (#1559): fixed warnings of unused var on Symbian platform. by Nanang Izzuddin · 12 years ago
  33. eba7bdc Fixed #1572: duplicate transport attributes when modifying video stream call by Sauw Ming · 12 years ago
  34. 8976120 Re #1559: Removed unnecessary PJ_UNUSED_ARG(payload_len) in pjmedia_rtp_encode_rtp() by Sauw Ming · 12 years ago
  35. c27560c Re #1562: Fixed compilation error if PJMEDIA_HAS_PASSTHROUGH_CODECS is enabled by Sauw Ming · 12 years ago
  36. 09b1082 Re #1559: Removed unnecessary assertion from sock_bsd's pj_sock_recvfrom() implementation. by Sauw Ming · 12 years ago
  37. f21421f Re #1559: Add support for OS X version after 10.7.x by Sauw Ming · 12 years ago
  38. cc61b74 Fixed #1570: Update BlackBerry BB10 audio device to the latest SDK R6 by Benny Prijono · 12 years ago
  39. 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
  40. c858d74 Fixed #1569: Option to allow hash character ('#') to appear in user part of SIP URL by Benny Prijono · 12 years ago
  41. 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
  42. 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
  43. b2b5f16 Close #1567: Added option to use STUN2 format for resolving mapped address in pjsua_config. by Nanang Izzuddin · 12 years ago
  44. 6457b15 Fixed #1566: by Nanang Izzuddin · 12 years ago
  45. 911260c Fixed #1565: deadlock in DNS resolver. by Nanang Izzuddin · 12 years ago
  46. 37de76e Fixed #1563: Crash when resolving STUN when there is no network connectivity. by Nanang Izzuddin · 12 years ago
  47. c7abc1b Fixed #1412: Account specific NAT settings: STUN, ICE, and TURN by Benny Prijono · 12 years ago
  48. 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
  49. 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
  50. c47362b Close #1561: Added new user credentials lookup callback that also passes 'pjsip_rx_data'. by Nanang Izzuddin · 12 years ago
  51. 5c5220d Fixed #1560: Added 'timer' in require header in sending 2xx response when session timer refresher is 'uac'. by Nanang Izzuddin · 12 years ago
  52. 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
  53. 1993a76 Re #1558: Add URI test entry for this case in pjsip test by Sauw Ming · 12 years ago
  54. 3aa2e64 Fixed #1558: Bug in parsing quoted URI strings by Sauw Ming · 12 years ago
  55. 969227c Fixed #1556: Fix From/To tag and Via branch comparison to be case insensitive by Sauw Ming · 12 years ago
  56. dfda40b Fixed #1577: assertion when TURN session is already destroyed by Sauw Ming · 12 years ago
  57. 14dfc0e Fixed #1555 : Bug with via_rewrite feature when the account gets deleted by Sauw Ming · 12 years ago
  58. 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
  59. 1a90f49 Fixed #1553: Account setting to disable re-INVITE or UPDATE to lock codec by Benny Prijono · 12 years ago
  60. 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
  61. 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
  62. 448235b Fix #1550: Auto re-registration does not work if application does not set on_transport_state(). by Nanang Izzuddin · 12 years ago
  63. 1e42a67 Re: Added compile-time setting PJNATH_STUN_SOFTWARE_NAME to specify SOFTWARE attribute for STUN sessions. by Nanang Izzuddin · 12 years ago
  64. 382a57e Fix #1549: Always reset conference port mixing buffer when it has transmitter(s). by Nanang Izzuddin · 12 years ago
  65. 3bb260a Fix #1547: by Nanang Izzuddin · 12 years ago
  66. 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
  67. e9915d8 Changed version to 2.0.1-svn by Sauw Ming · 12 years ago
  68. 2faa365 Changed version to 2.0.1 by Sauw Ming · 12 years ago
  69. 5a4d6ed Re #1523: use random port for PJSUA instance(s) and configurable SIPp port. by Nanang Izzuddin · 12 years ago
  70. 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
  71. 8a3670f Re #1540: Fixed assertion when terminating MWI subscription by Sauw Ming · 12 years ago
  72. 7864e42 Re #1537: Modify NAT detection to no longer update the transport address. by Sauw Ming · 12 years ago
  73. 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
  74. 7e18022 Re #1523: by Nanang Izzuddin · 12 years ago
  75. b47391e Re #1524: Added call to pjmedia_transport_simulate_lost() for async media transport creation by Sauw Ming · 12 years ago
  76. e3ea816 Re #1537: Fixed bug that does not update via_sent_by upon NAT address update. by Sauw Ming · 12 years ago
  77. d1ebaca Re #1540: Modify MWI subscription setting on run-time by Sauw Ming · 12 years ago
  78. 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
  79. 7ccbd91 Re #1523: added sipp scenario for call transfer (attended & unattended). by Nanang Izzuddin · 12 years ago
  80. 3aba980 Close #1523: by Nanang Izzuddin · 12 years ago
  81. 00584d4 Re #1526: r4175 missed PJSUA_UNLOCK() on some failure cases in pjsua_call_answer2(). by Nanang Izzuddin · 12 years ago
  82. 4f83b76 Fix #1526: by Nanang Izzuddin · 12 years ago
  83. 19b542b Fixed #1541: Crash in third party media sample application after library is restarted by Benny Prijono · 12 years ago
  84. aecc01c Fixed #1537: Via rewrite: putting the right IP address in Via sent-by for outgoing requests by Sauw Ming · 12 years ago
  85. 8666964 Close #1540: by Nanang Izzuddin · 12 years ago
  86. eff0a4c Fix #1539: Applied non-strict update of remote capability info after receiving the first 2xx response. by Nanang Izzuddin · 12 years ago
  87. 0915030 Fixed #1538: Suppress SIGPIPE for broken TCP connection on Linux (thanks Mike Evans for the suggestion) by Benny Prijono · 12 years ago
  88. 24582ed Re #1535: Added check if module "mod-stateful-util" has been unregistered. by Nanang Izzuddin · 12 years ago
  89. 665eff0 Re #1536: Revert r4167 by Sauw Ming · 12 years ago
  90. d1f0b3c Fixed #1536: Modify video port creation parameter to be set with actual creation prm on output by Sauw Ming · 12 years ago
  91. 4617870 Re #1524: Removed SDL/ffmpeg libraries from ipjsua sample app. by Sauw Ming · 12 years ago
  92. 514e893 Fixed #1535: Pending outgoing TCP transmission may cause crash if the library is shutdown by Benny Prijono · 12 years ago
  93. 87f725e Close #1534: done. by Nanang Izzuddin · 12 years ago
  94. 8ddeaa8 Fixed #1533: Deadlock in processing media transport asynchronous creation completion (thank you Itay Bianco for the report) by Benny Prijono · 12 years ago
  95. 262dae6 Re #1532: put back the 'redundant' loop at the beginning. by Nanang Izzuddin · 12 years ago
  96. fb7bfb9 Close #1532: optimization in conference bridge get_frame(). by Nanang Izzuddin · 12 years ago
  97. 1fdd4ca Fix #1531: fixed memory and handle leak issue in clock thread. by Nanang Izzuddin · 12 years ago
  98. 2f91da0 Re #1529: Modify configure script to search for SDL2 first. by Sauw Ming · 12 years ago
  99. 93a1ae9 Fix #1528: by Nanang Izzuddin · 12 years ago
  100. 08b20fe Close #1529: by Nanang Izzuddin · 12 years ago