- 13 7月, 2017 1 次提交
-
-
由 Ken Rice 提交于
-
- 11 7月, 2017 33 次提交
-
-
由 Mike Jerris 提交于
-
由 Mike Jerris 提交于
Revert "FS-10304: [mod_callcenter] Prevent infinite logging when a stale queue member in found in the database" This reverts commit 5d4ee9a8.
-
由 Mike Jerris 提交于
Conflicts: src/mod/languages/mod_lua/mod_lua_wrap.cpp
-
由 Mike Jerris 提交于
-
由 trevora 提交于
Clears SSL error state. Updates tport_tls.c to clear the SSL error state after an error occurs. OpenSSL puts errors into a queue that is kept in thread local storage. In some cases, such as when SSL_ERROR_SSL is returned by SSL_get_errror(), OpenSSL will queue multiple errors for a single event. When this occurs, OpenSSL will report an error the next time I/O is performed if the queue is not cleared first, which can result in TLS connections being torn down prematurely.
-
由 Hristo Trendev 提交于
In case of outbound_redirect_fatal=true none of the redirect variables are set. This makes it impossible for ESL applications to extract any information related to the "302 Moved Temporarily" reply.
-
由 Sergey Safarov 提交于
-
由 Mike Jerris 提交于
-
由 Mike Jerris 提交于
-
由 Eduardo Marinho 提交于
FS-10304: [mod_callcenter] Prevent infinite logging when a stale queue member in found in the database Having a member from a queue that is no longer found on the current system causes infinite logging about skipping a member. There is already cleanup code for abandoned calls in same function, but it can never be reached for this case, because there is no queue. If the queue is never found again in the system, the logging would continue forever or until the stale record gets removed from the database. FS-10304 #resolve
-
由 Anthony Minessale 提交于
-
由 Mike Jerris 提交于
FS-10458: [mod_av] temporarily silence warning when building against ffmpeg 3.2 until we fix them properly
-
由 Mike Jerris 提交于
FS-10457: [mod_cdr_csv] set group too when creating new csv file so other users in the group can access it
-
由 lazedo 提交于
-
由 Trever L. Adams 提交于
FS-9785: Fix src/switch_ivr_play_say.c:1668:48: error: ‘*’ in boolean context, suggest ‘&&’ instead [-Werror=int-in-bool-context]
-
由 Trever L. Adams 提交于
-
由 Mike Jerris 提交于
-
由 Italo Rossi 提交于
-
由 Italo Rossi 提交于
-
由 Mike Jerris 提交于
-
由 Mike Jerris 提交于
-
由 Mike Jerris 提交于
-
由 Mike Jerris 提交于
-
由 Mike Jerris 提交于
-
由 Mike Jerris 提交于
-
由 Italo Rossi 提交于
-
由 Brian West 提交于
FS-10406: [mod_sofia] mod_sofia secure websocket connections SSLv3 and tls v1.0 is still not disabled #resolve
-
由 Brian West 提交于
-
由 Trevor Alpeter 提交于
Some clients rely on Base64 padding characters (i.e., '=') to be present in encoded SRTP key/salt strings to determine the length of the encoded data. However, FreeSWITCH removes these characters before including the encoded strings in the SDP. This causes those clients that rely on the padding to truncate the encoded data and be unable to properly set up an encrypted SRTP session. This change introduces a channel flag named 'rtp_pad_srtp_keys'. When this flag is enabled, FreeSWITCH includes the Base64 padding characters in the SDP. This allows clients that rely on the padding to retrieve the full key and salt values and successfully negotiate an SRTP stream with FreeSWITCH. FS-103070 #resolve
-
由 Sebastian Kemper 提交于
When running "make swigclean" in mod_lua directory and trying to compile mod_lua afterward, the build fails because the target mod_lua_wrap.cpp doesn't exist. The target is wrongly called lua_wrap instead. making all mod_lua make[7]: Entering directory '/path/to/freeswitch-1.6.17/src/mod/languages/mod_lua' CXX mod_lua_la-mod_lua.lo CXX mod_lua_la-freeswitch_lua.lo make[7]: *** No rule to make target 'mod_lua_wrap.cpp', needed by 'mod_lua_la-mod_lua_wrap.lo'. Stop. Fix this by renaming lua_wrap to mod_lua_wrap.cpp. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 07 7月, 2017 1 次提交
-
-
由 Anthony Minessale 提交于
-
- 06 7月, 2017 1 次提交
-
-
由 Anthony Minessale 提交于
FS-10473: [freeswitch-core] FreeSWITCH crash - Null event pointer dereference during conference_cdr_del #resolve
-
- 05 7月, 2017 2 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-10286: [mod_conference] Sync member joins up with keyframes in shared encoder mode -- high cpu usage on h264
-
- 30 6月, 2017 2 次提交
-
-
由 Anthony Minessale 提交于
FS-10456: [mod_av] add wav support to mod_av as well as specifying audio_codec -- add av_record_audio_only param
-
由 Anthony Minessale 提交于
-