Commit Graph

14691 Commits

Author SHA1 Message Date
Andrey Volk ccb9f0203c FS-11065: [Build-System, mod_v8] Update libv8 to 6.1.298 on windows, speedup windows build by moving libv8 to pre-compiled binaries. 2018-03-28 00:03:28 +03:00
Andrey Volk 22a2c0afea 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. 2018-03-27 21:02:41 +03:00
Mike Jerris 72d4c53275 swigall 2018-03-27 12:21:57 -05:00
Sebastian Kemper 2cb6ef3ffc FS-10939 mod_cdr_mongodb: fix format truncation warnings with gcc 7
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>
2018-03-26 14:28:34 -04:00
Anthony Minessale 2db6c8d942 FS-11057: [mod_conference] CPU race on personal canvas #resolve 2018-03-23 18:01:35 -05:00
Anthony Minessale 616b076a21 FS-11057: [mod_conference] CPU race on personal canvas #resolve 2018-03-23 15:51:35 -05:00
Mike Jerris 8f906c28b8 FS-11038: [mod_sofia] fix crash in gwlist api command 2018-03-15 17:28:36 -04:00
Ethan Atkins 737d1b4ec8 FS-11037: [mod_lua] reduce logging levels 2018-03-15 16:49:18 -04:00
Brian West 720fd80797 FS-11036: [mod_rtmp] No audio on rtmp clients #resolve 2018-03-15 12:43:29 -05:00
Anthony Minessale de27ef94f6 FS-11031: [mod_conference] refresh and keyframes sent too often in multi-canvas mode #resolve 2018-03-15 12:36:00 -05:00
Brian West 616490e9a8 FS-10913: [mod_sofia] ignore_early_media=ring_ready not transitioning #resolve 2018-02-06 14:25:49 -06:00
Brian West d9cec0fc27 FS-10913: [mod_sofia] ignore_early_media=ring_ready not transitioning #resolve 2018-02-02 10:05:34 -06:00
Mike Jerris c11c8491cc FS-10926: [mod_sofia] fix crash from malformed as-feature-event subscribe messae with malformed xml 2018-01-29 13:39:41 -06:00
Brian West 074c179f6b FS-10880: [mod_sofia] SIP INFO DTMF method not working on b-leg #resolve 2018-01-22 15:58:29 -06:00
Brian West 63a46ac5d0 FS-10908: [mod_amqp] AMQP routing key (format_fields) formation broke and invalid reads reported by valgrind #resolve 2018-01-16 13:58:09 -06:00
Praveen Kumar cd20145b34 FS-10833: [mod_amqp] memory leak on reconnection attempt to RabbitMQ broker
Memory leak happening during reconnection attempt after connectivity loss with
RabbitMQ broker.

With these changes, memory leak issue has been addressed and the object has
been properly freed.
2018-01-15 01:44:48 -05:00
Seven Du f2ce1dbb82 FS-10832 #resolve 2018-01-15 01:44:39 -05:00
Andrey Volk fd23697e0b FS-10789: [mod_v8] v8 segs on invalid instruction 2018-01-15 01:44:31 -05:00
Brian West 967e28ad15 FS-10899: [core] 3pcc-mode=proxy is proxying SDP in the 200OK with late offer invites #resolve 2018-01-15 01:44:15 -05:00
Brian West 9b61add5e9 FS-10903: [mod_sofia,mod_valet_parking] Fix Issue with subscriptions and Valet Parking #resolve 2018-01-15 01:44:07 -05:00
Anthony Minessale 583bcded23 FS-10897: [mod_verto] Possible crash in verto during error condition #resolve 2018-01-15 01:43:58 -05:00
Anthony Minessale ab6a1ab46c FS-10893: [mod_conference] Add more banner text params #resolve 2018-01-15 01:43:32 -05:00
Anthony Minessale 1ac50a9d17 FS-10883: [mod_conference] Conference member can get stuck read locked #resolve 2018-01-15 01:43:24 -05:00
Brian West d5fd512688 FS-10805: [mod_amqp] Memory Leak in mod_amqp #resolve 2018-01-15 01:43:17 -05:00
Anthony Minessale e952469e86 FS-10871: [mod_conference] Zoomed layouts do not auto-center in mod_conference #resolve 2018-01-15 01:43:10 -05:00
Brian West f2d6f29928 FS-10865: [mod_conference] conference transfer event reports incorrect info in New-Conference-Name #resolve 2018-01-15 01:42:57 -05:00
Brian West 79d7aa506f FS-10749: [mod_amqp] Crash on unload after mod_amqp reloaded with command + incorrect command behavior #resolve 2018-01-15 01:42:46 -05:00
Anthony Minessale 91cc3c56e0 FS-10854: [mod_conference] Canvas FG Image not refreshed before writing to video recordings #resolve 2018-01-15 01:41:48 -05:00
Anthony Minessale cf12785b33 FS-10243: [mod_conference] Add conference variables 2018-01-15 01:41:38 -05:00
Brian West 628cf17597 FS-10840: [mod_sofia] max-registrations-per-extension parameter is not multi-tennant 2018-01-15 01:41:28 -05:00
Seven Du e65f63ae25 tweak av and ensure first image write at pts = 0 to avoid a black screen 2018-01-15 01:41:04 -05:00
Anthony Minessale 42d26c4d1a FS-10890: [mod_av] Wrongly calculated delta_tmp for end of video file recording #resolve 2018-01-15 01:40:56 -05:00
Anthony Minessale 7f57dc0455 FS-10821: [mod_conference] fix arg parser in file vol command in conference #resolve 2018-01-15 01:40:10 -05:00
Seven Du e75818fb79 fix split slice 2018-01-15 01:40:01 -05:00
Brian West 760dc31ee6 FS-10892: [mod_av] Lip Sync Improvements #resolve 2018-01-15 01:39:54 -05:00
Anthony Minessale f8a825c6c8 FS-10891: [mod_conference] Refactor mux video to be smoother #resolve 2018-01-15 01:39:44 -05:00
Anthony Minessale 9a8cbf7797 FS-10802: [mod_conference] Convert conference floor to id based 2018-01-15 01:39:20 -05:00
Anthony Minessale ba5f0d0b28 FS-10769: [mod_av,mod_conference] Lipsync issues in conference recording 2018-01-15 01:39:13 -05:00
Anthony Minessale f97ddc8b6a FS-10802: [mod_conference] Convert conference floor to id based 2018-01-15 01:39:04 -05:00
Anthony Minessale 4479c906f9 FS-10802: [mod_conference] Convert conference floor to id based 2018-01-15 01:38:54 -05:00
Anthony Minessale ee49d90c46 FS-10803: [mod_conference] Add support for alternate video layout config per conference profile 2018-01-15 01:38:45 -05:00
Anthony Minessale 1f738fd699 FS-10803: [mod_conference] Add support for alternate video layout config per conference profile #resolve 2018-01-15 01:38:31 -05:00
Anthony Minessale c779dbef50 FS-10802: [mod_conference] Convert conference floor to id based #resolve 2018-01-15 01:38:22 -05:00
Anthony Minessale 9e9866a033 FS-10799: [mod_commands] Add toupper and tolower api funcs #resolve 2018-01-15 01:37:31 -05:00
Anthony Minessale 2f2568cdd0 FS-10762: [freeswitch-core] Websocket logic error 2018-01-15 01:36:58 -05:00
Anthony Minessale 44007a5a65 FS-10762: [freeswitch-core] Websocket logic error #resolve 2018-01-15 01:35:19 -05:00
Mike Jerris 32f6387217 swigall 2017-12-27 16:21:30 -06:00
Piotr Gregor 92128756a2 FS-10853: Fix failed build for mod_dingaling
Fixes build but must be tested at runtime.
2017-12-20 21:33:34 +00:00
Anthony Minessale e0d79bd0cf FS-10823: [mod_sofia] curly brackets on SDP header causes FS to crash #resolve 2017-12-04 14:00:28 -06:00
Anthony Minessale 7255f0f87e FS-10762: [freeswitch-core] Websocket logic error #resolve 2017-11-20 11:39:45 -05:00