1. 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
  2. 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
  3. 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
  4. 5c2f6da Re #1161: Support for adding custom presence subscription headers. by Sauw Ming · 14 years ago
  5. 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
  6. f3cfb88 Re #1192: Fixes stereo support. by Sauw Ming · 14 years ago
  7. 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
  8. a61c43d Fixed #1197: WSAECONNRESET errors on Windows 2000 or 2003 may cause UDP transport to stop working by Benny Prijono · 14 years ago
  9. 9ef5138 Re #597: Modify buffer padding code for EOF event (thanks to Thomas Johnson). by Sauw Ming · 14 years ago
  10. 3e7630a Re #3398: Fixes assertion in the resample procedure and callback. by Sauw Ming · 14 years ago
  11. 0f35826 Fixes #597: Error reading WAV files when there are extra chunks after DATA chunk. by Sauw Ming · 14 years ago
  12. 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
  13. 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
  14. c7ec991 Re #1174: Fixed AudioSession services error handling in factory initialization. by Sauw Ming · 14 years ago
  15. 4a59e2a Fixed #1174, #1191, #1192 by Sauw Ming · 14 years ago
  16. 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
  17. 1fe6d6c Fix #1188: by Nanang Izzuddin · 14 years ago
  18. 4034240 Changed version to 1.8.10-trunk by Benny Prijono · 14 years ago
  19. 3913b7e Changed version to 1.8.10 by Benny Prijono · 14 years ago
  20. 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
  21. 5321ca7 Misc (re #1151): Fixed crash in coreaudio_dev when there is no call during an interruption. by Sauw Ming · 14 years ago
  22. 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
  23. 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
  24. 0324ba5 Fixed #1170 (Assertion when receiving updated SDP offer with all media lines removed): by Benny Prijono · 14 years ago
  25. 964bbf6 Re #1166 (SDP offer/answer glare): added SIPp scenario file to reproduce this by Benny Prijono · 14 years ago
  26. 1ec65e8 Fixed #1166: Detection of offer/answer glare condition with re-INVITE by Benny Prijono · 14 years ago
  27. 5d86b7b Fix #1171, fixed issues in pjmedia_codec_mgr_set_default_param(): by Nanang Izzuddin · 14 years ago
  28. 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
  29. 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
  30. 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
  31. 3150d8b Fix #1165: by Nanang Izzuddin · 14 years ago
  32. 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
  33. ec91900 Fix #1163: by Nanang Izzuddin · 14 years ago
  34. 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
  35. 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
  36. 0249327 Fixed #1159: UPDATE is sent to lock codec even though call is being disconnected by Benny Prijono · 14 years ago
  37. 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
  38. ae51ee0 Fixed #1158: Possible wrong multiplexing of STUN traffic inside TURN Data Indication by Benny Prijono · 14 years ago
  39. e49e620 Re #1020: fixed pjsua_acc.c, wrong allocation length for outbound contact. by Benny Prijono · 14 years ago
  40. 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
  41. b54719f Implemented SIP outbound (closed #1020) by Benny Prijono · 14 years ago
  42. 70749d7 Re #1151 (misc fixes): fixed error in pjsua application when handling malformed URI in sending arbitrary request by Benny Prijono · 14 years ago
  43. 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
  44. 1a1f51e Fixed #1156: New option to ignore bad NOTIFY presence message body (thanks Johan Lantz for the suggestion) by Benny Prijono · 14 years ago
  45. fb1d2dd Misc (re #1151): fixed the compile time switch to use iLBC codec on iPhone by Benny Prijono · 14 years ago
  46. 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
  47. 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
  48. 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
  49. 2f75386 Fix #1153: Fixed missing header dependency in pjmedia-codec/types.h, it should include pjmedia/codec.h by Nanang Izzuddin · 14 years ago
  50. 4b9089e Misc (re #1151): fixed error in make dep execution if python module is included in compilation by Benny Prijono · 14 years ago
  51. 91430b2 Fixed #1152 (The base64 decoder should ignore whitespaces in the input). In fact, the base64 decoder now will silently ignore/skip any bad characters. by Benny Prijono · 14 years ago
  52. eb7bd1d Changed version to 1.8.5-trunk by Benny Prijono · 14 years ago
  53. 6640ad1 Changed version to 1.8.5 by Benny Prijono · 14 years ago
  54. cae95fc Misc (re #1134): fixed compilation error in python module due to last change in session timer field from require_timer to use_timer. Thanks Beau Gunderson for the patch! by Benny Prijono · 14 years ago
  55. ad27ead Misc (re #1134): added the ability to add python module build with the top level build, by adding pjsip-apps/src/python into EXTRA_DIRS in user.mak. Also changed the make command in python module to just build the module without installing since installing needs root permission by Benny Prijono · 14 years ago
  56. 027d018 Misc (re #1134): enable doxygen documentation for pj_actievsock_set_iphone_os_bg() by Benny Prijono · 14 years ago
  57. 1e60155 Fixed #1149 (Crash when holding the call after receiving SDP answer with multiple codecs (thanks Cyril GY for the report)): by Benny Prijono · 14 years ago
  58. d1ac4e2 Re #1140, cleaned up the mutex usages in SRTP transport: by Nanang Izzuddin · 14 years ago
  59. 7d242bc Fixed #1148: by Nanang Izzuddin · 14 years ago
  60. f66dc1c Misc (re #1134): fixed failed unit tests due to changes in DNS resolver code in r3344 by Benny Prijono · 14 years ago
  61. 9a2b19f Misc (re #1134): changed dynamic payload type starting value for internal codecs to 96 (from 101) as we are running out of constants. Also added more comments to clarify the restriction on the value, i.e. it must be less than 128 (thanks Robbie Hanson for the suggestion) by Benny Prijono · 14 years ago
  62. dc1c15a Misc (re #1134): fixed failure in resolving DNS A resolution if the answer contains more than one CNAME redirection before an A record is found (thanks Régis Montoya for the report) by Benny Prijono · 14 years ago
  63. 9f1d73e Misc (re #1134): added the missing ARCH environment variable in CPP command in configure-iphone script (thanks MrGecko for the patch) by Benny Prijono · 14 years ago
  64. 82defdd Fixed #1147 (Bug in parsing multipart message bodies (thanks Johan Lantz for the report)): leave the quote in parameter values and let the multipart code handle this instead by Benny Prijono · 14 years ago
  65. bb0348e Misc (Re #1134): do not allow subscription state callback to be called with NULL event parameter as application may not expect this by Benny Prijono · 14 years ago
  66. fe937cb Fixed #1147: Bug in parsing multipart message bodies (thanks Johan Lantz for the report) by Benny Prijono · 14 years ago
  67. 6349989 Closed #1144: New presence callback to report subscription state (thanks Johan Lantz for the suggestion): by Benny Prijono · 14 years ago
  68. 2e4d89b Re #1146: minor fix in test file comments by Benny Prijono · 14 years ago
  69. f279c09 Closed #1146: support for multipart message bodies in incoming NOTIFY requests by Benny Prijono · 14 years ago
  70. 3e310ec Fix #1145: API to enable/disable support for iOS BG feature during runtime by Sauw Ming · 14 years ago
  71. 5c88404 Misc (re #1134): Fixed memory leak after getting audio route capability in coreaudio_dev by Sauw Ming · 14 years ago
  72. 1e952a8 Fix #1143: by Nanang Izzuddin · 14 years ago
  73. 8ef546c Another fix for authentication in HTTP client (re #1136): by Benny Prijono · 14 years ago
  74. 064d235 Re #1136 (Basic and digest authentication in the HTTP client): fixed error in parsing URL if the path contains at ("@") character by Benny Prijono · 14 years ago
  75. 89e5261 Misc (re #1134): added Supported header in outgoing SUBSCRIBE request. Although RFC 3265 says it is only optional, some downstream RFC may bring this requirement to SHOULD strength - e.g. RFC 5373 (thanks Johan Lantz for the suggestion) by Benny Prijono · 14 years ago
  76. dd63b99 Closed #1142 (Account based configuration to specify if "c=0.0.0.0" method should be used when putting call on hold): by Benny Prijono · 14 years ago
  77. 202837d Closed #1141: Compile and run-time setting to allow printing of port number in URI in To and From header (thanks Marcus Froeschl for the suggestion) by Benny Prijono · 14 years ago
  78. 1768ade Closed #1121 (Deadlock in transaction code when hanging up calls): fixed the race condition when setting up transaction timeout by Benny Prijono · 14 years ago
  79. b8aeb9d Re #1134 (misc fixes): fixed various doxygen warnings, as well as added overview section in pjmedia documentation by Benny Prijono · 14 years ago
  80. 60e8aa9 Close #1137: added field reg_hdr_list into pjsua_acc_config to specify custom headers for REGISTER requests of the account. by Nanang Izzuddin · 14 years ago
  81. f493e4d Fix #1135: added RTP padding checks and RTP payload length adjustment according to padding length. by Nanang Izzuddin · 14 years ago
  82. 0ef4e19 Fixed #1131: Callee disconnects call without sending BYE if ACK is not received (thanks Montevecchi Massimiliano and Klaus Darilion for the report) by Benny Prijono · 14 years ago
  83. c754578 Closed #1139 (Support for tel: URI in PJSUA-LIB): by Benny Prijono · 14 years ago
  84. 4ea1bcc Close #1138: by Nanang Izzuddin · 14 years ago
  85. 00f8827 Implemented and closed #1136: added HTTP authentication support by Benny Prijono · 14 years ago
  86. 3ade006 Misc (re #1134): fixed wrong OpenBSD thread priority max value (thanks David Coppa for the report) by Benny Prijono · 14 years ago
  87. 0282727 Misc (re #1134): fixed error in Makefile target for generating doxygen documentation when WWWDIR is specified by Benny Prijono · 14 years ago
  88. 4d32338 Misc (re #1134): fixed default value of pjsua app param "--snd-auto-close" in pjsua app help message (was -1, should be 1, see r2493). by Nanang Izzuddin · 14 years ago
  89. 30132a3 Re #1134: for iOS4, remove unnecessary wrapping of sockets during creation. by Sauw Ming · 14 years ago
  90. 47b77a8 Fixed #1130 by Sauw Ming · 14 years ago
  91. 01f52c4 Close #1133: added processing to remote SDP attribute "ptime". by Nanang Izzuddin · 14 years ago
  92. 3323b0e Fixed #1132: Assertion when (re)starting PJLIB on different thread by Benny Prijono · 14 years ago
  93. 5e39a2b Closed #1129: by Nanang Izzuddin · 14 years ago
  94. 5396cfa Closed #1128: ipjsua - add support for iPad by Sauw Ming · 14 years ago
  95. d9a7c8a Fix #1121 (Deadlock in transaction code when hanging up calls (thanks Dennis Struble for the report)) by Benny Prijono · 14 years ago
  96. 1c17a13 Changed version to 1.8-trunk by Perry Ismangil · 14 years ago
  97. 17667b9 Changed version to 1.8 by Perry Ismangil · 14 years ago
  98. 3387a8e Re #1120: Fixed session timer python test scripts, pjsua app param --use-timer is requiring param value now. by Nanang Izzuddin · 14 years ago
  99. 160a49c Misc (re #1110): by Nanang Izzuddin · 14 years ago
  100. 742ef4b Re #1120: by Nanang Izzuddin · 14 years ago