]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Seven Du [Sun, 27 Mar 2016 08:08:40 +0000 (16:08 +0800)]
FS-8749 #resolve #comment please test
Seven Du [Sun, 27 Mar 2016 03:45:19 +0000 (11:45 +0800)]
FS-8982 #resolve
Michael Jerris [Fri, 25 Mar 2016 19:45:45 +0000 (15:45 -0400)]
FS-8977: fix typo
Mike Jerris [Fri, 25 Mar 2016 18:37:25 +0000 (18:37 +0000)]
FS-8977: default to enable hw encoder on conference too
Mike Jerris [Fri, 25 Mar 2016 16:37:34 +0000 (16:37 +0000)]
FS-8750: fix variable set but not used warning
Michael Jerris [Fri, 25 Mar 2016 16:07:09 +0000 (12:07 -0400)]
remove temporary warnings silence
Mike Jerris [Fri, 25 Mar 2016 15:53:28 +0000 (10:53 -0500)]
Merge pull request #769 in FS/freeswitch from feature/FS-8836-support-ffmpeg-2.8-and-3.0-in-mod_av to master
* commit '
1641fccdc56c95f93bc6bcf2e09961db0a925e81 ':
FS-8836 fix deprecated warning on newer ffmpeg
Seven Du [Fri, 25 Mar 2016 01:53:38 +0000 (09:53 +0800)]
FS-8836 fix deprecated warning on newer ffmpeg
Mike Jerris [Fri, 25 Mar 2016 15:36:40 +0000 (10:36 -0500)]
Merge pull request #770 in FS/freeswitch from FS-8750-1 to master
* commit '
bdeacb1d29d78626474bf53cf8969bf3ea20c751 ':
FS-8751 [Conference Play Video Total Time and Current Time]
FS-8748 FS-8751 check current play_status
FS-8748 track pdf total pages and current page
FS-8754 add ability to read high quality PDF
FS-8750 implement file_seek for video files
Anthony Minessale [Wed, 23 Mar 2016 22:55:46 +0000 (17:55 -0500)]
FS-8977: Add support for NVENC H264
Italo Rossi [Thu, 24 Mar 2016 20:11:17 +0000 (17:11 -0300)]
FS-8765 - [verto_communicator] Making preview button work again
Italo Rossi [Thu, 24 Mar 2016 20:00:18 +0000 (15:00 -0500)]
Merge pull request #677 in FS/freeswitch from ~JAONZE/freeswitch:bugfix/FS-8765-a-settings-menu-which-discards-expensive to master
* commit '
d3b4b49274c63ba2d53cfa0fa06cf18c4824be0c ':
Settings modal rework -> panel slider at top
Phil Lavin [Thu, 24 Mar 2016 18:34:13 +0000 (18:34 +0000)]
FS-8978: [mod_redis] Fix limit counter not decrementing on hangup
The limit counter value is not automatically decremented in Redis when
the call is hung up. This results in it only ever counting up and the
limit being eventually hit.
The linked list is moved on too early. When `limit_pvt` is checked, it
is `NULL`. This means the `decr` command is never sent to Redis.
Michael Jerris [Thu, 24 Mar 2016 16:15:23 +0000 (12:15 -0400)]
FS-8959, FS-8186: fix build with --disable-libyuv
Michael Jerris [Thu, 24 Mar 2016 15:28:56 +0000 (11:28 -0400)]
FS-8959: a bit more refactor of avcodec
Michael Jerris [Thu, 24 Mar 2016 15:02:17 +0000 (11:02 -0400)]
FS-8959: fix var types to match the prototype
William King [Wed, 23 Mar 2016 03:24:27 +0000 (20:24 -0700)]
FS-8971 Resolve globals struct handling. Thanks to Ben Hood for reporting the issue.
Seven Du [Wed, 23 Mar 2016 22:53:37 +0000 (06:53 +0800)]
FS-8959 #resolve refactor code
Mike Jerris [Wed, 23 Mar 2016 22:19:22 +0000 (17:19 -0500)]
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
Michael Jerris [Wed, 23 Mar 2016 17:38:50 +0000 (13:38 -0400)]
temp silence warnings until we can resolve deprecation warnings on newer lib versions
emiliano [Wed, 23 Mar 2016 13:15:32 +0000 (14:15 +0100)]
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
Anthony Minessale [Wed, 23 Mar 2016 14:55:43 +0000 (09:55 -0500)]
FS-8975 #resolve [DTMF variables not functioning]
Anthony Minessale [Wed, 23 Mar 2016 13:45:30 +0000 (08:45 -0500)]
FS-7800 disable video floor changes on multi canvas
Seven Du [Wed, 23 Mar 2016 12:13:32 +0000 (20:13 +0800)]
FS-8973 #resolve
Seven Du [Wed, 23 Mar 2016 12:00:24 +0000 (20:00 +0800)]
FS-8914 feed NULL to flush encoder at the end of recording, this fixes possible infinite loop
Jaon EarlWolf [Thu, 7 Jan 2016 18:50:35 +0000 (15:50 -0300)]
Settings modal rework -> panel slider at top
Italo Rossi [Tue, 22 Mar 2016 22:07:13 +0000 (19:07 -0300)]
FS-8970 - [verto_communicator] Setting 'none' for useSpeak/useMic/useCamera when calling a secondary canvas
Italo Rossi [Tue, 22 Mar 2016 19:10:11 +0000 (16:10 -0300)]
FS-8966 - [verto_communicator] Ability to cancel dialing while doing speed test
Seven Du [Tue, 22 Mar 2016 03:17:58 +0000 (11:17 +0800)]
FS-8959 refactor improve memory processing
Mike Jerris [Mon, 21 Mar 2016 20:36:41 +0000 (15:36 -0500)]
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
Mike Jerris [Mon, 21 Mar 2016 20:35:42 +0000 (15:35 -0500)]
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
Italo Rossi [Mon, 21 Mar 2016 20:31:17 +0000 (15:31 -0500)]
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
Anthony Minessale [Mon, 21 Mar 2016 17:58:28 +0000 (12:58 -0500)]
FS-8964 #resolve [Make it possible to disable picture_fast_update INFO requests]
Davide Colombo [Mon, 21 Mar 2016 10:58:34 +0000 (11:58 +0100)]
FS-8963 - [verto_communicator] fix label status call
Moises Silva [Mon, 21 Mar 2016 00:12:50 +0000 (20:12 -0400)]
Reset the whole transcoding session memory on destroy
Again, this shouldn't fix anything, but should make debugging easier.
FS-8312
Piotr Gregor [Sun, 20 Mar 2016 23:58:45 +0000 (23:58 +0000)]
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.
Moises Silva [Mon, 21 Mar 2016 00:03:34 +0000 (20:03 -0400)]
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.
Piotr Gregor [Sat, 19 Mar 2016 23:28:35 +0000 (23:28 +0000)]
FS-8960 Set buffer position to beginning on reset
Now buffer position is reset to 0.
Anthony Minessale [Fri, 18 Mar 2016 23:30:49 +0000 (18:30 -0500)]
FS-7800 add canvas id arg to setVideoLayout
Anthony Minessale [Fri, 18 Mar 2016 23:21:25 +0000 (18:21 -0500)]
FS-7800 fix some stuff in multi-canvas
Anthony Minessale [Fri, 18 Mar 2016 19:54:31 +0000 (14:54 -0500)]
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
Anthony Minessale [Fri, 18 Mar 2016 19:13:12 +0000 (14:13 -0500)]
FS-8957 #resolve [Video image sometimes blips on personal canvas mode when 1 participant is watching voh]
Michael Jerris [Fri, 18 Mar 2016 19:09:38 +0000 (15:09 -0400)]
FS-8942: pass along CFLAGS, CXXFLAGS, and LDFLAGS to vpx build too, fixes solaris 64bit build
Mike Jerris [Fri, 18 Mar 2016 18:07:52 +0000 (13:07 -0500)]
Merge pull request #739 in FS/freeswitch from ~FLAVIO/freeswitch:master to master
* commit '
d1680d7b3bfd92df060a725aa4862482ffdfd6f7 ':
FS-7915 parse and store multiple path fields
Mike Jerris [Fri, 18 Mar 2016 17:57:37 +0000 (12:57 -0500)]
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
Italo Rossi [Fri, 18 Mar 2016 11:42:37 +0000 (06:42 -0500)]
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
Davide Colombo [Wed, 16 Mar 2016 09:32:39 +0000 (10:32 +0100)]
FS-8945 - [verto_communicator] don't show preview settings during video call
Flavio Grossi [Thu, 10 Mar 2016 10:08:00 +0000 (11:08 +0100)]
FS-7915 parse and store multiple path fields
Anthony Minessale [Fri, 18 Mar 2016 02:09:30 +0000 (21:09 -0500)]
FS-8663 cont
Seven Du [Fri, 18 Mar 2016 01:19:54 +0000 (09:19 +0800)]
Seven Du [Fri, 18 Mar 2016 01:09:32 +0000 (20:09 -0500)]
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
Seven Du [Thu, 4 Feb 2016 00:32:06 +0000 (08:32 +0800)]
FS-8406 #resolve #comment improvement to drop video packets on slow rtmp link
Seven Du [Thu, 4 Feb 2016 00:30:00 +0000 (08:30 +0800)]
FS-8406 #comment add options to scale down cavas size, fps and bandwidth
Anthony Minessale [Fri, 18 Mar 2016 00:31:35 +0000 (19:31 -0500)]
FS-8663 add saftey checks for this command
Anthony Minessale II [Thu, 17 Mar 2016 23:47:46 +0000 (18:47 -0500)]
Merge pull request #758 in FS/freeswitch from bugfix/FS-8841-debian-fs-hang to master
* commit '
8423f28d431cd01c96bca2cae0b2ee44a3ae9e26 ':
FS-8841 #resolve [Debian - FS Hang ]
Anthony Minessale [Wed, 17 Feb 2016 22:22:46 +0000 (16:22 -0600)]
FS-8841 #resolve [Debian - FS Hang ]
Seven Du [Sun, 13 Mar 2016 11:46:33 +0000 (19:46 +0800)]
FS-8168: use copy image functions from libyuv instead of our home rolled versions as the libyuv versions have optimizations
Mike Jerris [Thu, 17 Mar 2016 17:58:15 +0000 (12:58 -0500)]
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
Michael Jerris [Thu, 17 Mar 2016 17:51:35 +0000 (12:51 -0500)]
FS-8928: flag a bidning error when using EventConsumer::bind with invalid event name instead of blindly using custom
Michael Jerris [Thu, 17 Mar 2016 17:10:26 +0000 (12:10 -0500)]
FS-8952: fix unreachable code and simplify conditions
William King [Thu, 17 Mar 2016 17:04:33 +0000 (12:04 -0500)]
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
Michael Hanselmann [Thu, 17 Mar 2016 13:42:39 +0000 (14:42 +0100)]
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.
Mike Jerris [Thu, 17 Mar 2016 15:06:19 +0000 (10:06 -0500)]
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.
Ken Rice [Thu, 17 Mar 2016 13:55:00 +0000 (08:55 -0500)]
FS-8953 [core] white space clean up.
Piotr Gregor [Mon, 22 Feb 2016 18:26:57 +0000 (18:26 +0000)]
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.
Seven Du [Wed, 17 Feb 2016 16:10:07 +0000 (00:10 +0800)]
FS-8751 [Conference Play Video Total Time and Current Time]
Seven Du [Wed, 17 Feb 2016 15:42:35 +0000 (23:42 +0800)]
FS-8748 FS-8751 check current play_status
Seven Du [Wed, 17 Feb 2016 15:40:10 +0000 (23:40 +0800)]
FS-8748 track pdf total pages and current page
Seven Du [Sat, 13 Feb 2016 12:14:06 +0000 (20:14 +0800)]
FS-8754 add ability to read high quality PDF
Seven Du [Sat, 13 Feb 2016 03:18:15 +0000 (11:18 +0800)]
FS-8750 implement file_seek for video files
Anthony Minessale [Wed, 16 Mar 2016 22:38:27 +0000 (17:38 -0500)]
FS-8951 #resolve [Video lockup in conference due to race condition]
Mike Jerris [Wed, 16 Mar 2016 21:41:00 +0000 (16:41 -0500)]
Merge pull request #753 in FS/freeswitch from ~ZSOMKOVACS/freeswitch:feature/FS-8870-log-call-quality-statistics to master
* commit '
73c309992dbbce5d7f1550e24867c009dea064ed ':
FS-8870: add human-readable call quality statistics logs on call hangup
Michael Jerris [Wed, 16 Mar 2016 21:10:57 +0000 (16:10 -0500)]
FS-8937: [mod_easyroute] handle segfault when using bad customer query or on query error
Michael Jerris [Wed, 16 Mar 2016 16:56:43 +0000 (11:56 -0500)]
FS-8946: [mod_xml_cdr] fix segfault on call after loading with no config file or event bind failure causing module load failure
Nathan Neulinger [Wed, 16 Mar 2016 15:48:30 +0000 (10:48 -0500)]
FS-8950 fix a few memory leaks in mod_skinny
Zsombor Kovács [Wed, 16 Mar 2016 11:18:12 +0000 (12:18 +0100)]
FS-8870: add human-readable call quality statistics logs on call hangup
Mike Jerris [Wed, 16 Mar 2016 00:42:58 +0000 (19:42 -0500)]
Merge pull request #750 in FS/freeswitch from ~ASIP42/freeswitch:bugfix/FS-8943-misspelling-in-two-comments to master
* commit '
ca39418f09a4b4789155729039ec397032470159 ':
FS-8943 Fixed misspellings in two comments
FreeSWITCH [Tue, 15 Mar 2016 22:48:41 +0000 (18:48 -0400)]
FS-8943 Fixed misspellings in two comments
Mike Jerris [Tue, 15 Mar 2016 21:13:22 +0000 (16:13 -0500)]
Merge pull request #742 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-8853-enable-change-of-resolution-and-size-2 to master
* commit '
da7be641bac16dbe5575c0f266a10d1819ab0026 ':
FS-8853 enable change of resolution of fast arc cos table
Mike Jerris [Tue, 15 Mar 2016 21:11:11 +0000 (16:11 -0500)]
Merge pull request #712 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-8810-avmd-cosinus-table-creation-fails to master
* commit '
1c39305fad68b03bf578a77e91d0c20ba8b8145e ':
FS-8810 fix crash on FS startup
Mike Jerris [Tue, 15 Mar 2016 20:57:04 +0000 (15:57 -0500)]
Merge pull request #180 in FS/freeswitch from ~CXREG/freeswitch-memcache-file:file_interface_for_mod_memcache to master
* commit '
a2cecbcca42f9e8252936c94152f4fce73e4eb91 ':
FS-7286 add file_interface support to mod_memcache
Michael Jerris [Tue, 15 Mar 2016 18:15:24 +0000 (14:15 -0400)]
FS-8942: pass compiler to libvpx configure
Mike Jerris [Tue, 15 Mar 2016 15:36:30 +0000 (10:36 -0500)]
Merge pull request #748 in FS/freeswitch from ~RAVENOX/freeswitch:FS-8936 to master
* commit '
73684796e6229836d7fae82ad114c3f163a087de ':
FS-8936 - Added swig typemap for "const char **" for fix invocation problems, reswig
Ken Rice [Mon, 14 Mar 2016 22:07:59 +0000 (17:07 -0500)]
rename the raspbian installer
Ken Rice [Mon, 14 Mar 2016 22:06:19 +0000 (17:06 -0500)]
FS-8933 #resolve Basic FreeSWITCH from source installer that works on Raspbian and Debian. Also installs VertoCommunicator and LetsEncrypt SSL Certs. LetsEncrypt requires the machine to have a public IP and DNS for the FDQN functioning properly in public DNS
Anthony Minessale [Mon, 14 Mar 2016 21:24:24 +0000 (16:24 -0500)]
FS-8938 #resolve [Clear res id when setting same res id to another member]
Ken Rice [Mon, 14 Mar 2016 21:08:09 +0000 (16:08 -0500)]
FS-8933 WIP a few more edits to make Raspbian work
Artur Kraev [Mon, 14 Mar 2016 11:25:29 +0000 (14:25 +0300)]
FS-8936 - Added swig typemap for "const char **" for fix invocation problems, reswig
Ken Rice [Mon, 14 Mar 2016 04:54:28 +0000 (23:54 -0500)]
FS-8933 WIP few more tweaks
Mike Jerris [Mon, 14 Mar 2016 15:55:38 +0000 (10:55 -0500)]
Merge pull request #745 in FS/freeswitch from ~MICHAELGG/freeswitch:fs-8932-mod_managed_embedded_loading to master
* commit '
c96d0098cc283a99adee10606d51b601d5658566 ':
FS-8932 - Add in process loading via LoadEmbeddedPlugins
Ken Rice [Mon, 14 Mar 2016 04:31:28 +0000 (23:31 -0500)]
FS-8933 WIP make it not prompt for apt-get install
Ken Rice [Mon, 14 Mar 2016 04:07:31 +0000 (23:07 -0500)]
FS-8933 WIP initial commit of bash/dialog based installer for debian and raspbian \ debian support working, raspbian needs some work
Michael Giagnocavo [Mon, 14 Mar 2016 00:29:03 +0000 (18:29 -0600)]
FS-8932 - Add in process loading via LoadEmbeddedPlugins
Dave Olszewski [Sun, 4 Jan 2015 06:36:02 +0000 (22:36 -0800)]
FS-7286 add file_interface support to mod_memcache
This allows you to play files directly from memcached.
Currently only 8000hz 16 bit raw audio is supported.
Usage: playback(memcache://key)
Piotr Gregor [Sun, 21 Feb 2016 15:16:55 +0000 (15:16 +0000)]
FS-8810 fix crash on FS startup
The float-int-float fast arc cosine
mapping is now properly constructed (reused).
Piotr Gregor [Fri, 11 Mar 2016 19:27:21 +0000 (19:27 +0000)]
FS-8853 enable change of resolution of fast arc cos table
It is possible now to apply lower resolution to mapping
of float-integer-float and decrease size of mapped file.
Seven Du [Thu, 10 Mar 2016 23:05:55 +0000 (17:05 -0600)]
FS-8836
Mike Jerris [Thu, 10 Mar 2016 20:09:06 +0000 (14:09 -0600)]
Merge pull request #713 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-8854-initialize-circular-buffer to master
* commit '
3af3e54a6f287b9b045cbe62249b5eecde2b4f80 ':
FS-8854 initialize circular buffer
Mike Jerris [Thu, 10 Mar 2016 20:06:49 +0000 (14:06 -0600)]
Merge pull request #711 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-8852-avmd-change-stop-condition-in-loop to master
* commit '
1e8d315178b66cc97f9afffb4168678b25431e2b ':
FS-8852 change stop condition in for loop
Anthony Minessale [Thu, 10 Mar 2016 19:59:55 +0000 (13:59 -0600)]
FS-8752 #resolve [When recording a conference, the first 2 seconds are pixelated]