]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
10 years agoFS-9070 Update config.sub and config.guess
Moishe Grunstein [Tue, 3 May 2016 15:12:11 +0000 (11:12 -0400)] 
FS-9070 Update config.sub and config.guess

Older versions of automake created files that were unaware of newer system architectures, tested with Debian 8.4 and Centos 7

10 years agoFS-5936 wrong dependency on freeswitch-mod-esl
Stanislav Sinyagin [Tue, 3 May 2016 06:50:27 +0000 (08:50 +0200)] 
FS-5936 wrong dependency on freeswitch-mod-esl

10 years agoFS-8795 #resolve #comment trying support audio only call in mod_png, please test
Seven Du [Tue, 3 May 2016 02:03:34 +0000 (10:03 +0800)] 
FS-8795 #resolve #comment trying support audio only call in mod_png, please test

10 years agoFS-9115 #resolve #comment trying to support audio only mp4 recording, please test
Seven Du [Tue, 3 May 2016 01:22:53 +0000 (09:22 +0800)] 
FS-9115 #resolve #comment trying to support audio only mp4 recording, please test

10 years agoMerge pull request #831 in FS/freeswitch from ~SSINYAGIN/freeswitch:bugfix/FS-5936...
William King [Mon, 2 May 2016 22:48:33 +0000 (17:48 -0500)] 
Merge pull request #831 in FS/freeswitch from ~SSINYAGIN/freeswitch:bugfix/FS-5936-esl.pm-not-included-in-debian-packages to master

* commit '135d13a0a106e883e493a610d4e0c49bc5ccc352':
  FS-5936 ESL.pm packaged for Debian

10 years agoFS-5936 ESL.pm packaged for Debian
Stanislav Sinyagin [Mon, 2 May 2016 22:39:46 +0000 (00:39 +0200)] 
FS-5936 ESL.pm packaged for Debian

10 years agoMerge pull request #816 in FS/freeswitch from ~FLOKR/freeswitch:feature/FS-9079-addin...
Italo Rossi [Mon, 2 May 2016 17:42:10 +0000 (12:42 -0500)] 
Merge pull request #816 in FS/freeswitch from ~FLOKR/freeswitch:feature/FS-9079-adding-new-strategy-to-mod_callcenter to master

* commit '8b42c77c3b63abd0f75819cc183150663cc58a1d':
  FS-9079: [mod_callcenter] Add ring-progressively strategy

10 years agoFS-9079: [mod_callcenter] Add ring-progressively strategy
Florent Krieg [Wed, 20 Apr 2016 08:15:34 +0000 (10:15 +0200)] 
FS-9079: [mod_callcenter] Add ring-progressively strategy

A new strategy is now available through mod_callcenter, which aim
is to provide a mix between top-down and ring-all strategies.

If set to ring-progressively, the strategy will call an agent, and
then a second agent, and then a third agent, without cancelling
previous calls.

The delay between each call is 10 sec by default, but it can be
changed using the queue variable ring-progressively-delay.

10 years agoMerge pull request #691 in FS/freeswitch from ~RAJESH.VAYA/freeswitch:feature/mod_cal...
Italo Rossi [Mon, 2 May 2016 01:40:35 +0000 (20:40 -0500)] 
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

10 years agoFS-9113 [sofia-sip] Clear out ssl error queue
Ethan Atkins [Wed, 27 Apr 2016 18:34:58 +0000 (11:34 -0700)] 
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.

10 years agoMerge pull request #829 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9117...
Mike Jerris [Fri, 29 Apr 2016 18:33:06 +0000 (13:33 -0500)] 
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

10 years agoFS-9117 [avmd] #fix build on Windows
Piotr Gregor [Fri, 29 Apr 2016 17:23:33 +0000 (18:23 +0100)] 
FS-9117 [avmd] #fix build on Windows

10 years ago FS-9109
Michael Jerris [Fri, 29 Apr 2016 16:38:51 +0000 (12:38 -0400)] 
 FS-9109

10 years agoMerge pull request #828 in FS/freeswitch from kr-ubuntu-patches to master
Ken Rice [Fri, 29 Apr 2016 16:37:14 +0000 (11:37 -0500)] 
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"

10 years agoFS-9081 [Ubuntu Packaging] WIP Patches to build system and configure to allow FS...
Ken Rice [Tue, 19 Apr 2016 17:55:26 +0000 (12:55 -0500)] 
FS-9081 [Ubuntu Packaging] WIP Patches to build system and configure to allow FS to build on 14.04

10 years agoRevert "FS-9081 to build all modules for trusty needs the universe components"
Ken Rice [Tue, 19 Apr 2016 17:52:52 +0000 (12:52 -0500)] 
Revert "FS-9081 to build all modules for trusty needs the universe components"

This reverts commit e8f83d0558ad8efe9744cc885e8fce938ff00a31.

10 years agoRevert "FS-9081 Correction to e8f83d0"
Ken Rice [Tue, 19 Apr 2016 17:52:46 +0000 (12:52 -0500)] 
Revert "FS-9081 Correction to e8f83d0"

This reverts commit 1b9fda720a462a25254d53da366fe06a91a1e24e.

10 years agoFS-9099: fix windows build
Michael Jerris [Thu, 28 Apr 2016 19:29:25 +0000 (14:29 -0500)] 
FS-9099: fix windows build

10 years agoFS-9100 #resolve [Recording Fails if There Are Zero Webcams]
Anthony Minessale [Thu, 28 Apr 2016 19:32:18 +0000 (14:32 -0500)] 
FS-9100 #resolve [Recording Fails if There Are Zero Webcams]

10 years agoMerge pull request #824 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS...
Mike Jerris [Thu, 28 Apr 2016 18:11:40 +0000 (13:11 -0500)] 
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

10 years agoFS-9109: [build] attempt to fix misleading indentation errors on gcc 6.0
Michael Jerris [Thu, 28 Apr 2016 18:06:35 +0000 (13:06 -0500)] 
FS-9109: [build] attempt to fix misleading indentation errors on gcc 6.0

10 years agoIgnore debian/freeswitch-init.provided_by in git
Travis Cross [Thu, 28 Apr 2016 13:52:11 +0000 (13:52 +0000)] 
Ignore debian/freeswitch-init.provided_by in git

This is a generated file that was added by commit:

    commit 77f52bb6a81a812a33fc1ef30010856aa9b3ae71
    "FS-7928 FS-7618 systemd and package build improvements"

10 years agoUpdate debian/control-modules for new modules
Travis Cross [Thu, 28 Apr 2016 13:32:14 +0000 (13:32 +0000)] 
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.

10 years agoFS-9011 [avmd] Add XML config
Piotr Gregor [Fri, 22 Apr 2016 23:01:11 +0000 (00:01 +0100)] 
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.

10 years agoFS-9078: [sofia-sip] fix typo in HEP3
Michael Jerris [Wed, 27 Apr 2016 20:33:56 +0000 (15:33 -0500)] 
FS-9078: [sofia-sip] fix typo in HEP3

10 years agoFS-9099: [sofia-sip] fix windows build of websocket transport
Mike Jerris [Wed, 27 Apr 2016 20:08:13 +0000 (16:08 -0400)] 
FS-9099: [sofia-sip] fix windows build of websocket transport

10 years agoFS-9078: [sofia-sip] fix linux build of HEPv2/HEPv3 code
Michael Jerris [Wed, 27 Apr 2016 20:02:00 +0000 (16:02 -0400)] 
FS-9078: [sofia-sip] fix linux build of HEPv2/HEPv3 code

10 years ago.update
Michael Jerris [Wed, 27 Apr 2016 19:46:37 +0000 (14:46 -0500)] 
.update

10 years agoFS-9078: [sofia-sip] fix linux build of HEPv2/HEPv3 code
Michael Jerris [Wed, 27 Apr 2016 19:45:59 +0000 (14:45 -0500)] 
FS-9078: [sofia-sip] fix linux build of HEPv2/HEPv3 code

10 years agoFS-9099: remove unneeded header include
Michael Jerris [Wed, 27 Apr 2016 19:45:09 +0000 (14:45 -0500)] 
FS-9099: remove unneeded header include

10 years agoFS-9099: [sofia-sip] fix windows build of websocket transport
Mike Jerris [Wed, 27 Apr 2016 17:49:50 +0000 (13:49 -0400)] 
FS-9099: [sofia-sip] fix windows build of websocket transport

10 years agoFS-9078: [sofia-sip] fix windows build of HEPv2/HEPv3 code
Mike Jerris [Wed, 27 Apr 2016 17:49:04 +0000 (13:49 -0400)] 
FS-9078: [sofia-sip] fix windows build of HEPv2/HEPv3 code

10 years agoFS-9106 add new version of previous vpx sleep patch
Anthony Minessale [Wed, 27 Apr 2016 17:25:00 +0000 (12:25 -0500)] 
FS-9106 add new version of previous vpx sleep patch

10 years agoFS-9086 #resolve [Video files playing in mod_conference do not count in totals for...
Anthony Minessale [Wed, 27 Apr 2016 17:23:10 +0000 (12:23 -0500)] 
FS-9086 #resolve [Video files playing in mod_conference do not count in totals for calculating layout]

10 years agoRevert "FS-8704: Add min-members, wait-min-members-timeout, wait-mod-timeout, wait...
Brian West [Wed, 27 Apr 2016 16:00:29 +0000 (11:00 -0500)] 
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 c39fbb295f6b9bc01baa5dbfc578e12022c088ae.

10 years agoFS-9075 [deb packaging] tweak dep for freeswitch-init
Ken Rice [Wed, 27 Apr 2016 12:28:12 +0000 (07:28 -0500)] 
FS-9075 [deb packaging] tweak dep for freeswitch-init

10 years agoFS-9106 up default FPS to 30
Anthony Minessale [Wed, 27 Apr 2016 04:19:25 +0000 (23:19 -0500)] 
FS-9106 up default FPS to 30

10 years agoFS-9106 #resolve [vpx performance tweaks]
Anthony Minessale [Wed, 27 Apr 2016 04:05:08 +0000 (23:05 -0500)] 
FS-9106 #resolve [vpx performance tweaks]

10 years agoFS-9075 [deb packaging] removing some more meta-all dependancies that are causing...
Ken Rice [Wed, 27 Apr 2016 00:11:09 +0000 (19:11 -0500)] 
FS-9075 [deb packaging] removing some more meta-all dependancies that are causing issues

10 years agoFS-9075 [deb packaging] removing some meta-all dependancies that are causing issues
Ken Rice [Tue, 26 Apr 2016 20:31:09 +0000 (15:31 -0500)] 
FS-9075 [deb packaging] removing some meta-all dependancies that are causing issues

10 years agomod_html5 has been long depricated. this is a dead package
Ken Rice [Tue, 26 Apr 2016 19:36:46 +0000 (14:36 -0500)] 
mod_html5 has been long depricated. this is a dead package

10 years agoFS-9075 [deb packaging] tweak freeswitch-meta-all dependancies to more fully install...
Ken Rice [Tue, 26 Apr 2016 16:06:02 +0000 (11:06 -0500)] 
FS-9075 [deb packaging] tweak freeswitch-meta-all dependancies to more fully install FreeSWITCH.

10 years agoFS-9076 #resolve
Brian West [Tue, 26 Apr 2016 14:51:39 +0000 (09:51 -0500)] 
FS-9076 #resolve

10 years agoFS-9062 #resolve [OPUS - Mid Call change from 20ms to 40 ms causes jittery voice ]
Anthony Minessale [Mon, 25 Apr 2016 18:48:33 +0000 (13:48 -0500)] 
FS-9062 #resolve [OPUS - Mid Call change from 20ms to 40 ms causes jittery voice ]

10 years agoFS-9099 #resolve [Websocket raw frame read timeout is too short]
Anthony Minessale [Mon, 25 Apr 2016 22:29:50 +0000 (17:29 -0500)] 
FS-9099 #resolve [Websocket raw frame read timeout is too short]

10 years agoMerge pull request #825 in FS/freeswitch from ~SSINYAGIN/freeswitch:bugfix/FS-9075...
William King [Mon, 25 Apr 2016 16:08:43 +0000 (11:08 -0500)] 
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

10 years agoFS-9075 fixup for systemd and sysvinit
Stanislav Sinyagin [Mon, 25 Apr 2016 15:29:35 +0000 (17:29 +0200)] 
FS-9075 fixup for systemd and sysvinit

10 years agoMerge pull request #822 in FS/freeswitch from bugfix/FS-9060-re-invite-with-bypass_me...
Mike Jerris [Fri, 22 Apr 2016 18:14:03 +0000 (13:14 -0500)] 
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

10 years agoMerge pull request #821 in FS/freeswitch from ~BKUHLS/freeswitch:bugfix/FS-9093-mod_c...
Mike Jerris [Fri, 22 Apr 2016 18:10:27 +0000 (13:10 -0500)] 
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

10 years agoFS-9093: mod_cv: remove unneeded includes
Bernd Kuhls [Thu, 21 Apr 2016 17:10:52 +0000 (19:10 +0200)] 
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>
10 years agoFS-9060: [mod_sofia] correct issues with hold and broken soa negotiations after perfo...
Anthony Minessale [Sat, 16 Apr 2016 00:35:00 +0000 (19:35 -0500)] 
FS-9060: [mod_sofia] correct issues with hold and broken soa negotiations after performing a bypass media reinvite

10 years agoFS-9091: build all libyuv platform files so we don't have missing symbols on some...
Michael Jerris [Thu, 21 Apr 2016 20:04:22 +0000 (16:04 -0400)] 
FS-9091: build all libyuv platform files so we don't have missing symbols on some platforms

10 years agoFS-9091: update libyuv to hash 69245902 from https://chromium.googlesource.com/libyuv...
Michael Jerris [Thu, 21 Apr 2016 19:17:30 +0000 (15:17 -0400)] 
FS-9091: update libyuv to hash 69245902 from https://chromium.googlesource.com/libyuv/libyuv/

10 years agoMerge pull request #819 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS...
Mike Jerris [Thu, 21 Apr 2016 13:30:56 +0000 (08:30 -0500)] 
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

10 years agoFS-9085, FS-9024: [avmd] Add events
Piotr Gregor [Wed, 20 Apr 2016 23:05:23 +0000 (00:05 +0100)] 
FS-9085, FS-9024: [avmd] Add events

Add start/stop events. Add registration
method, add fire events method.

10 years agoFS-9057 #resolve [Screen Share feed no longer takes floor when someone mutes and...
Anthony Minessale [Wed, 20 Apr 2016 20:50:25 +0000 (15:50 -0500)] 
FS-9057 #resolve [Screen Share feed no longer takes floor when someone mutes and unmutes their webcam]

10 years agoFS-9024: [avmd] Add events
Piotr Gregor [Wed, 20 Apr 2016 13:59:39 +0000 (14:59 +0100)] 
FS-9024: [avmd] Add events

Add sesion start/stop events.

10 years agoMerge pull request #815 in FS/freeswitch from ~ALEXANDR.DUBOVIKOV_GMAIL.COM/freeswitc...
Mike Jerris [Tue, 19 Apr 2016 23:08:29 +0000 (18:08 -0500)] 
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

10 years agoone push one pop
Alexandr Dubovikov [Tue, 19 Apr 2016 18:22:49 +0000 (20:22 +0200)] 
one push one pop

10 years agoFS-9082: [mod_java] coreectly reference the modules dir so mod_java can load what...
Michael Jerris [Tue, 19 Apr 2016 17:47:37 +0000 (13:47 -0400)] 
FS-9082: [mod_java] coreectly reference the modules dir so mod_java can load what it needs when modules are not placed in prefix/mod directory

10 years agoMerge pull request #812 in FS/freeswitch from ~GIAVAC/freeswitch:FS-9083 to master
Mike Jerris [Tue, 19 Apr 2016 17:15:01 +0000 (12:15 -0500)] 
Merge pull request #812 in FS/freeswitch from ~GIAVAC/freeswitch:FS-9083 to master

* commit '252f0e2618493aeba3b29bccfd0ecb9d04ff3473':
  FS-9083 [mod-sofia] Pass On SIP headers from leg A to B

10 years agoBuffer overflow in switch_channel_expand_variables_check and switch_event_expand_head...
Thomas Weber [Tue, 19 Jan 2016 13:50:38 +0000 (14:50 +0100)] 
Buffer overflow in switch_channel_expand_variables_check and switch_event_expand_headers_check fixed (FS-8757)

10 years agoFS-9083 [mod-sofia] Pass On SIP headers from leg A to B
Giacomo Vacca [Mon, 18 Apr 2016 08:59:54 +0000 (10:59 +0200)] 
FS-9083 [mod-sofia] Pass On SIP headers from leg A to B

10 years agoFS-9081 Correction to e8f83d0
William King [Tue, 19 Apr 2016 04:32:13 +0000 (21:32 -0700)] 
FS-9081 Correction to e8f83d0

10 years agoFS-9081 to build all modules for trusty needs the universe components
William King [Tue, 19 Apr 2016 03:17:58 +0000 (20:17 -0700)] 
FS-9081 to build all modules for trusty needs the universe components

10 years agoFS-9078 added #pragma for MSVC compiler
Alexandr Dubovikov [Mon, 18 Apr 2016 21:10:16 +0000 (23:10 +0200)] 
FS-9078 added #pragma for MSVC compiler

10 years agoFS-9081 use turbo if available for newer jpeg over falling back to old jpeg62-dev
William King [Mon, 18 Apr 2016 19:37:58 +0000 (12:37 -0700)] 
FS-9081 use turbo if available for newer jpeg over falling back to old jpeg62-dev

10 years agobump version number in generated doxygen output
Ken Rice [Mon, 18 Apr 2016 18:03:37 +0000 (13:03 -0500)] 
bump version number in generated doxygen output

10 years agoMerge pull request #806 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS...
Mike Jerris [Mon, 18 Apr 2016 18:24:30 +0000 (13:24 -0500)] 
Merge pull request #806 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9030-avmd-sync-avmd_start_function to master

* commit 'bcddd3da158565c70224838a210662de6cba47ad':
  FS-9030, FS-9050: [avmd] Fix APP interface

10 years agoFS-9080 - [mod_spy] Making mod_spy work with Verto channels
Italo Rossi [Mon, 18 Apr 2016 17:58:47 +0000 (14:58 -0300)] 
FS-9080 - [mod_spy] Making mod_spy work with Verto channels

10 years agoMerge pull request #811 in FS/freeswitch from ~ALEXANDR.DUBOVIKOV_GMAIL.COM/freeswitc...
Mike Jerris [Mon, 18 Apr 2016 17:41:15 +0000 (12:41 -0500)] 
Merge pull request #811 in FS/freeswitch from ~ALEXANDR.DUBOVIKOV_GMAIL.COM/freeswitch:feature/FS-9078-hepv2-and-hepv3-support to master

* commit '981b528c48a44e0e775f6c8dec8e91ce9a01f252':
  FS-9078 added hepv2 and hepv3 support

10 years agoFS-9078 added hepv2 and hepv3 support
Alexandr Dubovikov [Mon, 18 Apr 2016 14:48:50 +0000 (16:48 +0200)] 
FS-9078 added hepv2 and hepv3 support

10 years agoMerge pull request #809 in FS/freeswitch from bugfix/FS-8949-switch_rtp.c-send-end...
Anthony Minessale II [Sat, 16 Apr 2016 00:34:57 +0000 (19:34 -0500)] 
Merge pull request #809 in FS/freeswitch from bugfix/FS-8949-switch_rtp.c-send-end-packet-for to master

* commit 'aadf89620a6658c37361153f11572c9e456a674b':
  FS-8949 #resolve [switch_rtp.c Send end packet for [X] not recognised]

10 years agoFS-8949 #resolve [switch_rtp.c Send end packet for [X] not recognised]
Anthony Minessale [Thu, 14 Apr 2016 17:38:18 +0000 (12:38 -0500)] 
FS-8949 #resolve [switch_rtp.c Send end packet for [X] not recognised]

10 years agoFS-9077 [mod_verto] Adding verto_hangup_disposition variable to indicate who hangup
Italo Rossi [Fri, 15 Apr 2016 19:54:38 +0000 (16:54 -0300)] 
FS-9077 [mod_verto] Adding verto_hangup_disposition variable to indicate who hangup

10 years agoFS-9074: [mod_skinny] Fix incorrect location of free causing memory leak of xml when...
Nathan Neulinger [Fri, 15 Apr 2016 13:24:28 +0000 (08:24 -0500)] 
FS-9074: [mod_skinny] Fix incorrect location of free causing memory leak of xml when certain errors occur

10 years agoFS-9075 [Debian Packaging] #resolve freeswitch-all package rework
Ken Rice [Mon, 4 Apr 2016 15:42:54 +0000 (10:42 -0500)] 
FS-9075 [Debian Packaging] #resolve freeswitch-all package rework

the freeswitch-all package should be operationally the same as
freeswitch-meta-all it should not conflict with any other freeswitch
pacakge it should install them all via dependancy. This patch does just
that... There is probably a better way to do it, but this is needed to
avoid issues where a dep may have been added to a sub-module (say
mod_av, but it was not added to the freeswitch-all package. This will
also allow for someone to install freeswitch-all or any part there of
without forcing a deinstall of other parts of the over all FreeSWITCH
software package.

10 years agoMerge pull request #808 in FS/freeswitch from ~AKARUKOV/fs-9072-fix:bugfix/FS-9072...
Mike Jerris [Thu, 14 Apr 2016 15:28:24 +0000 (10:28 -0500)] 
Merge pull request #808 in FS/freeswitch from ~AKARUKOV/fs-9072-fix:bugfix/FS-9072-fix to master

* commit '50bf8dcddd6c0d045225029e633d1b4a0e13c3d9':
  FS-9072: [mod_syslog] Allow logging of messages with tab character

10 years agoFS-9072: [mod_syslog] Allow logging of messages with tab character
Artem Karukov [Thu, 14 Apr 2016 14:43:31 +0000 (07:43 -0700)] 
FS-9072: [mod_syslog] Allow logging of messages with tab character

mod_syslog silently drop messages containing tabs character 0x09 and thus does not log (f.e.) exceptions from lua code.

10 years agoFS-9030, FS-9050: [avmd] Fix APP interface
Piotr Gregor [Sun, 10 Apr 2016 22:00:19 +0000 (23:00 +0100)] 
FS-9030, FS-9050: [avmd] Fix APP interface

Now avmd can be properly called from dialplan.
Application interface to start/stop avmd
session consists of start/stop app methods.
Backward compatible, old APP syntax left
but will be described in docs as deprecated.

10 years agoFS-9056 #resolve [Mobile H.264 video is black]
Anthony Minessale [Wed, 13 Apr 2016 01:01:59 +0000 (20:01 -0500)] 
FS-9056 #resolve [Mobile H.264 video is black]

10 years agoMerge pull request #802 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS...
Mike Jerris [Tue, 12 Apr 2016 22:11:37 +0000 (17:11 -0500)] 
Merge pull request #802 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9039-avmd-change-return-type-of-session to master

* commit '68c2c5d485346ad6d1a7914a3ee78870953abb1d':
  FS-9039: [avmd] Use FS enumeration

10 years agoFS-9058 [mod_hiredis] fix rate counters so the keys expire after interval completes...
Chris Rienzo [Tue, 12 Apr 2016 19:23:49 +0000 (15:23 -0400)] 
FS-9058 [mod_hiredis] fix rate counters so the keys expire after interval completes.  Do not auto decrement rate counters.  Do not log null responses.

10 years agoFS-9059 [mod_hiredis] add session logging
Chris Rienzo [Tue, 12 Apr 2016 15:18:11 +0000 (11:18 -0400)] 
FS-9059 [mod_hiredis] add session logging

10 years agoFS-9058 [mod_hiredis] allow auto decrement of non-interval limits on channel hangup.
Chris Rienzo [Tue, 12 Apr 2016 14:39:09 +0000 (10:39 -0400)] 
FS-9058 [mod_hiredis] allow auto decrement of non-interval limits on channel hangup.

10 years agoFS-9054 [mod_hiredis] add ignore-connect-fail profile param so that calls do not...
Chris Rienzo [Tue, 12 Apr 2016 13:44:17 +0000 (09:44 -0400)] 
FS-9054 [mod_hiredis] add ignore-connect-fail profile param so that calls do not get killed if limit fails due to lost connection

10 years agoFS-7394 adding mod_fail2ban into freeswitch repo
Kyle King [Thu, 26 Mar 2015 00:39:17 +0000 (20:39 -0400)] 
FS-7394 adding mod_fail2ban into freeswitch repo

10 years agoMerge pull request #656 in FS/freeswitch from mod_conf_enhancements to master
Mike Jerris [Mon, 11 Apr 2016 17:00:37 +0000 (12:00 -0500)] 
Merge pull request #656 in FS/freeswitch from mod_conf_enhancements to master

* commit 'c39fbb295f6b9bc01baa5dbfc578e12022c088ae':
  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.

10 years agoMerge pull request #804 in FS/freeswitch from ~CRIENZO/freeswitch:bugfix/FS-9052...
William King [Mon, 11 Apr 2016 16:22:29 +0000 (11:22 -0500)] 
Merge pull request #804 in FS/freeswitch from ~CRIENZO/freeswitch:bugfix/FS-9052 to master

* commit 'a7465e6cbffd3f9d062244bbbb44b029ddfeb568':
  FS-9052 [mod_hiredis] add connection pooling, improve dropped connection resiliency, and allow 0.10.0 of hiredis for CentOS 6.

10 years agoFS-9052 [mod_hiredis] add connection pooling, improve dropped connection resiliency...
Chris Rienzo [Mon, 11 Apr 2016 15:54:38 +0000 (11:54 -0400)] 
FS-9052 [mod_hiredis] add connection pooling, improve dropped connection resiliency, and allow 0.10.0 of hiredis for CentOS 6.

10 years agoFS-9049
Anthony Minessale [Sun, 10 Apr 2016 16:39:28 +0000 (11:39 -0500)] 
FS-9049

10 years agoFS-7317
Anthony Minessale [Sun, 10 Apr 2016 16:22:00 +0000 (11:22 -0500)] 
FS-7317

10 years agoFS-9039: [avmd] Use FS enumeration
Piotr Gregor [Sat, 9 Apr 2016 18:50:41 +0000 (19:50 +0100)] 
FS-9039: [avmd] Use FS enumeration

Now initialization function returns switch_status_t.

10 years agoMerge pull request #801 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9043...
Mike Jerris [Fri, 8 Apr 2016 18:29:09 +0000 (13:29 -0500)] 
Merge pull request #801 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9043 to master

* commit '68e0aded0dd0c5ac652e14764a63a04782deb851':
  FS-9043 [mod_kazoo] add kz_export

10 years agoMerge pull request #786 in FS/freeswitch from ~DCOLOMBO/freeswitch:feature/FS-9006...
Italo Rossi [Fri, 8 Apr 2016 18:20:15 +0000 (13:20 -0500)] 
Merge pull request #786 in FS/freeswitch from ~DCOLOMBO/freeswitch:feature/FS-9006-add-combobox-for-languages to master

* commit '817a10be14311ebd7f01065bf49197d4fc10675d':
  FS-9006 - [verto_communicator] add-combobox for languages

10 years agoFS-9043 [mod_kazoo] add kz_export
Luis Azedo [Fri, 8 Apr 2016 18:17:28 +0000 (19:17 +0100)] 
FS-9043 [mod_kazoo] add kz_export

10 years agobump apr build from api update
Michael Jerris [Fri, 8 Apr 2016 17:43:33 +0000 (13:43 -0400)] 
bump apr build from api update

10 years agoFS-9042: [core] fix assert when recording native file
Michael Jerris [Fri, 8 Apr 2016 17:40:03 +0000 (12:40 -0500)] 
FS-9042: [core] fix assert when recording native file

10 years agoMerge pull request #800 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS...
Mike Jerris [Fri, 8 Apr 2016 16:06:20 +0000 (11:06 -0500)] 
Merge pull request #800 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9036-avmd-cast-to-unsigned-integer to master

* commit 'c442be0f40a93f58d55b535084b4387b6b75852b':
  FS-9036: [avmd] Cast to unsigned
  FS-9031: [avmd] Check session initialization

10 years agoFS-9006 - [verto_communicator] add-combobox for languages
Davide Colombo [Fri, 8 Apr 2016 09:37:20 +0000 (11:37 +0200)] 
FS-9006 - [verto_communicator] add-combobox for languages