1. dd6810f Re #1616: symbian port of ioqueue & timer by Riza Sulistyo · 12 years ago
  2. 8ba9a41 Fixed #1626: Assertion when remote sends re-INVITE with less media by Sauw Ming · 12 years ago
  3. bd53701 Re #1617: added concur_test.c to visual studio pjnath_test project by Riza Sulistyo · 12 years ago
  4. 581cf33 Close #1627: invoke on_tsx_state_changed() callback from on_call_state(DISCONNECTED). by Nanang Izzuddin · 12 years ago
  5. 05c3eaf Close #1615: Fixed bug in URI scheme check macro PJSIP_URI_SCHEME_IS_SIP()/SIPS/TEL. by Nanang Izzuddin · 12 years ago
  6. 2508587 Misc re #1562: disable trace in the jitter buffer by Benny Prijono · 12 years ago
  7. 6357137 Re #1617: prevent TURN session from sending anything once it is in deallocating state by Benny Prijono · 12 years ago
  8. 1d66832 Close #1625: Introduced new API pjmedia_sdp_validate2() for allowing SDP media without c= line when port is zero, currently it is only applied in validating remote SDP. by Nanang Izzuddin · 12 years ago
  9. bbc140f Sipit30 misc (re #1559): Increased maximum key length for SRTP crypto key by Sauw Ming · 12 years ago
  10. 199d014 Re #1624: fixed representation in ICE to make it more IPv6 ready by Benny Prijono · 12 years ago
  11. 3b06333 Sipit30 misc (re #1559): Updated log for SRTP key to use base64 as in the SDP (easier in tracing which key for which stream) by Nanang Izzuddin · 12 years ago
  12. 7f8625a Re #1623: fixed deadlock between conference mutex and ICE. Scenario: by Benny Prijono · 12 years ago
  13. 837437f Re #1622: fixed bad default aspect ratio. by Nanang Izzuddin · 12 years ago
  14. d062f13 Close #1622: Apply H264 SDP fmtp parameters: max-fs, max-mbps, max-br. by Nanang Izzuddin · 12 years ago
  15. e00cbe0 Fixed #1617: major synchronization fixes in PJNATH with incorporation of group lock to avoid deadlock and crashes due to race conditions by Benny Prijono · 12 years ago
  16. ac932bb Fixed #1616: Implementation of Group lock and other foundation in PJLIB for fixing synchronization issues by Benny Prijono · 12 years ago
  17. bb3ae74 Misc (re #1562): Minor updates in pjsua app: fixed wrong error message and increased buffer for input menu. by Nanang Izzuddin · 12 years ago
  18. 349d800 Fixed #1621: Handle the case when ICE session cannot create valid checklist by Benny Prijono · 12 years ago
  19. 39a4937 Re #1242: fixed silly mistake unremoved test code. by Nanang Izzuddin · 12 years ago
  20. 4fe56e7 More #1613: fixed bugs in the 'fixes' above: by Benny Prijono · 12 years ago
  21. fdc115f Misc (re #1559): Added INFO into Allow header for PJSUA. by Nanang Izzuddin · 12 years ago
  22. 40329b2 Re #1242: Fixed overridden media direction and c=0.0.0.0 line in the re-invite. For example when sending call hold and remote answers with multiple codecs, re-invite of lock codec is sent with SDP a=sendrecv line. by Nanang Izzuddin · 12 years ago
  23. 462e6c1 Fixed #1620: Fix the calculation of transmission count during retransmission of STUN request by Sauw Ming · 12 years ago
  24. 2c10892 Fixed #1619: transport error on re-INVITE should not terminate call by Benny Prijono · 12 years ago
  25. 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
  26. 3b3ddb2 Close #1618: Fixed SSL socket to check for async sending operation error. by Nanang Izzuddin · 12 years ago
  27. ad85d33 Re #1608: Fixed array size calculation of amr bitrates array. by Sauw Ming · 12 years ago
  28. 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
  29. 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
  30. 82d1fee Re #1610: Workaround for crash in sess_on_send_msg() callback by Nanang Izzuddin · 12 years ago
  31. a217406 Close #1602: configurable local port range for ICE transport. by Nanang Izzuddin · 12 years ago
  32. c6c69db Close #1242: Single re-INVITE/UPDATE for both lock codec and ICE negotiation updates. by Nanang Izzuddin · 12 years ago
  33. 544c6db Misc (re #1562): pjsua_call_set_vid_strm() should acquire call dialog. by Nanang Izzuddin · 12 years ago
  34. 2ce87f1 Re #1570: Update to work with audio routing (speaker vs handset). Thanks Bob Cripps for the patch! by Benny Prijono · 12 years ago
  35. 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
  36. 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
  37. 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
  38. 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
  39. 0370289 Re #1608: Modified VS project by Sauw Ming · 12 years ago
  40. 2f67f47 Re #1608: Add support for OpenCORE AMR-WB by Sauw Ming · 12 years ago
  41. 35367d4 Re #1559: Related to r4312, get the latest account config first before modifying the account by Sauw Ming · 12 years ago
  42. 5ee302e Re #1586: Fixed samples_per_frame calculation by Sauw Ming · 12 years ago
  43. 017ebf6 Re #1613: Remove unused variable by Sauw Ming · 12 years ago
  44. 90c262e Fixed #1613: Use appropriate request for ioctl() function to access the interface flags by Sauw Ming · 12 years ago
  45. 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
  46. 919fff2 Re #1610: workaround for crash in on_data_sent() by Benny Prijono · 12 years ago
  47. 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
  48. 2e5b5c6 Really fix #1609 after better understanding about the problem. This changeset: by Benny Prijono · 12 years ago
  49. b5c51b6 Fixed #1610: Workaround for reported crash on stun_sock's on_data_recvfrom() callback by Benny Prijono · 12 years ago
  50. c4e8bdc Fixed #1609: Garbage character may be printed after the URI parameter in Authorization/Proxy-Authorization header by Benny Prijono · 12 years ago
  51. 23b1938 Fixed #1606: Support query-only on registration bindings by Benny Prijono · 12 years ago
  52. 3c53b46 Fixed #1607: Send UDP keep-alive to original request address if response comes from different address by Benny Prijono · 12 years ago
  53. bf7b3a1 Fix #1603: reinit UDP socket of DNS resolver when sendto() returning EPIPE. by Nanang Izzuddin · 12 years ago
  54. d7636bd Re #1570: Update BB10 audio driver to the latest changes in SDK: by Benny Prijono · 12 years ago
  55. 0fdbd97 Fix #1605: always re-init media channel for SDP re-offer/answer generation. by Nanang Izzuddin · 12 years ago
  56. 12c4fdc Fix #1604: crash caused by double destructions in ICE stream transport. by Nanang Izzuddin · 12 years ago
  57. 966a138 Fixed #1601: Add locking mechanism when ICE transport is in negotiation state by Sauw Ming · 12 years ago
  58. 9db6658 Re #1559: Fixed registration timeout setting used by ipjsua to take effect immediately. by Sauw Ming · 12 years ago
  59. 19f08d6 Misc (re #1562): Update ffmpeg version check regarding 'AVCodec::encode' removal (see also r4277). by Nanang Izzuddin · 12 years ago
  60. 4a298d5 Fix #1600: V4L2 capture device always re-enqueues buffer with index zero. by Nanang Izzuddin · 12 years ago
  61. 3c89a25 Fixed #1599: Fixed bug that caused new contact not being used in UPDATE/re-INVITE by Sauw Ming · 12 years ago
  62. 6abce2c Re #1559: Fix dependencies when running parallel make (thanks Shaun Ruffell for the patch) by Sauw Ming · 12 years ago
  63. f78362b Re #1595: Restrict the fix in r4300 so it only applies to outgoing call by Sauw Ming · 12 years ago
  64. 8a3ce34 Fixed #1598: Assertion when sip error code is not set (thanks Peter Koletzki for the report) by Sauw Ming · 12 years ago
  65. 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
  66. 6ad9a6e Fixed #1597: Handle socket failure in STUN resolution when coming back from iPhone/iOS background mode by Benny Prijono · 12 years ago
  67. 8f07b96 Fixes #1596: Fix handling of incoming UPDATE request by Sauw Ming · 12 years ago
  68. 0979e8d Fixes #1595: Allow call hangup immediately after outgoing call by Sauw Ming · 12 years ago
  69. ecd48f6 Fix #1593: avoid wrap around in caching pool capacity value. by Nanang Izzuddin · 12 years ago
  70. 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
  71. 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
  72. 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
  73. c93d4fe Misc (re #1562): Fixed Symbian build errors on S60 5th edition SDK. by Nanang Izzuddin · 12 years ago
  74. 647045a Re #1586: Fixed useInBandFEC setting and default value setting in pjmedia_codec_silk_set_config() by Sauw Ming · 12 years ago
  75. 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
  76. 443a16a Re #1562 (misc): Fixed uninitialized frame for conversion in video port by Sauw Ming · 12 years ago
  77. 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
  78. 36bdd9c Re #1569: Fixed missing default value setting for pjsip_cfg()->allow_tx_hash_in_uri. by Nanang Izzuddin · 12 years ago
  79. 10584d2 Re #1559: Fixed potential buffer overflow when duplicating the string by Sauw Ming · 12 years ago
  80. d4abcc0 Re #1589: Removed "--disable-floating-point" from "configure-iphone". by Nanang Izzuddin · 12 years ago
  81. 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
  82. 87d7051 Fixed #1591: Fixed dialog locking in acquire_call() when media transport is created asynchronously. by Sauw Ming · 12 years ago
  83. 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
  84. f500a55 Re #1586: Add support for SILK multiple frames per packet by Sauw Ming · 12 years ago
  85. 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
  86. 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
  87. 6c80455 Close #1590: APIs to facilitate pending processing of pjsip_rx_data by Benny Prijono · 12 years ago
  88. 02eced2 Close #1589: Enable floating point by default for iOS target by Benny Prijono · 12 years ago
  89. eb98937 Fixed #1588: State PJSIP_INV_STATE_NULL is called after call has been disconnected by Benny Prijono · 12 years ago
  90. 65f2403 Re #1586: Implement SILK config setting and fixed decoding fmtp by Sauw Ming · 12 years ago
  91. ec02c08 Re #1586: Removed configure warning when using --with-silk option by Sauw Ming · 12 years ago
  92. 3ee340a More re #1586: added PJMEDIA_HAS_SILK_CODEC to config_auto.h.in by Benny Prijono · 12 years ago
  93. 0bcd10f Re #1587: Respond to call replace request with the last provisional response sent in the replaced call. by Nanang Izzuddin · 12 years ago
  94. 3f74e4b Re #1587: by Nanang Izzuddin · 12 years ago
  95. 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
  96. a4ac228 Misc (re #1559): Consistent use of SAMPLES_PER_FRAME in G711. by Nanang Izzuddin · 12 years ago
  97. 03df424 Re #1568: Add build config for SILK by Sauw Ming · 12 years ago
  98. e14008e Re #1586: Initial version of SILK wrapper. by Nanang Izzuddin · 12 years ago
  99. 3d6980a Fixed #1582: Transmit the last DTMF packet (containing the E bit) three times by Benny Prijono · 12 years ago
  100. e135917 Fixed #1585: IPv6 support for SIP TCP and TLS transports and PJSUA-LIB v2 by Benny Prijono · 12 years ago