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
Mike Jerris
db3242ff5c
.update
2017-02-14 14:26:35 -06:00
Mike Jerris
e8f6ed3d93
Merge pull request #1183 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-10009 to master
...
* commit '6c12f69e0c893646eda0bb010873583040aa136b':
FS-10009: mod_fail2ban - Added logging of network_ip for abandoned calls
2017-02-14 13:32:05 -06:00
Anthony Minessale
daf5b97841
FS-10040: [mod_conference] Add seperate thread for canvas rendering per session #resolve
2017-02-14 10:29:59 -06:00
Mike Jerris
5160a55f57
Merge pull request #1190 in FS/freeswitch from ~RAZVANC/freeswitch:feature/FS-10038-tune-heartbeat-events-interval to master
...
* commit '6d056e16989dc28b20a9b64d2d043edc6320c4fd':
FS-10038: [core] tune heartbeat events interval
2017-02-14 10:12:54 -06:00
Razvan Crainea
6d056e1698
FS-10038: [core] tune heartbeat events interval
2017-02-14 13:43:13 +02:00
Mike Jerris
3bb89039ae
Merge pull request #1186 in FS/freeswitch from ~SYSTEMNICK/freeswitch:bugfix/FS-10032-logging-errors to master
...
* commit 'cfad94f8aaffeaa0c37b658c0f55065099132c20':
FS-10032: [mod_amqp] Fix log facilities #resolve
2017-02-13 18:21:58 -06:00
Mike Jerris
9c995cedd8
Merge pull request #1189 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10037-update-openssl-to-version-1.0.2k to master
...
* commit 'd7d392ba874348c2a9922140f733c5ddd20eb808':
FS-10037 [Core] Update OpenSSL to version 1.0.2k for windows
2017-02-13 18:19:48 -06:00
Mike Jerris
da4b7f31f1
Merge pull request #896 in FS/freeswitch from ~ARMENB/freeswitch:feature/FS-9300-sending-100-trying-from-dialplan to master
...
* commit '6ed86abf9f6ab1116a39b28c651dec1d4f6cf89f':
FS-9300: Add support for disabling sofia's 100 Trying via configuration, and sending 100 Trying from dialplan
2017-02-13 17:17:33 -06:00
Armen Babikyan
6ed86abf9f
FS-9300: Add support for disabling sofia's 100 Trying via configuration, and sending 100 Trying from dialplan
2017-02-13 14:49:05 -08:00
Andrey Volk
d7d392ba87
FS-10037 [Core] Update OpenSSL to version 1.0.2k for windows
2017-02-13 21:32:24 +03:00
Brian West
9e971e5602
FS-10035: [mod_sofia] Outbound calls use progressing not alerting #resolve
2017-02-13 08:08:56 -06:00
Brian West
3823bcd08d
FS-9991: [mod_av] Transcoding from H264 to VP8 does not work #resolve
2017-02-13 08:07:01 -06:00