]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
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-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 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

10 years agoswigall
Michael Jerris [Thu, 7 Apr 2016 23:40:42 +0000 (18:40 -0500)] 
swigall

10 years agoFS-9025 - [mod_callcenter] bypass_media_after_bridge working for member channel
Italo Rossi [Thu, 7 Apr 2016 20:54:05 +0000 (17:54 -0300)] 
FS-9025 - [mod_callcenter] bypass_media_after_bridge working for member channel

10 years agoFS-8623: we really need this flag, but need to fix libvpx configure to let us pass it
Michael Jerris [Thu, 7 Apr 2016 20:53:36 +0000 (16:53 -0400)] 
FS-8623: we really need this flag, but need to fix libvpx configure to let us pass it

10 years agoFS-8623: fix sun studio build errors building libvpx
Michael Jerris [Thu, 7 Apr 2016 20:07:01 +0000 (16:07 -0400)] 
FS-8623: fix sun studio build errors building libvpx

10 years agoFS-8623: fix sun studio build errors building libvpx
Michael Jerris [Thu, 7 Apr 2016 19:21:55 +0000 (15:21 -0400)] 
FS-8623: fix sun studio build errors building libvpx

10 years agoFS-8623: fix sun studio error trying to compile char[] with c++ compiler
Michael Jerris [Thu, 7 Apr 2016 19:11:42 +0000 (15:11 -0400)] 
FS-8623: fix sun studio error trying to compile char[] with c++ compiler

10 years agoFS-9036: [avmd] Cast to unsigned
Piotr Gregor [Thu, 7 Apr 2016 14:56:49 +0000 (15:56 +0100)] 
FS-9036: [avmd] Cast to unsigned

Should fix warnings on Windoze.

10 years agoMerge pull request #791 in FS/freeswitch from ~NIELSHANBERG_GMAIL.COM/freeswitch...
Mike Jerris [Thu, 7 Apr 2016 17:53:17 +0000 (12:53 -0500)] 
Merge pull request #791 in FS/freeswitch from ~NIELSHANBERG_GMAIL.COM/freeswitch:translate-to-danish to master

* commit '254b7067819eddcf08a2a882af8631d9f943e73d':
  FS-9038: Add translations to support danish - Initial try to translate to danish. All translations was made without knowing the full context. - Fix indentation - Add dansih as an available language

10 years agoFS-9038: Add translations to support danish
Niels Hanberg [Thu, 7 Apr 2016 17:21:43 +0000 (19:21 +0200)] 
FS-9038: Add translations to support danish
- Initial try to translate to danish. All translations was made without knowing the full context.
- Fix indentation
- Add dansih as an available language

10 years agoFS-9031: [avmd] Check session initialization
Piotr Gregor [Thu, 7 Apr 2016 01:09:14 +0000 (02:09 +0100)] 
FS-9031: [avmd] Check session initialization

Now avmd session's initialization is checked
for errors. Error reporting is improved.

10 years agoMerge pull request #798 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9031...
Mike Jerris [Thu, 7 Apr 2016 16:20:53 +0000 (11:20 -0500)] 
Merge pull request #798 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9031-avmd-check-session-initialization to master

* commit '2197794e5569bc52d51dbec81f4ddab7944a6ffd':
  FS-9031: [avmd] Check session initialization

10 years agoFS-9031: [avmd] Check session initialization
Piotr Gregor [Thu, 7 Apr 2016 01:09:14 +0000 (02:09 +0100)] 
FS-9031: [avmd] Check session initialization

Now avmd session's initialization is checked
for errors. Error reporting is improved.

10 years agoMerge pull request #797 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS...
Mike Jerris [Thu, 7 Apr 2016 15:14:50 +0000 (10:14 -0500)] 
Merge pull request #797 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9028-avmd-check-sma-buffer-for-successful to master

* commit '7dd77c781e7ac336515b28d5cd3060a44c06c6ef':
  FS-9028: [avmd] Check SMA buffer

10 years agoFS-9028: [avmd] Check SMA buffer
Piotr Gregor [Wed, 6 Apr 2016 23:17:21 +0000 (00:17 +0100)] 
FS-9028: [avmd] Check SMA buffer

Now SMA buffer is checked for successful memory
allocation dynamically with assertion omitted.

10 years agoMerge pull request #796 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS...
Mike Jerris [Thu, 7 Apr 2016 14:58:00 +0000 (09:58 -0500)] 
Merge pull request #796 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9027-avmd-check-buffer-for-successful to master

* commit 'cc05abc0d4fcc40af68e2e6158256cb655ea3e12':
  FS-9027: [avmd] Check buffer

10 years agoFS-9027: [avmd] Check buffer
Piotr Gregor [Wed, 6 Apr 2016 22:01:34 +0000 (23:01 +0100)] 
FS-9027: [avmd] Check buffer

Now buffer is checked for successful memory
allocation dynamically with assertion omitted.

10 years agoMerge pull request #795 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9020...
Mike Jerris [Wed, 6 Apr 2016 17:26:21 +0000 (12:26 -0500)] 
Merge pull request #795 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9020-avmd-add-app-flags-for-require-media to master

* commit '73cc5ae3c1dae9cd009e8dba3e295a9fc7ecf6bf':
  FS-9020 Avmd internal/external channel

10 years agoFS-9020 Avmd internal/external channel
Piotr Gregor [Wed, 6 Apr 2016 15:12:39 +0000 (16:12 +0100)] 
FS-9020 Avmd internal/external channel

Implement checking of proper configuration
of avmd session being started on internal/external
channels. Check for read/write codec, CF_MEDIA_SET.

10 years agoMerge pull request #793 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9023...
Mike Jerris [Tue, 5 Apr 2016 16:14:23 +0000 (11:14 -0500)] 
Merge pull request #793 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9023-avmd-add-console-auto-completion to master

* commit '4fa43a244208370e58d7280b43ca84c15c77c1b4':
  [avmd] FS-9023 Add console auto completion

10 years ago[avmd] FS-9023 Add console auto completion
Piotr Gregor [Tue, 5 Apr 2016 15:10:51 +0000 (16:10 +0100)] 
[avmd] FS-9023 Add console auto completion

Now auto completion is enabled.

10 years agoMerge pull request #792 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9019...
Mike Jerris [Tue, 5 Apr 2016 15:22:03 +0000 (10:22 -0500)] 
Merge pull request #792 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9019-avmd-extend-syntax-description to master

* commit '439be5d122ea8d331549e2d4f713777733e7be19':
  [avmd] FS-9019 Extend syntax description

10 years ago[avmd] FS-9019 Extend syntax description
Piotr Gregor [Tue, 5 Apr 2016 13:53:01 +0000 (14:53 +0100)] 
[avmd] FS-9019 Extend syntax description

Add commands to syntax description.

10 years agoFS-8978 part two
William King [Tue, 5 Apr 2016 03:04:22 +0000 (22:04 -0500)] 
FS-8978 part two

10 years agoMerge pull request #768 in FS/freeswitch from ~PHIL.LAVIN/freeswitch:bugfix/FS-8978...
William King [Tue, 5 Apr 2016 02:59:49 +0000 (21:59 -0500)] 
Merge pull request #768 in FS/freeswitch from ~PHIL.LAVIN/freeswitch:bugfix/FS-8978-mod-hiredis-fix-decr to master

* commit 'a1ee1a03bf0b9ff045e3a1b94f479e86c37f1274':
  FS-8978: [mod_redis] Fix limit counter not decrementing on hangup

10 years agoFS-8875: [mod_avmd] fix windows build from this change
Mike Jerris [Mon, 4 Apr 2016 21:00:25 +0000 (17:00 -0400)] 
FS-8875: [mod_avmd] fix windows build from this change

10 years agoFS-8294: [freetdm] pass in modinstdir to freetdm configure
Michael Jerris [Mon, 4 Apr 2016 20:07:38 +0000 (16:07 -0400)] 
FS-8294: [freetdm] pass in modinstdir to freetdm configure

10 years agoFS-8562: [mod_sofia] add update support for Mitel user agents
Michael Jerris [Mon, 4 Apr 2016 19:42:53 +0000 (15:42 -0400)] 
FS-8562: [mod_sofia] add update support for Mitel user agents

10 years agoFS-8780: fix the include for Windows builds that point to in tree lib
Michael Jerris [Mon, 4 Apr 2016 18:41:13 +0000 (14:41 -0400)] 
FS-8780: fix the include for Windows builds that point to in tree lib

10 years agoMerge pull request #687 in FS/freeswitch from freetdm_patch to master
Mike Jerris [Mon, 4 Apr 2016 18:51:09 +0000 (13:51 -0500)] 
Merge pull request #687 in FS/freeswitch from freetdm_patch to master

* commit '320d5f2015976fed9ca282dfeeb2bd3e977e6f76':
  Applied the Sangoma patch to FS version 1.2 in order to port to FS v1.6+

10 years agoFS-8779: fix the include for Windows builds that point to in tree lib
Michael Jerris [Mon, 4 Apr 2016 18:41:13 +0000 (14:41 -0400)] 
FS-8779: fix the include for Windows builds that point to in tree lib

10 years agoFS-8883: fix compile due to unused result failure on gnu compiler with --disable...
Michael Jerris [Mon, 4 Apr 2016 18:31:41 +0000 (14:31 -0400)] 
FS-8883: fix compile due to unused result failure on gnu compiler with --disable-debug

10 years agoMerge pull request #658 in FS/freeswitch from xml_rpc_segfault_fix to master
Mike Jerris [Mon, 4 Apr 2016 18:15:43 +0000 (13:15 -0500)] 
Merge pull request #658 in FS/freeswitch from xml_rpc_segfault_fix to master

* commit '23e333a9fc3dad4b227659f2a31fb65321970f1e':
  FS-8706: Fix a segfault where no response status was set previously, and try to prevent future ones by setting default response status of 500.

10 years agoMerge pull request #790 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9016...
Mike Jerris [Mon, 4 Apr 2016 16:45:57 +0000 (11:45 -0500)] 
Merge pull request #790 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9016-avmd-segfault-on-null-read_codec to master

* commit '0a893bac2f26a66b18ebb2e08ee05eafc3db47c5':
  FS-9016 Avmd segfaults on NULL read codec

10 years agoFS-9016 Avmd segfaults on NULL read codec
Piotr Gregor [Mon, 4 Apr 2016 01:31:46 +0000 (02:31 +0100)] 
FS-9016 Avmd segfaults on NULL read codec

Now it will simply exit. Also added more
descriptive and clear error reporting.

10 years agoFS-9015: [verto_communicator] save in UTF-8
Michael Jerris [Mon, 4 Apr 2016 14:34:39 +0000 (10:34 -0400)] 
FS-9015: [verto_communicator] save in UTF-8

10 years ago[verto_communicator] FS-9015 Minor fixes in Polish translation
Piotr Gregor [Sat, 2 Apr 2016 22:03:01 +0000 (23:03 +0100)] 
[verto_communicator] FS-9015 Minor fixes in Polish translation

10 years agoFS-9000: fix compile on bsd and with libyuv disabled
Michael Jerris [Sat, 2 Apr 2016 20:57:39 +0000 (16:57 -0400)] 
FS-9000: fix compile on bsd and with libyuv disabled

10 years agoFS-9000 tweaks
Anthony Minessale [Fri, 1 Apr 2016 15:49:46 +0000 (10:49 -0500)] 
FS-9000 tweaks

10 years agoFS-9004 [mod_http_cache] set http get timeout on thread that is actively downloading...
Chris Rienzo [Fri, 1 Apr 2016 15:08:00 +0000 (11:08 -0400)] 
FS-9004 [mod_http_cache] set http get timeout on thread that is actively downloading with the value from the download-timeout configuration.

10 years agoFS-9004 [mod_http_cache] added download-timeout param to prevent http_get from waitin...
Chris Rienzo [Fri, 1 Apr 2016 14:38:16 +0000 (10:38 -0400)] 
FS-9004 [mod_http_cache] added download-timeout param to prevent http_get from waiting unbounded time for downloading to finish.  Prevented prefetch threads from blocking if another thread is already downloading the same URL.

10 years agospec file update for asm build requirements for libyuv
Ken Rice [Fri, 1 Apr 2016 13:39:41 +0000 (08:39 -0500)] 
spec file update for asm build requirements for libyuv

10 years agoFS-9013 #resolve [Add vad talk time logging channel vars]
Anthony Minessale [Fri, 1 Apr 2016 00:25:56 +0000 (19:25 -0500)] 
FS-9013 #resolve [Add vad talk time logging channel vars]

10 years agoFS-9012 - [verto_communicator] Fixing sidebar in narrow resolutions
Italo Rossi [Thu, 31 Mar 2016 21:53:13 +0000 (18:53 -0300)] 
FS-9012 - [verto_communicator] Fixing sidebar in narrow resolutions

10 years agoMerge pull request #788 in FS/freeswitch from feature/FS-8913-problem-with-transfer...
Anthony Minessale II [Thu, 31 Mar 2016 21:44:13 +0000 (16:44 -0500)] 
Merge pull request #788 in FS/freeswitch from feature/FS-8913-problem-with-transfer-when-using to master

* commit '647cc257fdb76268019d22c2f813f7bb291d16e2':
  FS-8913 #resolve [Problem with transfer when using bypass_media + SRTP + Inbound late negotiation]

10 years agoFS-8913 #resolve [Problem with transfer when using bypass_media + SRTP + Inbound...
Anthony Minessale [Wed, 23 Mar 2016 20:46:03 +0000 (15:46 -0500)] 
FS-8913 #resolve [Problem with transfer when using bypass_media + SRTP + Inbound late negotiation]

10 years agoMerge pull request #787 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-8999 to master
Mike Jerris [Thu, 31 Mar 2016 21:38:30 +0000 (16:38 -0500)] 
Merge pull request #787 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-8999 to master

* commit '5e912b04a6ab5a3e5643c27c68dc399821072cb1':
  FS-8999: Fixed broken Erlang outbound connection

10 years agoFS-8977: tweak nvenc params
Mike Jerris [Thu, 31 Mar 2016 20:20:58 +0000 (20:20 +0000)] 
FS-8977: tweak nvenc params

10 years agoMerge pull request #784 in FS/freeswitch from ~SAFAROV/freeswitch2:verto to master
Mike Jerris [Thu, 31 Mar 2016 19:04:29 +0000 (14:04 -0500)] 
Merge pull request #784 in FS/freeswitch from ~SAFAROV/freeswitch2:verto to master

* commit '194b4263167044e5a8e7567a5efce67f253eb4a5':
  FS-8972: Minor fixies of russian translation of Verto Communicator

10 years agoFS-8972: Minor fixies of russian translation of Verto Communicator
Sergey Safarov [Wed, 30 Mar 2016 21:27:35 +0000 (00:27 +0300)] 
FS-8972: Minor fixies of russian translation of Verto Communicator

10 years agoMerge pull request #785 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-9005...
Italo Rossi [Thu, 31 Mar 2016 18:45:00 +0000 (13:45 -0500)] 
Merge pull request #785 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-9005-typo-in-label-id to master

* commit '1d89935539f9450d34fe58bd10686f2b50a056cc':
  FS-9005 - [verto_communicator] typo in label id

10 years agoFS-8999: Fixed broken Erlang outbound connection
Sergey Safarov [Thu, 31 Mar 2016 16:14:44 +0000 (19:14 +0300)] 
FS-8999: Fixed broken Erlang outbound connection

10 years agoFS-9005 - [verto_communicator] typo in label id
Davide Colombo [Thu, 31 Mar 2016 07:54:08 +0000 (09:54 +0200)] 
FS-9005 - [verto_communicator] typo in label id

10 years agoFS-8998 Oops, typo
Seven Du [Thu, 31 Mar 2016 02:12:59 +0000 (10:12 +0800)] 
FS-8998 Oops, typo

10 years agoFS-8998 add zh_CN
Seven Du [Thu, 31 Mar 2016 01:42:51 +0000 (09:42 +0800)] 
FS-8998 add zh_CN

10 years agodoh
Anthony Minessale [Wed, 30 Mar 2016 22:43:39 +0000 (17:43 -0500)] 
doh

10 years agoadd pcap-extract.sh
Anthony Minessale [Wed, 30 Mar 2016 22:41:31 +0000 (17:41 -0500)] 
add pcap-extract.sh

10 years agoFS-9002 #resolve [rtp timeout code is parsed on video but its designed for audio]
Anthony Minessale [Wed, 30 Mar 2016 20:43:55 +0000 (15:43 -0500)] 
FS-9002 #resolve [rtp timeout code is parsed on video but its designed for audio]

10 years agoMerge pull request #774 in FS/freeswitch from ~O_EMILIANO/freeswitch:feature/mod_av...
Anthony Minessale II [Wed, 30 Mar 2016 19:10:52 +0000 (14:10 -0500)] 
Merge pull request #774 in FS/freeswitch from ~O_EMILIANO/freeswitch:feature/mod_av-h264-tweak to master

* commit '2b189d9079e55fd7fdf4f913e37513e8cb37f537':
  FS-XXXX: [mod_av] tweak of parameters in h264 encoding

10 years agoFS-9000 #resolve [Set conference flags or conference member flags with individual...
Anthony Minessale [Wed, 30 Mar 2016 19:10:58 +0000 (14:10 -0500)] 
FS-9000 #resolve [Set conference flags or conference member flags with individual variables per flag]

10 years agoFS-8998: [verto_communicator] fix syntax error
Michael Jerris [Wed, 30 Mar 2016 18:40:37 +0000 (14:40 -0400)] 
FS-8998: [verto_communicator] fix syntax error

10 years ago[verto_communicator] Adding de, es, pl, ru, sv and id translations.
Italo Rossi [Wed, 30 Mar 2016 17:54:39 +0000 (14:54 -0300)] 
[verto_communicator] Adding de, es, pl, ru, sv and id translations.

10 years agoFS-8998: [verto_communicator] add spanish translation
Michael Jerris [Wed, 30 Mar 2016 17:05:26 +0000 (13:05 -0400)] 
FS-8998: [verto_communicator] add spanish translation

10 years agoMerge pull request #779 in FS/freeswitch from ~FLAVIO/freeswitch:bugfix/FS-8990 to...
Mike Jerris [Wed, 30 Mar 2016 15:50:40 +0000 (10:50 -0500)] 
Merge pull request #779 in FS/freeswitch from ~FLAVIO/freeswitch:bugfix/FS-8990 to master

* commit '3623e2747d7f0a8d9753f32be04b39af87466783':
  FS-8990 add verto_client_address to verto and presence events

10 years agoFS-8998: [verto_communicator] add verto german translation
Raphael Lechner [Wed, 30 Mar 2016 15:37:26 +0000 (17:37 +0200)] 
FS-8998: [verto_communicator] add verto german translation

10 years agoMerge pull request #782 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-8997...
Mike Jerris [Wed, 30 Mar 2016 15:46:30 +0000 (10:46 -0500)] 
Merge pull request #782 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-8997-fix-fallback-language to master

* commit '94d23666dc450b462c4e51fbd34aca3c491caa5c':
  FS-8997 - [verto_communicator] fix fallbackLanguage

10 years agoMerge pull request #781 in FS/freeswitch from ~SAFAROV/freeswitch2:verto to master
Mike Jerris [Wed, 30 Mar 2016 15:45:52 +0000 (10:45 -0500)] 
Merge pull request #781 in FS/freeswitch from ~SAFAROV/freeswitch2:verto to master

* commit 'dea8519e2a376f53eef70316e2adfc73157b66ba':
  FS-8972: Added russian translation for Verto Communicator