Andrey Volk
d2df64ec07
FS-11066: [Build-System] Make WIX project be able to produce snapshots with proper msi naming on windows.
2018-03-28 01:15:15 +03:00
Mike Jerris
e6ec3f8408
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 'ccb9f0203cd857742a63fd654505680748947597':
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-27 21:47:16 +00:00
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
Mike Jerris
7fbe75db1b
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 '00c580ffe1c8735a42d2863d2987611665534099':
FS-10989: [core] Fix CUSTOM_HASH hash table race in switch_event logic causing crashes during bind to events.
2018-03-27 19:23:31 +00: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
Mike Jerris
53d912b34d
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 '22a2c0afea55bbf17bf52ff7a6a0c706f4c33662':
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 18:49:08 +00: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
Mike Jerris
a65a5f0c3f
Merge pull request #9 in FSA/freeswitch-advantage from feature/FS-11063-dtls-state-setup to v1.8-fsa
...
* commit '4a59554d0320a5d1a5802dc755160efe422a6530':
FS-11063 Use compile time constants in dtls_state_setup
2018-03-27 13:23:23 +00: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
Mike Jerris
5ee36d393e
Revert "FS-11047: [Debian] re-enable mod_v8 package build"
...
This reverts commit c093b2d33dbc625439ea96988edb0b6ae00a84e8.
2018-03-23 15:52:47 -05: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
c093b2d33d
FS-11047: [Debian] re-enable mod_v8 package build
2018-03-20 10:32:52 -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
Andrey Volk
c4dc95d3e0
FS-9753: [mod_sofia] Fix crash when accessing the WSS interface via regular HTTPS
...
Conflicts:
libs/sofia-sip/.update
2018-02-21 15:29:19 -06: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
Steve Underwood
97849ba21e
A tweak to the PCAP file parsing code in spandsp to allow for 802.1Q headers in
...
Ethernet packets.
2018-01-15 01:45:04 -05: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
Brian West
f18f261ac9
FS-10894: [Packaging-Debian] Update maintiner
2018-01-15 01:43:40 -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
1352a5f06a
FS-10862: [freeswitch-core] Updates on webrtc to keep up with browsers #resolve
2018-01-15 01:42:31 -05:00
Italo Rossi
3188997b73
FS-10858 - [verto_communicator] cancel timeout when done to avoid redirect loop
2018-01-15 01:42:21 -05:00