1. 2c10892 Fixed #1619: transport error on re-INVITE should not terminate call by Benny Prijono · 12 years ago
  2. f53a34e Re #1242: Fixed ICE nego completion check as it always returns FALSE when peer doesn't support ICE. by Nanang Izzuddin · 12 years ago
  3. 3b3ddb2 Close #1618: Fixed SSL socket to check for async sending operation error. by Nanang Izzuddin · 12 years ago
  4. ad85d33 Re #1608: Fixed array size calculation of amr bitrates array. by Sauw Ming · 12 years ago
  5. 0c662ea Close #1614: Added call redirect option PJSIP_REDIRECT_ACCEPT_REPLACE to accept call redirection with replaced 'To' header. by Nanang Izzuddin · 12 years ago
  6. 2343c25 Re #1568: (PJSIP 2.x) No need to restart media when remote RTP address changed but ICE transport is running. by Nanang Izzuddin · 12 years ago
  7. 82d1fee Re #1610: Workaround for crash in sess_on_send_msg() callback by Nanang Izzuddin · 12 years ago
  8. a217406 Close #1602: configurable local port range for ICE transport. by Nanang Izzuddin · 12 years ago
  9. c6c69db Close #1242: Single re-INVITE/UPDATE for both lock codec and ICE negotiation updates. by Nanang Izzuddin · 12 years ago
  10. 544c6db Misc (re #1562): pjsua_call_set_vid_strm() should acquire call dialog. by Nanang Izzuddin · 12 years ago
  11. 2ce87f1 Re #1570: Update to work with audio routing (speaker vs handset). Thanks Bob Cripps for the patch! by Benny Prijono · 12 years ago
  12. 2573b43 Re #1608: Try to store the number of frames in the packet in case SKP_Silk_SDK_get_TOC() couldn't return the correct number of frames during decode by Sauw Ming · 12 years ago
  13. b3010ae Re #1568: (PJSIP 2.x) Apply pjsua_media_config before detecting media change and fixed encoding name string duplication. by Sauw Ming · 12 years ago
  14. 67a4044 Re #1608: Fixed the way codec is initialized, enumerated, and deinit since both NB and WB use the same factory by Sauw Ming · 12 years ago
  15. 192726c Re #1603: Replaced sock_sendto() with ioqueue_sendto(), as if ioqueue replaces the socket first (in read operation), sock_sendto() will raise "Bad file descriptor" error. by Nanang Izzuddin · 12 years ago
  16. 0370289 Re #1608: Modified VS project by Sauw Ming · 12 years ago
  17. 2f67f47 Re #1608: Add support for OpenCORE AMR-WB by Sauw Ming · 12 years ago
  18. 35367d4 Re #1559: Related to r4312, get the latest account config first before modifying the account by Sauw Ming · 12 years ago
  19. 5ee302e Re #1586: Fixed samples_per_frame calculation by Sauw Ming · 12 years ago
  20. 017ebf6 Re #1613: Remove unused variable by Sauw Ming · 12 years ago
  21. 90c262e Fixed #1613: Use appropriate request for ioctl() function to access the interface flags by Sauw Ming · 12 years ago
  22. d752afd Fixed #1612: problems with jitter buffer fixed mode operation (prefetch may go lower than configured minimum prefetch, and the discard needs to be disabled too) by Benny Prijono · 12 years ago
  23. 919fff2 Re #1610: workaround for crash in on_data_sent() by Benny Prijono · 12 years ago
  24. 88fede9 Fixed #1611: Add missing Supported header in UPDATE for Session Timers. Also fixed minor placement error of pjsip_dlg_dec_lock() in pjsip_inv_update(). The dec_lock was called too early before calling pjsip_timer_update_req(). by Benny Prijono · 12 years ago
  25. 2e5b5c6 Really fix #1609 after better understanding about the problem. This changeset: by Benny Prijono · 12 years ago
  26. b5c51b6 Fixed #1610: Workaround for reported crash on stun_sock's on_data_recvfrom() callback by Benny Prijono · 12 years ago
  27. c4e8bdc Fixed #1609: Garbage character may be printed after the URI parameter in Authorization/Proxy-Authorization header by Benny Prijono · 12 years ago
  28. 23b1938 Fixed #1606: Support query-only on registration bindings by Benny Prijono · 12 years ago
  29. 3c53b46 Fixed #1607: Send UDP keep-alive to original request address if response comes from different address by Benny Prijono · 12 years ago
  30. bf7b3a1 Fix #1603: reinit UDP socket of DNS resolver when sendto() returning EPIPE. by Nanang Izzuddin · 12 years ago
  31. d7636bd Re #1570: Update BB10 audio driver to the latest changes in SDK: by Benny Prijono · 12 years ago
  32. 0fdbd97 Fix #1605: always re-init media channel for SDP re-offer/answer generation. by Nanang Izzuddin · 12 years ago
  33. 12c4fdc Fix #1604: crash caused by double destructions in ICE stream transport. by Nanang Izzuddin · 12 years ago
  34. 966a138 Fixed #1601: Add locking mechanism when ICE transport is in negotiation state by Sauw Ming · 12 years ago
  35. 9db6658 Re #1559: Fixed registration timeout setting used by ipjsua to take effect immediately. by Sauw Ming · 12 years ago
  36. 19f08d6 Misc (re #1562): Update ffmpeg version check regarding 'AVCodec::encode' removal (see also r4277). by Nanang Izzuddin · 12 years ago
  37. 4a298d5 Fix #1600: V4L2 capture device always re-enqueues buffer with index zero. by Nanang Izzuddin · 12 years ago
  38. 3c89a25 Fixed #1599: Fixed bug that caused new contact not being used in UPDATE/re-INVITE by Sauw Ming · 12 years ago
  39. 6abce2c Re #1559: Fix dependencies when running parallel make (thanks Shaun Ruffell for the patch) by Sauw Ming · 12 years ago
  40. f78362b Re #1595: Restrict the fix in r4300 so it only applies to outgoing call by Sauw Ming · 12 years ago
  41. 8a3ce34 Fixed #1598: Assertion when sip error code is not set (thanks Peter Koletzki for the report) by Sauw Ming · 12 years ago
  42. 3a05a85 Misc (re #1562): Add a protection in med_tp_timer_cb() against call that may have been terminated before ICE callback is called. It has been reported that this has caused a crash, but we cannot reproduce it. Thanks Karina for the report. by Benny Prijono · 12 years ago
  43. 6ad9a6e Fixed #1597: Handle socket failure in STUN resolution when coming back from iPhone/iOS background mode by Benny Prijono · 12 years ago
  44. 8f07b96 Fixes #1596: Fix handling of incoming UPDATE request by Sauw Ming · 12 years ago
  45. 0979e8d Fixes #1595: Allow call hangup immediately after outgoing call by Sauw Ming · 12 years ago
  46. ecd48f6 Fix #1593: avoid wrap around in caching pool capacity value. by Nanang Izzuddin · 12 years ago
  47. 79eddc4 Re #1562: PJSUA-LIB shutdown operation may block for a long time if system time is modified while the shutdown is in progress. Also fixed similar issue in STUN client. by Benny Prijono · 12 years ago
  48. 6e2e0f2 Re #1556: Fixed hash key case insensitive comparison. This is reported to cause CANCEL request will be responded with 481 (Transaction does not exist) when the Via branch is not started with magic cookie (old SIP RFC), thanks Marcus Froeschl for the report. by Nanang Izzuddin · 12 years ago
  49. 4aa539e Re #1590: Fixed pjsip_rx_data_clone() when there are multiple instances of a single header type (thanks Mike Evans for the report and the fix). by Nanang Izzuddin · 12 years ago
  50. c93d4fe Misc (re #1562): Fixed Symbian build errors on S60 5th edition SDK. by Nanang Izzuddin · 12 years ago
  51. 647045a Re #1586: Fixed useInBandFEC setting and default value setting in pjmedia_codec_silk_set_config() by Sauw Ming · 12 years ago
  52. d9a37ed Re #1590: Fixed compile error 'invalid conversion from `pj_list_type*' to `pjsip_module*' on Symbian (thanks Rubel for the report). by Nanang Izzuddin · 12 years ago
  53. 443a16a Re #1562 (misc): Fixed uninitialized frame for conversion in video port by Sauw Ming · 12 years ago
  54. eed4223 Misc (re #1559): Require name-addr to have the quote if display name is given. Previously an URI like this will be accepted: "301 301" sip:301@host by Benny Prijono · 12 years ago
  55. 36bdd9c Re #1569: Fixed missing default value setting for pjsip_cfg()->allow_tx_hash_in_uri. by Nanang Izzuddin · 12 years ago
  56. 10584d2 Re #1559: Fixed potential buffer overflow when duplicating the string by Sauw Ming · 12 years ago
  57. d4abcc0 Re #1589: Removed "--disable-floating-point" from "configure-iphone". by Nanang Izzuddin · 12 years ago
  58. 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
  59. 87d7051 Fixed #1591: Fixed dialog locking in acquire_call() when media transport is created asynchronously. by Sauw Ming · 12 years ago
  60. 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
  61. f500a55 Re #1586: Add support for SILK multiple frames per packet by Sauw Ming · 12 years ago
  62. 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
  63. 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
  64. 6c80455 Close #1590: APIs to facilitate pending processing of pjsip_rx_data by Benny Prijono · 12 years ago
  65. 02eced2 Close #1589: Enable floating point by default for iOS target by Benny Prijono · 12 years ago
  66. eb98937 Fixed #1588: State PJSIP_INV_STATE_NULL is called after call has been disconnected by Benny Prijono · 12 years ago
  67. 65f2403 Re #1586: Implement SILK config setting and fixed decoding fmtp by Sauw Ming · 12 years ago
  68. ec02c08 Re #1586: Removed configure warning when using --with-silk option by Sauw Ming · 12 years ago
  69. 3ee340a More re #1586: added PJMEDIA_HAS_SILK_CODEC to config_auto.h.in by Benny Prijono · 12 years ago
  70. 0bcd10f Re #1587: Respond to call replace request with the last provisional response sent in the replaced call. by Nanang Izzuddin · 12 years ago
  71. 3f74e4b Re #1587: by Nanang Izzuddin · 12 years ago
  72. 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
  73. a4ac228 Misc (re #1559): Consistent use of SAMPLES_PER_FRAME in G711. by Nanang Izzuddin · 12 years ago
  74. 03df424 Re #1568: Add build config for SILK by Sauw Ming · 12 years ago
  75. e14008e Re #1586: Initial version of SILK wrapper. by Nanang Izzuddin · 12 years ago
  76. 3d6980a Fixed #1582: Transmit the last DTMF packet (containing the E bit) three times by Benny Prijono · 12 years ago
  77. e135917 Fixed #1585: IPv6 support for SIP TCP and TLS transports and PJSUA-LIB v2 by Benny Prijono · 12 years ago
  78. 28bd76b Re #1583: Removed testing scenario accidentally left in the code by Sauw Ming · 12 years ago
  79. 065d554 Re #1583: Fixed error propagation that caused the disconnection of the transport by Sauw Ming · 12 years ago
  80. a602fe6 Fixed #1583: Unexpected SIP message transmission after transaction has timed-out by Sauw Ming · 12 years ago
  81. af9c34d Re #1562: Add PJMEDIA_HAS_VIDEO macro for vid_stream_info by Sauw Ming · 12 years ago
  82. 5b2e680 More re #1570: fixed typo in configure-bb by Benny Prijono · 12 years ago
  83. 9c752fa Transmit DTMF with 'End' bit when the stream is being destroyed. This closes #1582 by Benny Prijono · 12 years ago
  84. f0aabd3 Close #1568: by Nanang Izzuddin · 12 years ago
  85. 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
  86. 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
  87. 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
  88. 4064539 Re #1573: Fixed improper unlock in do_handshake(). by Nanang Izzuddin · 12 years ago
  89. b93f46a Re #1573: Fixed bad cast on ioqueue send key to send data in asock_on_data_sent(). by Nanang Izzuddin · 12 years ago
  90. 1d57482 Fix #1573: by Nanang Izzuddin · 12 years ago
  91. 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
  92. 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
  93. eead474 Fix #1574: Fixed silly mistake in the media channel init condition in pjsua_call_answer2(). by Nanang Izzuddin · 12 years ago
  94. be8ab38 Fix #1579: Update Symbian APS/VAS to use new pjmedia_format. by Nanang Izzuddin · 12 years ago
  95. 164edc0 Fixed #1578: Possible deadlock when call is adding new media with ICE and STUN enabled: by Benny Prijono · 12 years ago
  96. 2da9fc6 Re #1562: Add support for I420 format in DShow video device. by Sauw Ming · 12 years ago
  97. 062c49f Fixed #1577: Add pjmedia setting to include SDP bandwidth modifier "TIAS" (RFC3890) by Sauw Ming · 12 years ago
  98. 9846a0c Misc (re #1562): fixed compile warnings on Win platform (some are reported as compile error on Symbian). by Nanang Izzuddin · 12 years ago
  99. b4bad70 Misc (#1559): fixed warnings of unused var on Symbian platform. by Nanang Izzuddin · 12 years ago
  100. eba7bdc Fixed #1572: duplicate transport attributes when modifying video stream call by Sauw Ming · 12 years ago