Michael Jerris
b8a82c5bd8
FS-8959: fix var types to match the prototype
2016-03-24 11:02:17 -04:00
William King
eec93d87fa
FS-8971 Resolve globals struct handling. Thanks to Ben Hood for reporting the issue.
2016-03-24 07:50:23 -07:00
Seven Du
a42ab11022
FS-8959 #resolve refactor code
2016-03-24 06:53:37 +08:00
Mike Jerris
0929d7d7a9
Merge pull request #766 in FS/freeswitch from ~O_EMILIANO/freeswitch:bugfix/FS-8959-memory-leak to master
...
* commit 'f683c78a0e1e661fc6ae07ab30da361aa2cd10aa':
FS-8959: [mod_av] fixed memory leak problem in encoding h264
2016-03-23 17:19:22 -05:00
Michael Jerris
21ee27fe24
temp silence warnings until we can resolve deprecation warnings on newer lib versions
2016-03-23 13:38:50 -04:00
emiliano
f683c78a0e
FS-8959: [mod_av] fixed memory leak problem in encoding h264
...
FS-8959: [mod_av] fixed memory leak problem in encoding h264, fixed
FS-8959: [mod_av] fixed memory leak problem in encoding h264
2016-03-23 18:09:35 +01:00
Anthony Minessale
ddd7fa3c03
FS-8975 #resolve [DTMF variables not functioning]
2016-03-23 09:55:43 -05:00
Anthony Minessale
72e3462118
FS-7800 disable video floor changes on multi canvas
2016-03-23 08:45:30 -05:00
Seven Du
c11c2832e4
FS-8973 #resolve
2016-03-23 20:13:39 +08:00
Seven Du
a1c0062fef
FS-8914 feed NULL to flush encoder at the end of recording, this fixes possible infinite loop
2016-03-23 20:13:39 +08:00
Jaon EarlWolf
d3b4b49274
Settings modal rework -> panel slider at top
2016-03-22 22:59:00 -03:00
Italo Rossi
e840bd9a0b
FS-8970 - [verto_communicator] Setting 'none' for useSpeak/useMic/useCamera when calling a secondary canvas
2016-03-22 19:07:13 -03:00
Italo Rossi
9ffd25e1e3
FS-8966 - [verto_communicator] Ability to cancel dialing while doing speed test
2016-03-22 16:10:22 -03:00
Seven Du
fa702f2710
FS-8959 refactor improve memory processing
2016-03-22 11:18:04 +08:00
Mike Jerris
9e6593aa73
Merge pull request #762 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-8961-avmd-increase-robustness-of-variance to master
...
* commit '63a30499dbb8d280dbf4d18b393aa68ac3ce8c15':
FS-8961 Increase robustness of estimation
2016-03-21 15:36:41 -05:00
Mike Jerris
4ff1a6d2cc
Merge pull request #761 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-8960-avmd-set-buffer-position-to-beginning to master
...
* commit 'fce7cfee35468decc8246c410cfd100dc6df7d5a':
FS-8960 Set buffer position to beginning on reset
2016-03-21 15:35:42 -05:00
Italo Rossi
5b4ff6f9f9
Merge pull request #763 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-8963-fix-label-status-call to master
...
* commit '7525bffccc0cfb4b3e860e8bcdc10e342641d443':
FS-8963 - [verto_communicator] fix label status call
2016-03-21 15:31:17 -05:00
Anthony Minessale
e3ccb0385a
FS-8964 #resolve [Make it possible to disable picture_fast_update INFO requests]
2016-03-21 12:58:34 -05:00
Davide Colombo
7525bffccc
FS-8963 - [verto_communicator] fix label status call
2016-03-21 11:58:34 +01:00
Moises Silva
35259cf36c
Reset the whole transcoding session memory on destroy
...
Again, this shouldn't fix anything, but should make debugging easier.
FS-8312
2016-03-20 20:12:50 -04:00
Piotr Gregor
63a30499db
FS-8961 Increase robustness of estimation
...
Add optional requirement of consecutive streak
of estimations in SMA buffer. Fix definitions.
Add options to control debugging/printing.
2016-03-21 00:10:36 +00:00
Moises Silva
f3ac24bb66
Small adjustment to mod_sangoma_codec
...
* Remove unnecessary memset
* Narrow the scope of the global lock on session initialization
* Assert for couple of expected pointers
This won't fix anything, it's just maintenance clean up done
while investigating FS-8312.
2016-03-20 20:03:34 -04:00
Piotr Gregor
fce7cfee35
FS-8960 Set buffer position to beginning on reset
...
Now buffer position is reset to 0.
2016-03-19 23:43:50 +00:00
Anthony Minessale
4d180b1aa1
FS-7800 add canvas id arg to setVideoLayout
2016-03-18 18:30:49 -05:00
Anthony Minessale
f93668e3fd
FS-7800 fix some stuff in multi-canvas
2016-03-18 18:21:25 -05:00
Anthony Minessale
3eff2d553d
FS-7800 should be able to call extra screens with same extension as the original and place the param conferenceCanvasID with the desired canvas id into the call params in the same place bandwidth prefs are added
2016-03-18 14:54:31 -05:00
Anthony Minessale
4c0998659f
FS-8957 #resolve [Video image sometimes blips on personal canvas mode when 1 participant is watching voh]
2016-03-18 14:13:18 -05:00
Michael Jerris
d9382e40c8
FS-8942: pass along CFLAGS, CXXFLAGS, and LDFLAGS to vpx build too, fixes solaris 64bit build
2016-03-18 15:09:50 -04:00
Mike Jerris
cebeadba4b
Merge pull request #739 in FS/freeswitch from ~FLAVIO/freeswitch:master to master
...
* commit 'd1680d7b3bfd92df060a725aa4862482ffdfd6f7':
FS-7915 parse and store multiple path fields
2016-03-18 13:07:52 -05:00
Mike Jerris
62e5920b82
Merge pull request #740 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/OPENZAP-241-ftmod_libpri-doesn-t-close-channel to master
...
* commit '5e5bc23f47d85e5951474fa0341d00c5a0b7c2f8':
OPENZAP-241: set always STATE_HANGUP_COMPLETE
2016-03-18 12:57:37 -05:00
Italo Rossi
c041f43e0e
Merge pull request #751 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-8945-dont-show-preview-setting-during to master
...
* commit '871785d668d80ba5a0e893a872d6d701ed89c3be':
FS-8945 - [verto_communicator] don't show preview settings during video call
2016-03-18 06:42:37 -05:00
Davide Colombo
871785d668
FS-8945 - [verto_communicator] don't show preview settings during video call
2016-03-18 10:13:00 +01:00
Flavio Grossi
d1680d7b3b
FS-7915 parse and store multiple path fields
2016-03-18 09:52:43 +01:00
Anthony Minessale
29447feadf
FS-8663 cont
2016-03-17 21:09:30 -05:00
Seven Du
a70eb4be4e
fix typo from 8e7cfce564
2016-03-18 09:19:54 +08:00
Seven Du
6870b4bba4
Merge pull request #759 in FS/freeswitch from FS-8406 to master
...
* commit '3d90d752fca16016d4a3556cb02bf9db837feffa':
FS-8406 #resolve #comment improvement to drop video packets on slow rtmp link
FS-8406 #comment add options to scale down cavas size, fps and bandwidth
2016-03-17 20:09:32 -05:00
Seven Du
3d90d752fc
FS-8406 #resolve #comment improvement to drop video packets on slow rtmp link
2016-03-18 09:05:45 +08:00
Seven Du
13c99e938b
FS-8406 #comment add options to scale down cavas size, fps and bandwidth
2016-03-18 09:05:10 +08:00
Anthony Minessale
8e7cfce564
FS-8663 add saftey checks for this command
2016-03-17 19:31:35 -05:00
Anthony Minessale II
129a28aac4
Merge pull request #758 in FS/freeswitch from bugfix/FS-8841-debian-fs-hang to master
...
* commit '8423f28d431cd01c96bca2cae0b2ee44a3ae9e26':
FS-8841 #resolve [Debian - FS Hang ]
2016-03-17 18:47:46 -05:00
Anthony Minessale
8423f28d43
FS-8841 #resolve [Debian - FS Hang ]
2016-03-17 18:48:59 -05:00
Seven Du
0311e4b516
FS-8168: use copy image functions from libyuv instead of our home rolled versions as the libyuv versions have optimizations
2016-03-17 14:05:48 -05:00
Mike Jerris
ba403891ac
Merge pull request #714 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-8855-avmd-bug-in-calculation-of-tone-s to master
...
* commit 'f561f1cdd6e724a092bb47ad0de301ddcf290976':
FS-8855 fix calc of variance of tone's freq estimator
2016-03-17 12:58:15 -05:00
Michael Jerris
94d28e0fd6
FS-8928: flag a bidning error when using EventConsumer::bind with invalid event name instead of blindly using custom
2016-03-17 12:51:35 -05:00
Michael Jerris
f5050b1c40
FS-8952: fix unreachable code and simplify conditions
2016-03-17 12:10:26 -05:00
William King
8fdd4f3af7
Merge pull request #757 in FS/freeswitch from ~HANSMI/freeswitch:fs-8948 to master
...
* commit '3b4b839ed47fd089db82e2b1c709f894d622823d':
FS-8948 #resolve Handle non-existent config in Debian postinst
2016-03-17 12:04:33 -05:00
Michael Hanselmann
3b4b839ed4
FS-8948 #resolve Handle non-existent config in Debian postinst
...
When the "freeswitch" package was installed directly on Debian, i.e.
without one of the meta packages pulling in the vanilla configuration
(freeswitch-conf-vanilla), the "postinst" script failed:
$ apt-get install freeswitch
…
Setting up freeswitch (1.6.6~13~d2d0b32-1~jessie+1) ...
cp: cannot stat ‘/usr/share/freeswitch/conf/vanilla/*’: No such file
or directory
…
With this change the code tests for "freeswitch.xml" before attempting
to copy the configuration files.
2016-03-17 17:01:08 +01:00
Mike Jerris
a107910907
Merge pull request #756 in FS/freeswitch from bugfix/FS-8953-whitespace-cleanup-src-switch_-.c to master
...
* commit 'e18c12b6092114df9f6e149e49fc563858367c21':
FS-8953 [core] white space clean up.
2016-03-17 10:06:19 -05:00
Ken Rice
e18c12b609
FS-8953 [core] white space clean up.
2016-03-17 08:55:00 -05:00
Piotr Gregor
f561f1cdd6
FS-8855 fix calc of variance of tone's freq estimator
...
Change SMA buffer APPEND_SMA_VAL macro so now the variance
of tone's frequency estimation is correctly calculated.
Change frequency advertised in log on beep detection from
most recently computed value to average of all values used
in DESA computation.
2016-03-17 12:39:03 +00:00