Commit Graph

19959 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 00c580ffe1 FS-10989: [core] Fix CUSTOM_HASH hash table race in switch_event logic causing crashes during bind to events. 2018-03-27 22:19:37 +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
Mike Jerris ea4313a12e FS-10853: remove extern that is no longer needed 2018-03-27 12:20:08 -05:00
Piotr Gregor 4a59554d03 FS-11063 Use compile time constants in dtls_state_setup 2018-03-27 12:18:00 +01: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
ifox 14e4a87fb0 FS-11058: [core] Add RTT to RECV_RTCP_MESSAGE
Add the RTT field to the RECV_RTCP_MESSAGE event emission which allows external listeners to compute MOS RTCP from the event.
2018-03-23 17:23:09 -04:00
Anthony Minessale 616b076a21 FS-11057: [mod_conference] CPU race on personal canvas #resolve 2018-03-23 15:51:35 -05:00
Sergey Khripchenko f444f7a6f4 FS-11056: [core] fix RTCP lost calculation
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
2018-03-23 16:00:38 -04:00
Mike Jerris 8f906c28b8 FS-11038: [mod_sofia] fix crash in gwlist api command 2018-03-15 17:28:36 -04:00
Mike Jerris 615c8da7fe FS-10853: Fix unitialzed var 2018-03-15 17:06:25 -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 71dff4aeea FS-10904: [core] DTMF only works from one phone during shared call (SCA) #resolve 2018-01-16 13:58:17 -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
Seven Du bcf5a89339 FS-10859 #resolve 2018-01-15 01:44:56 -05: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
Seven Du 41afe53fbe FS-10815 #resove 2018-01-15 01:44:23 -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 738823b180 FS-10896: [freeswitch-core] Parse error on originate syntax with nested square brackets #resolve 2018-01-15 01:43:49 -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
Brian West 3df3797376 FS-10867: [freeswitch-core] Prevent stack smash when queing multiple sound files without event-lock #resolve 2018-01-15 01:42:38 -05:00
Anthony Minessale 9df8d2f300 FS-10860: [core] Distorted music when playing it as local stream into a conference as hold music #resolve 2018-01-15 01:42:06 -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