- 29 3月, 2018 12 次提交
-
-
由 Andrey Volk 提交于
FS-11078: [Build-System] Add mod_say_(es_ar, fa, he, hr, hu, ja, pl, th) modules to the Windows build.
-
由 Mike Jerris 提交于
Merge pull request #18 in FSA/freeswitch-advantage from ~ANDYWOLK/freeswitch-advantage:feature/FS-11076-add-mod_cdr_pg_csv-to-the-windows to v1.8-fsa * commit 'faa26f41': FS-11076: [mod_cdr_pg_csv] Add mod_cdr_pg_csv to the Windows build.
-
由 Anthony Minessale 提交于
FS-11070: [mod_conference] Improve video bridge first two for mux mode -- add support for files playing in this mode #resolve
-
由 Andrey Volk 提交于
-
由 Mike Jerris 提交于
Merge pull request #17 in FSA/freeswitch-advantage from ~ANDYWOLK/freeswitch-advantage:feature/FS-11075-add-mod_amqp-to-the-windows-build to v1.8-fsa * commit '77d7b238': FS-11075: [mod_amqp] Add mod_amqp to the Windows build.
-
由 Andrey Volk 提交于
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
由 Mike Jerris 提交于
Merge pull request #16 in FSA/freeswitch-advantage from ~ANDYWOLK/freeswitch-advantage:feature/FS-11074-add-postgresql-to-the-freeswitch to v1.8-fsa * commit 'def13d18': FS-11074: [Core, Build-System] Add PostgreSQL to the Freeswitch Core on Windows.
-
由 Andrey Volk 提交于
-
由 Mike Jerris 提交于
-
由 Mike Jerris 提交于
Merge pull request #15 in FSA/freeswitch-advantage from ~ANDYWOLK/freeswitch-advantage:feature/FS-11069-update-zlib-to-1.2.11-and-move-it to v1.8-fsa * commit '7e175ff3': FS-11069: [Build-System] Update zlib to 1.2.11 and move it to pre-compiled binaries on Windows.
-
- 28 3月, 2018 8 次提交
-
-
由 Andrey Volk 提交于
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
由 Mike Jerris 提交于
-
由 Anthony Minessale 提交于
FS-11068: [mod_conference] Avatar members not supported on personal canvas leading to miscount #resolve
-
由 Mike Jerris 提交于
Merge pull request #14 in FSA/freeswitch-advantage from ~ANDYWOLK/freeswitch-advantage:feature/FS-11067-improve-windows-build-speed-moving to v1.8-fsa * commit 'f1bffc99': FS-11067: [Build-System] Improve windows build speed moving openssl to pre-compiled binaries.
-
由 Anthony Minessale 提交于
-
由 Andrey Volk 提交于
-
- 27 3月, 2018 12 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #13 in FSA/freeswitch-advantage from ~ANDYWOLK/freeswitch-advantage:feature/FS-11066-make-wix-project-be-able-to-produce to v1.8-fsa * commit 'd2df64ec': FS-11066: [Build-System] Make WIX project be able to produce snapshots with proper msi naming on windows.
-
由 Andrey Volk 提交于
FS-11066: [Build-System] Make WIX project be able to produce snapshots with proper msi naming on windows.
-
由 Mike Jerris 提交于
Merge pull request #12 in FSA/freeswitch-advantage from ~ANDYWOLK/freeswitch-advantage:feature/FS-11065-update-libv8-to-6.1.298-speedup to v1.8-fsa * commit 'ccb9f020': FS-11065: [Build-System, mod_v8] Update libv8 to 6.1.298 on windows, speedup windows build by moving libv8 to pre-compiled binaries.
-
由 Andrey Volk 提交于
FS-11065: [Build-System, mod_v8] Update libv8 to 6.1.298 on windows, speedup windows build by moving libv8 to pre-compiled binaries.
-
由 Mike Jerris 提交于
Merge pull request #11 in FSA/freeswitch-advantage from ~ANDYWOLK/freeswitch-advantage:bugfix/FS-10989-freeswitch-crash-inside-switch_hashtable.c to v1.8-fsa * commit '00c580ff': FS-10989: [core] Fix CUSTOM_HASH hash table race in switch_event logic causing crashes during bind to events.
-
由 Andrey Volk 提交于
FS-10989: [core] Fix CUSTOM_HASH hash table race in switch_event logic causing crashes during bind to events.
-
由 Mike Jerris 提交于
Merge pull request #10 in FSA/freeswitch-advantage from ~ANDYWOLK/freeswitch-advantage:bugfix/FS-11020-add-missing-modules-to-the-msi-installer to v1.8-fsa * commit '22a2c0af': FS-11020: [Build-System] On Windows: Add missing modules to the msi installer, fix mod_gsmopen build, remove mod_skyopen, disable libav and libx264, cleanup.
-
由 Andrey Volk 提交于
FS-11020: [Build-System] On Windows: Add missing modules to the msi installer, fix mod_gsmopen build, remove mod_skyopen, disable libav and libx264, cleanup.
-
由 Mike Jerris 提交于
-
由 Mike Jerris 提交于
-
由 Mike Jerris 提交于
Merge pull request #9 in FSA/freeswitch-advantage from feature/FS-11063-dtls-state-setup to v1.8-fsa * commit '4a59554d': FS-11063 Use compile time constants in dtls_state_setup
-
由 Piotr Gregor 提交于
-
- 26 3月, 2018 1 次提交
-
-
由 Sebastian Kemper 提交于
gcc 7 complains about possible format truncation: mod_cdr_mongodb.c: In function 'my_on_reporting': mod_cdr_mongodb.c:242:45: error: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 4 [-Werror=format-truncation=] snprintf(idx_buffer, sizeof(idx_buffer), "%d", callflow_idx); The char * idx_buffer has a size of 4 Bytes, and according to gcc's calculation it is possible that up to 11 Bytes might be copied into it via int bson_idx. This commit adds an extra 8 Bytes to char * idx_buffer, which silences the warnings. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- 23 3月, 2018 5 次提交
-
-
由 Anthony Minessale 提交于
-
由 ifox 提交于
Add the RTT field to the RECV_RTCP_MESSAGE event emission which allows external listeners to compute MOS RTCP from the event.
-
由 Mike Jerris 提交于
This reverts commit c093b2d3.
-
由 Anthony Minessale 提交于
-
由 Sergey Khripchenko 提交于
RTCP/Receiver Report/lost field is a _signed_ 24bit integer and it could be negative (in case of UDP duplication) + any negatives now threated as huge uint32_t + set this field properly on __BIG_ENDIAN + correctly read this value in received RTCP on all arches
-
- 20 3月, 2018 1 次提交
-
-
由 Mike Jerris 提交于
-
- 15 3月, 2018 1 次提交
-
-
由 Mike Jerris 提交于
-