Alexandr Popov
f411dd49c5
FS-10082 [mod_callcenter] full list members by api
2017-03-06 17:53:48 +02:00
Anthony Minessale
21a405350f
FS-10050: [core] chromakey
2017-03-02 19:28:45 -06:00
Seven Du
11883c02e0
FS-10050 fix seg
2017-03-03 09:00:24 +08:00
Seven Du
2bd0ff45f4
FS-10080
2017-03-02 18:46:23 -06:00
Anthony Minessale
a9e2346f86
FS-10083: [freeswitch-core] Video audit #resolve
2017-03-02 18:18:18 -06:00
Anthony Minessale
b733e8d974
FS-10050: [core] chromakey
2017-03-02 18:04:36 -06:00
Seven Du
05632bb057
FS-10050 fix unused function
2017-03-02 22:52:12 +08:00
Anthony Minessale
a9e40500e7
FS-10050: [core] chromakey
2017-03-01 21:39:05 -06:00
Anthony Minessale
dbbe00332b
FS-10050: [core] chromakey
2017-03-01 20:01:36 -06:00
Anthony Minessale
fa7f10c02b
FS-10079: [mod_conference] Possible lockup when sending many commands to conference at once #resolve
2017-03-01 14:27:41 -06:00
Anthony Minessale
0d0bc3bbd4
FS-10050: [core] chromakey
2017-03-01 11:43:22 -06:00
Anthony Minessale
129f6eb69b
FS-10050: [core] chromakey add flag to detect keyframe
2017-03-01 11:38:57 -06:00
Anthony Minessale
8e08124a75
FS-7989: [shell-utils] Fix bugs in fixbug.pl
2017-03-01 11:35:42 -06:00
Anthony Minessale
5a6a556769
FS-10050 remove debug
2017-02-28 17:45:21 -06:00
Anthony Minessale
f92fa24de3
FS-10076: [mod_av] File sync issues with different framerates #resolve
2017-02-28 17:44:16 -06:00
Anthony Minessale
0993835db2
FS-10050
2017-02-28 16:25:48 -06:00
Anthony Minessale
50072f2ce2
FS-10075: [freeswitch-core] WebRTC mods #resolve
2017-02-28 16:16:37 -06:00
Mike Jerris
20bcb2edef
FS-10036: update cJSON code to pre 1.4.0 release of cJSON. this includes backports of all our fixes, and our build macros for windows and visibility. It also makes it easy to drop in a new version, and to in the future be able to switch to a system version of cJSON easily (after all these updates are in, probably around v2.0 timeframe. Note this new version adds a lot of extra error checking, fixes some buffer overruns, and improves parser and printer performance
2017-02-27 18:53:23 -06:00
Anthony Minessale
ab21189ead
FS-10050 add fg and bg img
2017-02-27 12:40:47 -06:00
Anthony Minessale
16656b5b17
factor out sqrt many million per sec
2017-02-27 11:01:56 -06:00
Anthony Minessale
91d62b7cc6
FS-10050 polish
2017-02-24 16:49:43 -06:00
Mike Jerris
be245edf5e
FS-10060: fix scope of declarations
2017-02-24 11:11:30 -06:00
Mike Jerris
531e7d9fe1
Merge pull request #1197 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10060-v8-support-startup-scripts to master
...
* commit '658b1f85f5e3b1a2699cbb008a739d32b5f87685':
FS-10060 [mod_v8] Add startup scripts support.
2017-02-23 13:08:32 -06:00
Andrey Volk
658b1f85f5
FS-10060 [mod_v8] Add startup scripts support.
2017-02-22 18:18:08 +03:00
Anthony Minessale
dcbd39cc26
FS-10050 cont fix some mem issues with playing files and ignoring the audio
2017-02-21 20:09:32 -06:00
Anthony Minessale
888c8f96fa
FS-10050 cont
2017-02-21 18:44:13 -06:00
Anthony Minessale
c60ae0f0e1
FS-10050 cont
2017-02-21 15:52:59 -06:00
Mike Jerris
c03842754e
FS-10058: [mod_voicemail] voicemail timestamp plays in military time
2017-02-21 11:22:38 -06:00
Anthony Minessale
96e823b1e0
FS-10050 try to improve performance
2017-02-20 18:20:51 -06:00
Brian West
f6cc8e54bf
/FS-10058: [mod_voicemail] voicemail timestamp plays in military time #resolve
2017-02-20 17:30:28 -06:00
Brian West
976413786e
Merge pull request #1194 in FS/freeswitch from ~SEBASTIAN/freeswitch:bugfix/FS-10056-fix-modcheck-sh-invocation to master
...
* commit '9e8f3f47af0781a1ab060fc2a24941c23d971a9a':
FS-10056: Fix modcheck.sh invokation
2017-02-20 11:30:13 -06:00
Brian West
f0f746d3d6
Merge pull request #1193 in FS/freeswitch from ~SEBASTIAN/freeswitch:bugfix/FS-10055-fix-gentls_cert-working-directory to master
...
* commit 'b784fd535b54754531b68e3cd8b54ce42b06d7fc':
FS-10055: Fix gentls_cert script to use "@certsdir@"
2017-02-20 08:31:10 -06:00
Sebastian Kemper
9e8f3f47af
FS-10056: Fix modcheck.sh invokation
...
modcheck.sh gets called by build/Makefile when doing "make install" with
parameter "$(modulesdir)". This is fine when the install is done on a
live system. But when "make install" was called with a "$DESTDIR" then
this won't work, as the correct path would then be
"$(DESTDIR)$(modulesdir)". So add "$(DESTDIR)" in front.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-02-19 11:49:54 +01:00
Sebastian Kemper
b784fd535b
FS-10055: Fix gentls_cert script to use "@certsdir@"
...
Currently gentls_cert uses "@prefix@/conf/ssl". But FreeSWITCH's
configure script provides "@certsdir@", so let's use that instead.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-02-19 11:33:32 +01:00
Anthony Minessale
a8adc886b2
FS-10054
2017-02-17 14:43:18 -06:00
Anthony Minessale
aa7fccb4ab
FS-10054: [mod_smpp] mod_smpp will not reconnect if connection was interupted #resolve
2017-02-17 14:23:52 -06:00
Anthony Minessale
f6859ff983
FS-10050 add option last arg patch for patch mode
2017-02-16 20:50:42 -06:00
Anthony Minessale
d452db8d08
FS-10052: [libks] Add experimental ref counting to ks_pool #resolve
2017-02-16 20:34:43 -06:00
Anthony Minessale
23c9605efb
FS-10019 revert and alternate fix
2017-02-16 18:26:36 -06:00
Mike Jerris
c9aa35227a
FS-10050: fix build issues and add mod_video_filter to packages
2017-02-16 17:49:03 -06:00
Mike Jerris
1f6b66a8a6
Merge pull request #1192 in FS/freeswitch from bugfix/FS-10050-chromakey to master
...
* commit 'a0a7b416f4e8aecfa746a86cc06ae2bbd808ff2c':
FS-10050 add mod_video_filter
FS-10050 add chromakey
2017-02-16 11:25:56 -06:00
Seven Du
a0a7b416f4
FS-10050 add mod_video_filter
2017-02-17 01:22:46 +08:00
Seven Du
f31393d3c9
FS-10050 add chromakey
2017-02-17 01:19:57 +08:00
Anthony Minessale
91866404d7
FS-10048: [mod_conference] Possible crash on mass exit of members from a conference #resolve
2017-02-15 16:21:54 -06:00
Anthony Minessale II
5d614be44c
Merge pull request #1191 in FS/freeswitch from FS-9154-add-remove-video-on-re-invites to master
...
* commit '40bfe0fff566476ff95242581f391f5b5b1c7e32':
FS-9154: [freeswitch-core] Add & remove video on re-invites #resolve
2017-02-15 13:53:49 -06:00
Anthony Minessale
40bfe0fff5
FS-9154: [freeswitch-core] Add & remove video on re-invites #resolve
2017-02-15 13:56:35 -06:00
Ken Rice
5a38821d11
FS-10003 #resolve force mod_ilbc package to depend on ilbc2 with Requires in spec file this builds properly as its linked against ilbc2 via the build requires
2017-02-15 10:22:31 -06:00
Ken Rice
766e713ed0
Revert "FS-10003 small tweak to freeswitch.spec file for improper libilbc2 require %backport=1.6"
...
This reverts commit 77922d8290
.
2017-02-15 10:18:29 -06:00
Anthony Minessale
b79469b413
FS-10043: [libks] ks_pool_resize error #resolve
2017-02-14 20:48:54 -06:00
Brian West
e8bd2d6f98
FS-10041: [mod_conference,mod_sofia] Invalid contact,<(null)>;isfocus, when hold call inside a conference room #resolve
2017-02-14 14:31:11 -06:00