Mike Jerris
78e279aa92
Merge pull request #1320 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-10452 to master
...
* commit 'aaa5f0f619f21ca6c8d744eecb61ed048f13d886':
FS-10452: Fixed build of docker container
2017-07-06 19:40:59 +00:00
Anthony Minessale
ef26718388
FS-10473: [freeswitch-core] FreeSWITCH crash - Null event pointer dereference during conference_cdr_del #resolve
2017-07-06 14:39:24 -05:00
Anthony Minessale
00d1a79d08
FS-10472: [mod_conference] Invalid free in personal canvas mode #resolve
2017-07-05 18:11:39 -05:00
Anthony Minessale
81f15e7a99
FS-10286: [mod_conference] Sync member joins up with keyframes in shared encoder mode -- high cpu usage on h264
2017-07-05 18:11:39 -05:00
Mike Jerris
7f9413962a
FS-10388: [core] fix crash on shutdown when using multiple meida bugs
2017-07-05 15:54:56 -05:00
Mike Jerris
379084eda0
FS-10388: [core] fix crash on shutdown when using multiple meida bugs
2017-07-05 14:37:32 -05:00
Italo Rossi
38ff0f79e9
Merge pull request #1273 in FS/freeswitch from ~EDUARDO/freeswitch:FS-10304-prevent-infinite-logging-when-a to master
...
* commit 'be741eab2ce34122755198c31894941f6e7da7d2':
FS-10304: [mod_callcenter] Prevent infinite logging when a stale queue member in found in the database
2017-07-05 18:51:03 +00:00
Mike Jerris
3551e6c0d8
FS-10430: [mod_amqp] fix support for libamqp version .0.5.2. Change to api actually happend in v0.6.0
2017-07-05 13:42:33 -05:00
Mike Jerris
3f66eb6cbf
FS-10471: [build] fix build error on debian 9 with --enable-zrtp
2017-07-05 12:17:24 -05:00
Anthony Minessale
07d4d093b0
FS-10466: [freeswitch-core] Add session to some log lines #resolve
2017-07-03 17:37:05 -05:00
Andrey Volk
105afc3f29
FS-10465: [mod_v8] Fix javascript failures when a session callback is called from another thread/leg.
2017-07-03 23:01:59 +03:00
Shane Bryldt
2ff3ce1a5c
FS-10167: Bug fixes, memory leaks, etc
2017-07-03 13:45:29 -06:00
Shane Bryldt
f9d23ccadd
FS-10167: Updating to build clean on linux
2017-07-03 13:57:47 -05:00
Shane Bryldt
3687a5a0a5
FS-10167: Significant cleanup and isolation of code into manager types for better maintainability and easier path to future updates
2017-07-03 12:48:46 -06:00
Mike Jerris
4da4e1177c
Merge pull request #1323 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10464-fix-broken-classes-after-switching to master
...
* commit 'cd79ae19ad7d5d5600ff6b835ccb152ff91313a0':
FS-10464 [mod_v8] Fix broken classes after switching to new libv8 #resolve
2017-07-03 15:24:00 +00:00
Andrey Volk
cd79ae19ad
FS-10464 [mod_v8] Fix broken classes after switching to new libv8 #resolve
2017-07-03 18:16:54 +03:00
Sergey Safarov
d5cceb304a
FS-10461: created scripts to build docker base image
2017-07-03 05:05:14 -04:00
Mike Jerris
6cf3338469
FS-10458: [mod_av] temporarily silence warning when building against ffmpeg 3.2 until we fix them properly
2017-06-30 17:29:38 -05:00
Mike Jerris
9600fdd1d6
FS-10457: [mod_cdr_csv] set group too when creating new csv file so other users in the group can access it
2017-06-30 17:44:05 -04:00
Mike Jerris
c7de29c16d
FS-10455: [build, mod_v8] new build system for libv8 and upgrade libv8
2017-06-30 16:34:21 -04:00
Anthony Minessale
fc708d1256
FS-10456: [mod_av] add wav support to mod_av as well as specifying audio_codec -- add av_record_audio_only param
2017-06-30 12:38:07 -05:00
Mike Jerris
0d88d95fdf
FS-10455: [build] add small configure check to determine V8_TARGET for GN build
2017-06-30 13:28:44 -04:00
Anthony Minessale
4aa4baa69f
FS-10456: [mod_av] add wav support to mod_av as well as specifying audio_codec #resolve
2017-06-30 12:32:08 -05:00
Mike Jerris
fc1dd2a4ef
Merge pull request #1321 in FS/freeswitch from ~LAZEDO/freeswitch:bug/fs-10453 to master
...
* commit '4631e6cdfab6e9cb70c11a0c33098ee06e09e786':
FS-10453 [kazoo] fix dropped messages
2017-06-30 17:19:51 +00:00
Anthony Minessale
8be0a2c1c4
FS-10454: [mod_av] Regression in video file seek #resolve
2017-06-30 11:28:49 -05:00
Anthony Minessale
aec11b0948
FS-10448: [mod_conference] Add Video Blind -- add tweak
2017-06-30 10:29:00 -05:00
Mike Jerris
9c8cf40ada
Merge pull request #1310 in FS/freeswitch from ~TADAMS/fs-9785:master to master
...
* commit 'fb46f87b076608968c49bc93af539454ab78d367':
FS-9785: fix ./mod_conference.h:353:23: error: enumerator value for ‘EFLAG_BLIND_MEMBER’ is not an integer constant expression [-Werror=pedantic] EFLAG_BLIND_MEMBER = (1 << 31)
FS-9785: update mod_event_multicast to work with OpenSSL 1.1.0.
FS-9785: Fix src/switch_ivr_play_say.c:1668:48: error: ‘*’ in boolean context, suggest ‘&&’ instead [-Werror=int-in-bool-context]
FS-9785: Fix format-truncation warnings for systems that treat it as an error.
2017-06-30 15:19:28 +00:00
lazedo
4631e6cdfa
FS-10453 [kazoo] fix dropped messages
2017-06-30 12:38:32 +01:00
Sergey Safarov
aaa5f0f619
FS-10452: Fixed build of docker container
2017-06-30 07:07:16 -04:00
Sergey Safarov
0fc8c71a86
FS-10451: Updated sound files descriptions
2017-06-30 04:37:54 -04:00
Trever L. Adams
fb46f87b07
FS-9785: fix ./mod_conference.h:353:23: error: enumerator value for ‘EFLAG_BLIND_MEMBER’ is not an integer constant expression [-Werror=pedantic] EFLAG_BLIND_MEMBER = (1 << 31)
2017-06-29 21:35:39 -06:00
Trever L. Adams
cdfe49ee0d
FS-9785: update mod_event_multicast to work with OpenSSL 1.1.0.
2017-06-29 21:35:39 -06:00
Trever L. Adams
c57c740c68
FS-9785: Fix src/switch_ivr_play_say.c:1668:48: error: ‘*’ in boolean context, suggest ‘&&’ instead [-Werror=int-in-bool-context]
2017-06-29 21:35:38 -06:00
Trever L. Adams
052c7c3061
FS-9785: Fix format-truncation warnings for systems that treat it as an error.
2017-06-29 21:35:38 -06:00
Anthony Minessale
ae5c197808
FS-10440: [mod_httapi] valgrind: event leak in mod_httapi.c #resolve
2017-06-29 18:21:23 -05:00
Anthony Minessale
8734c9070d
FS-10448: [mod_conference] Add Video Blind #resolve
2017-06-29 18:11:16 -05:00
Anthony Minessale
23c275fd7f
FS-10433: [mod_av,mod_conference] Crash when video recording fails to setup properly -- fix regression
2017-06-29 17:58:49 -05:00
Anthony Minessale
db47792558
FS-10447: [freeswitch-core] Manual video refresh mode #resolve
2017-06-29 16:57:18 -05:00
Mike Jerris
d3dbc74059
FS-10445: [build] remove mod_skypopen from build/packages sense microsoft killed it
2017-06-29 13:23:03 -05:00
Mike Jerris
1729eb108f
FS-10439: [mod_sofia] fix small leak when receiving REFER message
2017-06-29 13:23:03 -05:00
Italo Rossi
458266a963
FS-10444 [vanilla config/languages] Adding phrases and macros tag to languages es, pt and sv
2017-06-29 15:12:39 -03:00
Mike Jerris
7d195dd1fc
Merge pull request #1318 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10436-upgrade-javascript-libv8-from-3.24.14 to master
...
* commit '4455893e0e3483e67b0207ce12fd37505ba74629':
FS-10436 [mod_v8] Upgrade javascript libv8 from 3.24.14 to 5.6.326 on windows.
2017-06-29 17:24:10 +00:00
Andrey Volk
4455893e0e
FS-10436 [mod_v8] Upgrade javascript libv8 from 3.24.14 to 5.6.326 on windows.
2017-06-29 03:04:18 +03:00
Mike Jerris
b55cb389fe
Merge pull request #1317 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10435-update-mod_v8-to-support-future to master
...
* commit 'ba32e0e23de3543027c82a896521cf7556e26540':
FS-10435 [mod_v8] Update mod_v8 to support future v8 engine version change
2017-06-28 22:34:42 +00:00
Andrey Volk
ba32e0e23d
FS-10435 [mod_v8] Update mod_v8 to support future v8 engine version change
2017-06-29 01:05:19 +03:00
Italo Rossi
3fef65b7c2
FS-10432 [mod_callcenter] Increase agent contact field up to 1024.
2017-06-28 16:43:16 -03:00
Anthony Minessale
d1dc22e24f
FS-10433: [mod_av,mod_conference] Crash when video recording fails to setup properly #resolve
2017-06-28 12:16:46 -05:00
Anthony Minessale
905703c907
FS-10394: [freeswitch-core] FS Crash while linphone sends ICE packets
2017-06-28 11:32:24 -05:00
Anthony Minessale
c7250805d6
FS-10394: [freeswitch-core] FS Crash while linphone sends ICE packets #resolve
2017-06-27 20:58:43 -05:00
Mike Jerris
823b5bc6f8
FS-10431: [mod_smpp] fix build on newer compilers due to malformed system headers
2017-06-27 17:06:39 -05:00