Italo Rossi
96e963d3eb
Merge pull request #691 in FS/freeswitch from ~RAJESH.VAYA/freeswitch:feature/mod_callcenter-json-api to master
...
* commit '23e53df7211aaaa8168b185411c85d0a35be2d33':
FS-8799 [mod_callcenter] Add JSON API interface for mod_callcenter
2016-05-01 20:40:35 -05:00
Ethan Atkins
db0dfe94d0
FS-9113 [sofia-sip] Clear out ssl error queue
...
Sofia will unpredictably close a tls transport during call setup. This
occurs when the epoll event loop wakes up the socket reader and SSL_read
returns an error because there is no packet on the socket. Normally
sofia will read the last error using SSL_get_error and return
SSL_ERROR_WANT_READ. Sofia gracefully handles this error and the
transport stays open. Sometimes, however, the worker thread will call
SSL_shutdown for a different transport, which can write an error to the
internal openssl error queue. If that error is not read off the queue,
the next time that SSL_get_error is called, it will read that unrelated
error.
The documentation for SSL_shutdown explains that there are three
possible results -1, 0 and 1 with, oddly, 1 indicating success. The -1
result code occurs when there is no handshake callback registered on the
connection. It can return 0 when there is still work to be done. The
documentation suggest that it is insufficient to call it just once. This
is why I added the do {} while () construct.
Although just the fix to SSL_shutdown was enough to resolve my issue, I
a also audited other calls to SSL_* functions and found a few other
cases where an error may be generated, but was not handled.
2016-04-30 10:39:47 -07:00
Mike Jerris
b61bf02c6b
Merge pull request #829 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9117-avmd-build-fails-on-windows to master
...
* commit 'f476e23c0068d58d2e93987005fb420b648a0dd1':
FS-9117 [avmd] #fix build on Windows
2016-04-29 13:33:06 -05:00
Piotr Gregor
f476e23c00
FS-9117 [avmd] #fix build on Windows
2016-04-29 19:27:55 +01:00
Michael Jerris
5ddac2845e
FS-9109
2016-04-29 12:38:51 -04:00
Ken Rice
ca11c4dcd4
Merge pull request #828 in FS/freeswitch from kr-ubuntu-patches to master
...
Merge in Ubuntu Packaging changes
* commit '7375ad9e89679bf546fcaaeb2706a9adc405abd9':
FS-9081 [Ubuntu Packaging] WIP Patches to build system and configure to allow FS to build on 14.04
Revert "FS-9081 to build all modules for trusty needs the universe components"
Revert "FS-9081 Correction to e8f83d0"
2016-04-29 11:37:14 -05:00
Ken Rice
7375ad9e89
FS-9081 [Ubuntu Packaging] WIP Patches to build system and configure to allow FS to build on 14.04
2016-04-29 09:22:11 -05:00
Ken Rice
9b1d5c35f6
Revert "FS-9081 to build all modules for trusty needs the universe components"
...
This reverts commit e8f83d0558
.
2016-04-29 07:52:09 -05:00
Ken Rice
bb8960a667
Revert "FS-9081 Correction to e8f83d0"
...
This reverts commit 1b9fda720a
.
2016-04-29 07:52:09 -05:00
Michael Jerris
65460fae25
FS-9099: fix windows build
2016-04-28 14:29:39 -05:00
Anthony Minessale
db4693b570
FS-9100 #resolve [Recording Fails if There Are Zero Webcams]
2016-04-28 14:32:24 -05:00
Mike Jerris
94d3f62aef
Merge pull request #824 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9011-avmd-add-configuration-file to master
...
* commit 'bf140e9b68a68ff1da2546012524350a5e504ae5':
FS-9011 [avmd] Add XML config
2016-04-28 13:11:40 -05:00
Michael Jerris
0742defa9b
FS-9109: [build] attempt to fix misleading indentation errors on gcc 6.0
2016-04-28 13:06:35 -05:00
Travis Cross
6869888845
Ignore debian/freeswitch-init.provided_by in git
...
This is a generated file that was added by commit:
commit 77f52bb6a8
"FS-7928 FS-7618 systemd and package build improvements"
2016-04-28 13:52:11 +00:00
Travis Cross
2b479574ee
Update debian/control-modules for new modules
...
We were missing mod_smpp; mod_json_cdr needed to be placed differently
in the file such that it matches the output of the automated generator
we use to check the completeness of this file.
2016-04-28 13:35:06 +00:00
Piotr Gregor
bf140e9b68
FS-9011 [avmd] Add XML config
...
Add XML configuration file.
Bind reloadxml callback.
Add safe parsers of user's input.
Add show/set/load/reload API commands.
2016-04-28 14:22:51 +01:00
Michael Jerris
0ba86871b4
FS-9078: [sofia-sip] fix typo in HEP3
2016-04-27 15:34:17 -05:00
Mike Jerris
943e8ef323
FS-9099: [sofia-sip] fix windows build of websocket transport
2016-04-27 16:08:13 -04:00
Michael Jerris
3caa794f7a
FS-9078: [sofia-sip] fix linux build of HEPv2/HEPv3 code
2016-04-27 16:02:00 -04:00
Michael Jerris
bc74c70562
.update
2016-04-27 14:46:37 -05:00
Michael Jerris
c6d0a99495
FS-9078: [sofia-sip] fix linux build of HEPv2/HEPv3 code
2016-04-27 14:45:59 -05:00
Michael Jerris
6ce69adcb3
FS-9099: remove unneeded header include
2016-04-27 14:45:09 -05:00
Mike Jerris
1bbb487396
FS-9099: [sofia-sip] fix windows build of websocket transport
2016-04-27 13:50:15 -04:00
Mike Jerris
e23bb54f9a
FS-9078: [sofia-sip] fix windows build of HEPv2/HEPv3 code
2016-04-27 13:50:14 -04:00
Anthony Minessale
3d44756591
FS-9106 add new version of previous vpx sleep patch
2016-04-27 12:25:00 -05:00
Anthony Minessale
8bd56deb4e
FS-9086 #resolve [Video files playing in mod_conference do not count in totals for calculating layout]
2016-04-27 12:23:10 -05:00
Brian West
ff169d8133
Revert "FS-8704: Add min-members, wait-min-members-timeout, wait-mod-timeout, wait-min-members-timeout-message, wait-mod-timeout-message, endconf-mod-exit-message, and endconf-message parameters and functionality to mod_conference."
...
This reverts commit c39fbb295f
.
2016-04-27 11:00:29 -05:00
Ken Rice
0eec84c20f
FS-9075 [deb packaging] tweak dep for freeswitch-init
2016-04-27 07:28:21 -05:00
Anthony Minessale
0685a073ed
FS-9106 up default FPS to 30
2016-04-26 23:19:25 -05:00
Anthony Minessale
8ad3d5cb24
FS-9106 #resolve [vpx performance tweaks]
2016-04-26 23:05:14 -05:00
Ken Rice
4c477b02e5
FS-9075 [deb packaging] removing some more meta-all dependancies that are causing issues
2016-04-26 19:11:09 -05:00
Ken Rice
0823f88519
FS-9075 [deb packaging] removing some meta-all dependancies that are causing issues
2016-04-26 15:31:09 -05:00
Ken Rice
36916532cc
mod_html5 has been long depricated. this is a dead package
2016-04-26 14:36:46 -05:00
Ken Rice
1805f1ac23
FS-9075 [deb packaging] tweak freeswitch-meta-all dependancies to more fully install FreeSWITCH.
2016-04-26 11:06:02 -05:00
Brian West
be8440b0b0
FS-9076 #resolve
2016-04-26 09:51:39 -05:00
Anthony Minessale
2477740700
FS-9062 #resolve [OPUS - Mid Call change from 20ms to 40 ms causes jittery voice ]
2016-04-25 17:39:03 -05:00
Anthony Minessale
18db50c46a
FS-9099 #resolve [Websocket raw frame read timeout is too short]
2016-04-25 17:29:50 -05:00
William King
f705ae2384
Merge pull request #825 in FS/freeswitch from ~SSINYAGIN/freeswitch:bugfix/FS-9075-debian-package-freeswitch-all-incompatible to master
...
* commit 'ce6af2501358b848929ac14b577e801c7edfefbf':
FS-9075 fixup for systemd and sysvinit
2016-04-25 11:08:43 -05:00
Stanislav Sinyagin
ce6af25013
FS-9075 fixup for systemd and sysvinit
2016-04-25 17:29:35 +02:00
Mike Jerris
1e06ec1339
Merge pull request #822 in FS/freeswitch from bugfix/FS-9060-re-invite-with-bypass_media_after_bridge to master
...
* commit '0a8e115b980d4fdea41f1da4c5b715348760a4f3':
FS-9060: [mod_sofia] correct issues with hold and broken soa negotiations after performing a bypass media reinvite
2016-04-22 13:14:03 -05:00
Mike Jerris
35076d7b1c
Merge pull request #821 in FS/freeswitch from ~BKUHLS/freeswitch:bugfix/FS-9093-mod_cv-remove-unneeded-headers to master
...
* commit 'b024c752fb2e9789fdbaf769be9998f62bb5c483':
FS-9093: mod_cv: remove unneeded includes
2016-04-22 13:10:27 -05:00
Bernd Kuhls
b024c752fb
FS-9093: mod_cv: remove unneeded includes
...
OpenCV contains various modules which have inter-module dependencies.
While including freeswitch into buildroot we stumbled over the fact
that mod_cv.cpp includes more headers than needed[1].
hese OpenCV headers are generic headers which require more OpenCV
modules enabled than really used by Freeswitch.
This patch fixes the problem.
[1] http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/146662
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
2016-04-22 19:55:29 +02:00
Anthony Minessale
0a8e115b98
FS-9060: [mod_sofia] correct issues with hold and broken soa negotiations after performing a bypass media reinvite
2016-04-22 12:26:13 -05:00
Michael Jerris
f0dcd7066a
FS-9091: build all libyuv platform files so we don't have missing symbols on some platforms
2016-04-21 16:04:30 -04:00
Michael Jerris
b54a2dc247
FS-9091: update libyuv to hash 69245902 from https://chromium.googlesource.com/libyuv/libyuv/
2016-04-21 16:04:30 -04:00
Mike Jerris
6796bff80e
Merge pull request #819 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9085-avmd-add-avmd_fire_event-method to master
...
* commit 'bfd8ef08b345fba926909b9e9638bb758029c90a':
FS-9085, FS-9024: [avmd] Add events
FS-9024: [avmd] Add events
2016-04-21 08:30:56 -05:00
Piotr Gregor
bfd8ef08b3
FS-9085, FS-9024: [avmd] Add events
...
Add start/stop events. Add registration
method, add fire events method.
2016-04-21 00:16:40 +01:00
Anthony Minessale
d95d87ca07
FS-9057 #resolve [Screen Share feed no longer takes floor when someone mutes and unmutes their webcam]
2016-04-20 15:50:35 -05:00
Piotr Gregor
a54a5797b7
FS-9024: [avmd] Add events
...
Add sesion start/stop events.
2016-04-20 14:59:39 +01:00
Mike Jerris
4c50fea53d
Merge pull request #815 in FS/freeswitch from ~ALEXANDR.DUBOVIKOV_GMAIL.COM/freeswitch:feature/FS-9078-hepv2-and-hepv3-support-windows-pragma to master
...
* commit '024af441b89ca21c1d93f1c2f6e24f2e4b480aa8':
one push one pop
FS-9078 added #pragma for MSVC compiler
2016-04-19 18:08:29 -05:00