1. 3944314 Fix #1249: fixed overwritten buffer bug in splitcomb put_frame(). by Nanang Izzuddin · 13 years ago
  2. aa0271e Fixed #1243: ICE bug: If RTCP is not in use, the agent MUST signal that using b=RS:0 and b=RR:0 by Sauw Ming · 13 years ago
  3. f820430 Fix #1248: Reset destination info in the INVITE message/tdata before resending it to force re-resolving destination info. by Nanang Izzuddin · 13 years ago
  4. 8f35a0e Fixed #1247: Deadlock potential in sip_regc.c if sending fails (thank you Alejandro Orellana for the report) by Benny Prijono · 13 years ago
  5. ad3ae91 Re #1245: bad last commit caused everything to be treated as unregistrations! by Benny Prijono · 13 years ago
  6. a4b628f Fixed #1246: Use CFHost for pj_getaddrinfo() on iOS by Sauw Ming · 13 years ago
  7. 8251c7f Fixed #1245: Assertion may be raised if iPhone app woken up to perform registration and the server is down (thanks Alejandro Orellana for the report) by Benny Prijono · 13 years ago
  8. 7feff09 Fix #1233: Fixed SDP parser bug when parsing transport in SDP media line without format list. by Nanang Izzuddin · 13 years ago
  9. 9849fc7 Fix #1229: bug fix and enhancements for PJLIB-UTIL STUN client: by Benny Prijono · 13 years ago
  10. f0ba2dc Fixed #1232: Possible memory corruptions caused by pjsua_acc_modify() (thanks Viktor Krikun for the report) by Benny Prijono · 13 years ago
  11. 4d71b1f Fixed #1230: Removed assertion in PJLIB for Posix when fails to release mutex (thanks Marcus Froeschl for the report) by Benny Prijono · 13 years ago
  12. e2c3501 Re #1221: Fixed wrong reference to the socket variable. by Sauw Ming · 13 years ago
  13. 3718465 Fixed #1225: iPhone: UDP socket send error after waking up from background mode (thanks Joe Meade for the report) by Benny Prijono · 13 years ago
  14. 7f8d76f Re #1224: Fixed silly bug in pjsua_acc_modify(): incremented wrong loop counter in updating credential info. by Nanang Izzuddin · 13 years ago
  15. 1d65528 Fix #1223: Bug in initializing message body's media type from incoming message (thanks Gang Liu for the report) by Benny Prijono · 14 years ago
  16. 701412b Fix #1222: Assertion if BYE is received while callee is still in early state by Benny Prijono · 14 years ago
  17. 446ba13 Re #1221: Move setting the socket option to pjlib level (sock_bsd) instead of in the SIP transport. by Sauw Ming · 14 years ago
  18. 71841f7 Re #1221: Fix variable name error. by Sauw Ming · 14 years ago
  19. d9d2f5e Fixed #1221: Crash when SIP transport tried to write to a broken pipe. by Sauw Ming · 14 years ago
  20. a77a0da Misc (re #1175): added protection against broken pipe exception in python unit test when handling error by Benny Prijono · 14 years ago
  21. 639873e Bug re #1161: the user header list was not cloned properly by Benny Prijono · 14 years ago
  22. cd62c4e Intel IPP version 7 support on Linux. This closes #1200 by Benny Prijono · 14 years ago
  23. 27d8afb Fixed #1218: Modify configure-iphone to use the latest version of gcc by Sauw Ming · 14 years ago
  24. 3f3df73 Re #1211 (new pj_gettickcount() API): fixed compilation error on Linux by Benny Prijono · 14 years ago
  25. 59d2c8c Fixed #1211: Add pjlib API pj_gettickcount() that returns a monotonically increasing timestamp by Sauw Ming · 14 years ago
  26. 3a86f32 Fix #1212: by Nanang Izzuddin · 14 years ago
  27. c1f500c Re #1175 (Misc): coreaudio fixes: by Sauw Ming · 14 years ago
  28. cf51b61 Re #1209: clarified in the comment that PJSUA_CALL_UNHOLD is only valid for pjsua_call_reinvite() by Benny Prijono · 14 years ago
  29. dec3a37 Fixed #1209: new enhancement: Option to update Contact URI when sending re-INVITE or UPDATE by Benny Prijono · 14 years ago
  30. 8ad06c5 Re #1205: If refresh timer is already running, it will be cancelled and rescheduled with the new delay. This can be useful if app wants to correct the delay after it checks the timeout in the callback. by Sauw Ming · 14 years ago
  31. 744e0db Misc (re #1175) (thanks to Seth Hinze for the patch): by Sauw Ming · 14 years ago
  32. d3c8e63 Closed #1206: Add pjmedia_stream API to get the last frame type retrieved from the jitter buffer. by Sauw Ming · 14 years ago
  33. 9b80d51 Fixed #1205: Configurable delay before registration refresh setting in pjsua_acc_config by Sauw Ming · 14 years ago
  34. aa3c0d3 Re #1204: by Sauw Ming · 14 years ago
  35. 48687d7 Re #1204: Added audio device list refresh into auddemo.c by Nanang Izzuddin · 14 years ago
  36. 98766c7 Fixed #1204: Support for refreshing audio device list. by Sauw Ming · 14 years ago
  37. fea635a Implementation of re #1202 (PJLIB System Information API) on Symbian/S60 platforms. by Nanang Izzuddin · 14 years ago
  38. c808952 Re #1202: Fixed compilation preprocessor for os_info so that it's more robust across various device and simulator SDKs. by Sauw Ming · 14 years ago
  39. 056b4fd Re #1202: Fixed compilation error in os_info_iphone.m on iPhoneSimulator by Sauw Ming · 14 years ago
  40. 0b7864e Re #1202: Fixed detection for iPhone simulator. by Sauw Ming · 14 years ago
  41. fe42f0c Re #3428: Fixed aconfigure for iOS by Sauw Ming · 14 years ago
  42. c451f04 Fix #1203: iPhone OS background mode detection by Sauw Ming · 14 years ago
  43. 6a970a3 Implementation of re #1202 (PJLIB System Information API) on iPhone OS. by Sauw Ming · 14 years ago
  44. 155791d Misc (re #1175): fixed link error in OpenBSD 4.6 caused by lack of sched_get_priority_min() and sched_get_priority_max() by Benny Prijono · 14 years ago
  45. 4df37e9 Re #1202 (pjlib sysinfo): testing on OpenSolaris and added pjlib-test entry by Benny Prijono · 14 years ago
  46. de5c5ed Implementation of re #1202 (PJLIB System Information API) on Win32 and Windows mobile targets by Benny Prijono · 14 years ago
  47. e3e6580 Initial implementation for re #1202 (PJILB System Information API) for Linux/Unix by Benny Prijono · 14 years ago
  48. 29531ae Re #1174 (coreaudio_dev work): minor changes to replace "Error" message with "Warning" for non-fatal errors by Benny Prijono · 14 years ago
  49. 96d4dc6 Re #1175 (Misc fixes): fixed realclean and distclean target for Python makefile by Benny Prijono · 14 years ago
  50. b3756b3 Re #1200: updated IPP codecs to support IPP v7.0 on MSVC, only include "ippsr.lib" in auto link when IPP major version is 6 or below. by Nanang Izzuddin · 14 years ago
  51. d8cc3e7 Fix #1199: by Nanang Izzuddin · 14 years ago
  52. 6cf25ce Misc (re #1175): fix sample app pcaputil.c bug, it always fails in reading the first/reference packet when the codec is not PCMU (default payload type was hardcoded to zero/PCMU). by Nanang Izzuddin · 14 years ago
  53. 462fb1d Misc (re #1175): fixed possible division-by-zero bug when receiving problematic G722 payloads (e.g: sized less than 160 bytes) and remote clock-rate/timestamp-span detection is active (PJMEDIA_HANDLE_G722_MPEG_BUG is set). Thanks Erik Waling for the patch. by Nanang Izzuddin · 14 years ago
  54. aa6fd41 Re #1174: fixed crash when pjsua is restarted, causing inClientData to be invalid since AudioSessionInitialize can only be called once. by Sauw Ming · 14 years ago
  55. 5c2f6da Re #1161: Support for adding custom presence subscription headers. by Sauw Ming · 14 years ago
  56. 5b0f230 Re #1175: Modified default core audio unit used on iOS from VPIO to RemoteIO. To use VPIO, application needs to specify a nonzero value for the PJMEDIA_AUD_DEV_CAP_EC capability. by Sauw Ming · 14 years ago
  57. f3cfb88 Re #1192: Fixes stereo support. by Sauw Ming · 14 years ago
  58. a5edbd9 Re #1197: also increase MAX_IMMEDIATE_PACKET from 10 to 50 to make it more resilient against errors by Benny Prijono · 14 years ago
  59. a61c43d Fixed #1197: WSAECONNRESET errors on Windows 2000 or 2003 may cause UDP transport to stop working by Benny Prijono · 14 years ago
  60. 9ef5138 Re #597: Modify buffer padding code for EOF event (thanks to Thomas Johnson). by Sauw Ming · 14 years ago
  61. 3e7630a Re #3398: Fixes assertion in the resample procedure and callback. by Sauw Ming · 14 years ago
  62. 0f35826 Fixes #597: Error reading WAV files when there are extra chunks after DATA chunk. by Sauw Ming · 14 years ago
  63. 4fc590f Fix #1195: assertion during thread registration in coreaudio and portaudio's input/output callbacks on Mac OS X and #1196: using system's default audio input/output device instead of first available device. by Sauw Ming · 14 years ago
  64. 1e376aa As compared to iOS SDK 3.x, in iOS SDK 4.x, __IPHONE_OS_VERSION_MIN_REQUIRED is defined only when -miphoneos-version-min is used (see the SDK's AvailabilityInternal.h). This causes coreaudio_dev to be compiled using RemoteIO (instead of VPIO) and without Bluetooth support. This revision fixes #1194. by Sauw Ming · 14 years ago
  65. c7ec991 Re #1174: Fixed AudioSession services error handling in factory initialization. by Sauw Ming · 14 years ago
  66. 4a59e2a Fixed #1174, #1191, #1192 by Sauw Ming · 14 years ago
  67. b5609b2 Fixed #1190: Remote dialog info is not updated if 100 (Trying) response contains To tag parameter (thanks Marcus Froeschl for the report) by Benny Prijono · 14 years ago
  68. 1fe6d6c Fix #1188: by Nanang Izzuddin · 14 years ago
  69. 4034240 Changed version to 1.8.10-trunk by Benny Prijono · 14 years ago
  70. 3913b7e Changed version to 1.8.10 by Benny Prijono · 14 years ago
  71. ae6f32d Fixed #1160: Option to bypass RTP payload type verification in the stream (thanks Johan Lantz for the suggestion) by Benny Prijono · 14 years ago
  72. 5321ca7 Misc (re #1151): Fixed crash in coreaudio_dev when there is no call during an interruption. by Sauw Ming · 14 years ago
  73. 9d33c95 Misc (re #1151): respond incoming re-INVITE with 491 instead of 500 if we are waiting for response for our outgoing re-INVITE. If we are currently processing another incoming re-INVITE, then respond with 500, as it is now by Benny Prijono · 14 years ago
  74. fe30a53 Re #1165: fixed SRTP transport to not update the SRTP activation flag, i.e: bypass_srtp, in transport_encode_sdp(), as it shouldn't change the media session states. by Nanang Izzuddin · 14 years ago
  75. 0324ba5 Fixed #1170 (Assertion when receiving updated SDP offer with all media lines removed): by Benny Prijono · 14 years ago
  76. 964bbf6 Re #1166 (SDP offer/answer glare): added SIPp scenario file to reproduce this by Benny Prijono · 14 years ago
  77. 1ec65e8 Fixed #1166: Detection of offer/answer glare condition with re-INVITE by Benny Prijono · 14 years ago
  78. 5d86b7b Fix #1171, fixed issues in pjmedia_codec_mgr_set_default_param(): by Nanang Izzuddin · 14 years ago
  79. c155bb9 Misc (re #1151): fixed bug in pjmedia_session_enum_streams(), used wrong pointer for the stream info source. by Nanang Izzuddin · 14 years ago
  80. 6d0e23c Misc (re #1151): Fixed pjsip_multipart_create() in initializing media type, should use pjsip_media_type_init() (thanks Dan Price for the report). by Nanang Izzuddin · 14 years ago
  81. 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
  82. 3150d8b Fix #1165: by Nanang Izzuddin · 14 years ago
  83. 7897949 Fixed #1164: Possible crash in PUBLISH session if network connectivity is lost between two requests (thanks Nikolay Popok for the report) by Benny Prijono · 14 years ago
  84. ec91900 Fix #1163: by Nanang Izzuddin · 14 years ago
  85. 5fa556e Misc (re #1151): support for sched_get_priority_max/min in OpenBSD (thanks David Coppa for the patch) by Benny Prijono · 14 years ago
  86. 434baa4 Re #1020 (Support for SIP outbound and Path extension (RFC 5626)): added pjsua --outb-rid option to set outbound reg-id parameter for the account by Benny Prijono · 14 years ago
  87. 0249327 Fixed #1159: UPDATE is sent to lock codec even though call is being disconnected by Benny Prijono · 14 years ago
  88. 3f4b8d7 Re #1151 (misc): also enable plain UDP SIP transport when enabling IPv6, since many UA will use IPv4 in their Contacts (keyword: sipit27) by Benny Prijono · 14 years ago
  89. ae51ee0 Fixed #1158: Possible wrong multiplexing of STUN traffic inside TURN Data Indication by Benny Prijono · 14 years ago
  90. e49e620 Re #1020: fixed pjsua_acc.c, wrong allocation length for outbound contact. by Benny Prijono · 14 years ago
  91. 2562b75 re #1020 (SIP outbound): remove sip.instance and reg-id parameters from the Contact when re-registering if the server does not support SIP outbound by Benny Prijono · 14 years ago
  92. b54719f Implemented SIP outbound (closed #1020) by Benny Prijono · 14 years ago
  93. 70749d7 Re #1151 (misc fixes): fixed error in pjsua application when handling malformed URI in sending arbitrary request by Benny Prijono · 14 years ago
  94. 34fa0ec Fix #1157: Fixed Symbian SSL socket to re-align the write (circular) buffer only when all pending write requests are completed, i.e: inside the write completion callback and when the buffer is empty. by Nanang Izzuddin · 14 years ago
  95. 1a1f51e Fixed #1156: New option to ignore bad NOTIFY presence message body (thanks Johan Lantz for the suggestion) by Benny Prijono · 14 years ago
  96. fb1d2dd Misc (re #1151): fixed the compile time switch to use iLBC codec on iPhone by Benny Prijono · 14 years ago
  97. 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
  98. 60dc3fa Fixed #1154 (Run-time option to disable telephone-event in outgoing SDP offer (thanks Marcus Froeschl for the suggestion)) by Benny Prijono · 14 years ago
  99. 34315ce Misc (re #1151): fixed jitter buffer state 'jb_max_burst' initialization, MAX_BURST_MSEC should be converted to number-of-frame unit (thanks Zhefeng Du for the fix). by Nanang Izzuddin · 14 years ago
  100. 2f75386 Fix #1153: Fixed missing header dependency in pjmedia-codec/types.h, it should include pjmedia/codec.h by Nanang Izzuddin · 14 years ago