Timeline
Feb 8, 2018:
- 6:32 AM Ticket #1179 (SRTCP with HMAC-SHA1 authentication must always use 80 bits tag length) closed by
- invalid: TeluuCon? 2018: SRTCP tag length already use 80 bits since the initial …
- 6:20 AM Ticket #1498 (SDL event polling gets stuck in vidgui app) closed by
- wontfix: TeluuCon? 2018: now we are using SDL2
- 6:19 AM Ticket #848 (Audio drops out with the DirectSound sound device after few hours running) closed by
- worksforme: TeluuCon?: no similar report after years.
- 6:01 AM Ticket #663 (ICE negotiation may not complete indefinitely if remote doesn't perform ...) closed by
- fixed: TeluuCon? 2018: Should have been fixed in #1957
- 5:56 AM Ticket #510 (Smaller PTIME for L16 codecs) closed by
- wontfix: TeluuCon? 2018: no urgency.
- 5:49 AM Ticket #545 (Handle nameserver that (incorrectly) returns DNS RCODE 2/5/9 for DNS SRV ...) closed by
- fixed: TeluuCon? 2018: In r5437, RCODE 2 (ServFail?) will not cause server to be …
- 5:41 AM Ticket #677 (System wall clock/time change will cause timer heap entries to be ...) closed by
- fixed: TeluuCon? 2018: fixed in ticket #1211 (r3456)
- 5:32 AM Ticket #154 (Implement dialog tests) closed by
- wontfix: TeluuCon? 2018: we support forking scenario, so the tests may no longer …
- 5:24 AM Ticket #1059 (Null sound device for single-threaded environment (thanks Björn Riemer for ...) closed by
- wontfix: TeluuCon? 2018: Not sure if single-threaded still relevant. Application can …
- 5:19 AM Ticket #659 (Implement RFC3263 for locating servers) closed by
- wontfix: TeluuCon? 2018: Implemented (partially) already, see also …
- 5:15 AM Ticket #143 (Dynamically allocate maximum number of accounts, calls, etc in PJSUA-API) closed by
- wontfix: TeluuCon? 2018: no urgency.
- 5:13 AM Ticket #1253 (Module data in pjsip_tx_data similar to pjsip_rx_data) closed by
- wontfix: TeluuCon? 2018: There is already module data field in pjsip_tx_data, …
- 3:40 AM Ticket #1021 (HTTP tunnel support) closed by
- wontfix: TeluuCon? 2018: popularity getting lower.
- 3:36 AM Ticket #432 (Support 3GPP refresh interval rule) closed by
- wontfix: TeluuCon? 2018: 3GPP is not supported for now.
- 3:34 AM Ticket #413 (Implement draft-sparks-sip-invfix) closed by
- wontfix: TeluuCon? 2018: the draft seems to be expired already.
- 3:28 AM Ticket #1830 (Option to maintain video aspect ratio between requested size and supported ...) closed by
- duplicate: TeluuCon? 2018: duplicate of #1831.
- 3:22 AM Ticket #1544 (New codec interface for incremental encoding to improve performance with ...) closed by
- wontfix: TeluuCon? 2018: recent CPUs should have no issue with multiple frames audio …
- 3:16 AM Ticket #1180 (Support G726 RTP packetization variants) closed by
- wontfix: TeluuCon? 2018: the codec is not popular and currently we only support it …
- 3:10 AM Ticket #1102 (Run-time configuration for controlling keep-alive mechanism sent by stream) closed by
- wontfix: TeluuCon? 2018: there is already limited version in #1129 and so far no …
- 3:07 AM Ticket #879 (Add pjmedia synchronizer port (for audio device).) closed by
- invalid: TeluuCon? 2018: Audio device clock issues such as clock skew should have …
- 2:46 AM Ticket #679 (Support for adding and parsing optional lines in SDP) closed by
- wontfix
- 2:25 AM Ticket #587 (Conference bridge modifications to reduce latency.) closed by
- wontfix: TeluuCon? 2018: mixing audio better be done in speaker thread.
- 2:12 AM Ticket #532 (Avoid truncated calculation of samples per frame on some 'odd' clock ...) closed by
- wontfix: TeluuCon? 2018: only applicable to PCM
- 2:10 AM Ticket #323 (Code to use different clock for the bridge (thanks ChenHuan)) closed by
- wontfix: TeluuCon? 2018: conference bridge can use master port for its clock, see …
- 2:06 AM Ticket #173 (AGC and other audio preprocessor filters) closed by
- wontfix: TeluuCon? 2018: - audio devices in some mobile platforms like iOS already …
- 2:00 AM Ticket #116 (Patch to disable PortAudio ALSA support in configure script) closed by
- invalid: TeluuCon? 2018: PortAudio? support has been removed.
- 1:28 AM Ticket #450 (PJLIB function to query the DNS server configured in the system) closed by
- wontfix
Feb 1, 2018:
- 7:36 AM Ticket #2086 (Add C# binding using SWIG, and support for Xamarin.) created by
- Support C# binding using SWIG. The resulting C# binding can then be used …
Jan 30, 2018:
Jan 25, 2018:
- 7:00 AM Ticket #2085 (Via header mismatch in CANCEL) closed by
- fixed: In 5733: […]
- 7:00 AM Changeset [5733] by
- Fix #2085: - Do not override Via header of a CANCEL request, its values …
- 6:57 AM Ticket #2085 (Via header mismatch in CANCEL) created by
- Scenario: 1. An account is registered using a TCP/TLS transport, as …
Jan 24, 2018:
- 3:42 AM Changeset [5732] by
- Re #2082: For MSVC backward compatibility, set PJ_SSL_SOCK_IMP to …
- 2:37 AM Changeset [5731] by
- Re #2084: Make sure the output size of opus_decode() doesn't exceed the …
- 1:10 AM Changeset [5730] by
- Re #2082: Minor fix of incorrect function definitions
Jan 18, 2018:
- 5:44 AM Changeset [5729] by
- Re #2059 (misc): Use PJSIP_MAX_URL_SIZE to print remote info (URL) instead …
- 4:02 AM Ticket #2084 (Opus decode/recovery issue when FEC or PLC is enabled) closed by
- fixed: In 5728: […]
- 4:02 AM Changeset [5728] by
- Fixed #2084: Opus decode/recovery issue when FEC or PLC is enabled
- 4:01 AM Ticket #2084 (Opus decode/recovery issue when FEC or PLC is enabled) created by
- Passing an incorrect frame size to opus_decode() can cause decode error or …
Jan 17, 2018:
- 11:30 AM Changeset [5727] by
- Re #2059 (misc): Prevent corrupt header from causing a crash when printed. …
- 11:15 AM Ticket #2083 (Fix build error when building with LibreSSL as SSL backend) closed by
- fixed: In 5726: […]
- 11:15 AM Changeset [5726] by
- Close #2083: Fix build error when building using LibreSSL.
- 11:13 AM Ticket #2083 (Fix build error when building with LibreSSL as SSL backend) created by
- Currently the library will fail to build when using LibreSSL, since it …
Jan 15, 2018:
- 8:52 AM Changeset [5725] by
- Re #2082: Initial implementation of GnuTLS support.
- 8:51 AM Ticket #2082 (Add support for GnuTLS) created by
- GnuTLS is a secure communications library implementing the SSL, TLS and …
Jan 11, 2018:
- 1:03 AM Ticket #2081 (Fixed assertion when setting audio dev in PJSUA2) closed by
- fixed: In 5724: […]
- 1:03 AM Changeset [5724] by
- Fixed #2081: Assertion when setting audio dev in PJSUA2.
- 1:02 AM Ticket #2081 (Fixed assertion when setting audio dev in PJSUA2) created by
- It happens after calling AudDevManager::setNoDev(), then trying to set …
Jan 10, 2018:
- 12:48 AM Changeset [5723] by
- Re #2059 (misc): Fixed build error when PJSIP_HAS_RESOLVER==0
Note: See TracTimeline
for information about the timeline view.