- 26 6月, 2017 3 次提交
-
-
由 Mike Jerris 提交于
-
由 Mike Jerris 提交于
-
由 Anthony Minessale 提交于
-
- 23 6月, 2017 2 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1309 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-9717-make-available-windows-binaries to master * commit '0bdd607c': FS-9717 [Build-System] Fix missing mods in msi packages. Fix x64 release build on a clean tree on windows.
-
由 Italo Rossi 提交于
-
- 22 6月, 2017 3 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 21 6月, 2017 3 次提交
-
-
由 Shane Bryldt 提交于
-
由 Andrey Volk 提交于
FS-9717 [Build-System] Fix missing mods in msi packages. Fix x64 release build on a clean tree on windows.
-
由 Brian West 提交于
FS-10406: [mod_sofia] mod_sofia secure websocket connections SSLv3 and tls v1.0 is still not disabled #resolve
-
- 19 6月, 2017 1 次提交
-
-
由 Mike Jerris 提交于
-
- 15 6月, 2017 2 次提交
-
-
由 Brian West 提交于
-
由 Brian West 提交于
Merge pull request #1304 in FS/freeswitch from ~TREVORA/freeswitch:bugfix/FS-10370-enable-padding-for-srtp-keys to master * commit '09174819': FS-10370: Enable SRTP Key Padding
-
- 13 6月, 2017 2 次提交
-
-
由 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
-
由 Italo Rossi 提交于
Now we're passing member_session as session parameter to switch_ivr_originate, this will make the cc_export_vars no longer needed in the future as now all the variables previously exported will be seen by switch_ivr_originate because member_session is the ORIGINATOR. cc_export_vars still works.
-
- 12 6月, 2017 2 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1303 in FS/freeswitch from ~SEBASTIAN/freeswitch:bugfix/FS-10384-fix-mod_lua-target to master * commit '56f766f3': FS-10384 [mod_lua] Fix Makefile target
-
由 Shane Bryldt 提交于
-
- 11 6月, 2017 2 次提交
-
-
由 Shane Bryldt 提交于
FS-10167: Added preliminary blade.broadcast, tested event being broadcasted with bladec and blades through switchblade
-
由 Shane Bryldt 提交于
FS-10167: Update to the preliminary blade.subscribe support, added registration of local callback for processing an event received through upcoming blade.broadcast
-
- 10 6月, 2017 2 次提交
-
-
由 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>
-
由 Shane Bryldt 提交于
-
- 09 6月, 2017 3 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1302 in FS/freeswitch from ~F93/freeswitch:bugfix/FS-10383-fs-does-not-close-timerfd-descriptors to master * commit 'feccf1e8': FS-10383 [freeswitch-core] Destroy RTP session write timer
-
由 Roman Sukhov 提交于
-
由 Brian West 提交于
Merge pull request #1301 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10377-add-fax-document-total-pages-to to master * commit '2c822ed4': FS-10377 [mod_spandsp] Add fax-document-total-pages to spandsp::txfaxnegociateresult and spandsp::txfaxpageresult events
-
- 08 6月, 2017 1 次提交
-
-
由 Anthony Minessale 提交于
-
- 07 6月, 2017 5 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Andrey Volk 提交于
FS-10377 [mod_spandsp] Add fax-document-total-pages to spandsp::txfaxnegociateresult and spandsp::txfaxpageresult events
-
由 Mike Jerris 提交于
-
- 06 6月, 2017 5 次提交
-
-
由 Shane Bryldt 提交于
FS-10167: Added preliminary support for blade.register, currently it is only used to update routes upstream, when a new nodeid is introduced or no longer available a blade.register is passed to update the routing tables. Edge cases are not handled yet.
-
由 Anthony Minessale 提交于
-
由 Mike Jerris 提交于
Merge pull request #1221 in FS/freeswitch from ~NBLASGEN/freeswitch:feature/FS-10084-mod_v8-block-for-event to master * commit 'd9c6ebc8': FS-10084 [mod_v8] Fixed incorrect variable name FS-10084 [mod_v8] If the value passed is negative, block until event is received
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 05 6月, 2017 4 次提交
-
-
由 Anthony Minessale 提交于
FS-10189: [core] switch_core_add_state_handler runtime.state_handler_index may exceed SWITCH_MAX_STATE_HANDLERS #resolve
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
由 Shane Bryldt 提交于
-