]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
10 years agoFS-7294: Enable -Werror when building with clang compiler
Michael Jerris [Tue, 17 Feb 2015 21:47:17 +0000 (16:47 -0500)] 
FS-7294: Enable -Werror when building with clang compiler

10 years agoFS-7294: Enable -Werror when building with clang compiler
Michael Jerris [Tue, 17 Feb 2015 21:23:53 +0000 (16:23 -0500)] 
FS-7294: Enable -Werror when building with clang compiler

10 years agoFS-7294: Enable -Werror when building with clang compiler #resolve
Michael Jerris [Tue, 17 Feb 2015 17:20:24 +0000 (12:20 -0500)] 
FS-7294: Enable -Werror when building with clang compiler #resolve

10 years agoMerge branch 'master' of ssh://freeswitch.org:7999/fs/freeswitch
Brian West [Tue, 17 Feb 2015 16:23:44 +0000 (10:23 -0600)] 
Merge branch 'master' of ssh://freeswitch.org:7999/fs/freeswitch

10 years agoUpdate .bashrc with some helper aliases
Brian West [Tue, 17 Feb 2015 16:23:38 +0000 (10:23 -0600)] 
Update .bashrc with some helper aliases

10 years agoFS-7164 [mod_rayo] support input grammar URL for MRCP only. Mixing URL and embedded...
Chris Rienzo [Tue, 17 Feb 2015 14:52:49 +0000 (09:52 -0500)] 
FS-7164 [mod_rayo] support input grammar URL for MRCP only.  Mixing URL and embedded grammars in same input request (but in different grammar elements) should work

10 years agoDebian rules update to handle a pre-bootstrapped orig file
William King [Tue, 17 Feb 2015 00:04:24 +0000 (16:04 -0800)] 
Debian rules update to handle a pre-bootstrapped orig file

10 years agoFS-7122 forgot to add file to last commit
Anthony Minessale [Mon, 16 Feb 2015 22:59:55 +0000 (16:59 -0600)] 
FS-7122 forgot to add file to last commit

10 years agoFS-7122: Working with william to find a better way
Anthony Minessale [Mon, 16 Feb 2015 22:25:35 +0000 (16:25 -0600)] 
FS-7122: Working with william to find a better way

10 years agoFS-7122 REVERT
Anthony Minessale [Mon, 16 Feb 2015 22:20:14 +0000 (16:20 -0600)] 
FS-7122 REVERT

10 years agoCentOS 5 dosn't support subdir-objects
Anthony Minessale [Mon, 16 Feb 2015 22:13:13 +0000 (16:13 -0600)] 
CentOS 5 dosn't support subdir-objects

10 years agoFS-7122 reversion
Anthony Minessale [Mon, 16 Feb 2015 22:06:43 +0000 (16:06 -0600)] 
FS-7122 reversion

10 years agoTweak Cent5 auto build
Brian West [Mon, 16 Feb 2015 15:17:20 +0000 (09:17 -0600)] 
Tweak Cent5 auto build

10 years agoFS-7066 FS-7253 FS-7231 #comment revert some of patch
Anthony Minessale [Fri, 13 Feb 2015 20:09:44 +0000 (14:09 -0600)] 
FS-7066 FS-7253 FS-7231 #comment revert some of patch

10 years agoFS-7270 look for -bin first
Brian West [Thu, 12 Feb 2015 19:10:02 +0000 (13:10 -0600)] 
FS-7270 look for -bin first

10 years agoFS-7270 tweak for jesse
Brian West [Thu, 12 Feb 2015 18:56:26 +0000 (12:56 -0600)] 
FS-7270 tweak for jesse

10 years agoFS-7270 #resolve libtool or libtool-bin will do
Brian West [Thu, 12 Feb 2015 18:39:49 +0000 (12:39 -0600)] 
FS-7270 #resolve libtool or libtool-bin will do

10 years agoFS-7270 remove libtool-bin since this is specific to Jesse, update libjpeg-dev to...
Brian West [Thu, 12 Feb 2015 18:32:43 +0000 (12:32 -0600)] 
FS-7270 remove libtool-bin since this is specific to Jesse, update libjpeg-dev to libjpeg8-dev sigh why change the name of the package

10 years agoFS-7236 refactor to fix audio problem from 7c6367052cc35c457cf6bcee49e473e744422d29
Anthony Minessale [Thu, 12 Feb 2015 16:44:42 +0000 (10:44 -0600)] 
FS-7236 refactor to fix audio problem from 7c6367052cc35c457cf6bcee49e473e744422d29

10 years agoMerge pull request #186 in FS/freeswitch from ~CODE.VINEET/freeswitch-fs-7269:master...
Mike Jerris [Thu, 12 Feb 2015 14:43:55 +0000 (08:43 -0600)] 
Merge pull request #186 in FS/freeswitch from ~CODE.VINEET/freeswitch-fs-7269:master to master

* commit '299b313b786a4a3e999a5503e7b303991c9c3cd6':
  FS-7269 : Add error logs in exec_user_method() when exception occurs.

10 years agoFS-7269 : Add error logs in exec_user_method() when exception occurs.
Vineet Chaudhary [Thu, 12 Feb 2015 13:11:12 +0000 (18:41 +0530)] 
FS-7269 : Add error logs in exec_user_method() when exception occurs.

In exec_user_method() report ERROR LOG to console in cases exceptions occurs,
like if any of class/method/userMethod->arg is null or for any reason which
sets status to SWITCH_STATUS_FALSE because that prevents loading mod_java and
users don't have clue why it is failing to load.

With this patch error logs can tell why method failed to execute.

10 years agofix email address to match what i usually commit with
Michael Jerris [Wed, 11 Feb 2015 17:40:49 +0000 (12:40 -0500)] 
fix email address to match what i usually commit with

10 years agoFS-7264: fix signed/unsigned warnings on windows building ws.c
Michael Jerris [Wed, 11 Feb 2015 17:39:56 +0000 (12:39 -0500)] 
FS-7264: fix signed/unsigned warnings on windows building ws.c

10 years agoMerge pull request #173 in FS/freeswitch from ~MANAV/freeswitch:sync-mod_v8-defaults...
Mike Jerris [Wed, 11 Feb 2015 17:24:03 +0000 (11:24 -0600)] 
Merge pull request #173 in FS/freeswitch from ~MANAV/freeswitch:sync-mod_v8-defaults to master

* commit '35e4c978ce625eb9b57a72b225540c0e87a23875':
  Do not autoload mod_v8 in the default config [FS-7263]

10 years agoFS-7264: silence inet_ntop deprecated warnings
Michael Jerris [Wed, 11 Feb 2015 17:14:53 +0000 (12:14 -0500)] 
FS-7264: silence inet_ntop deprecated warnings

10 years agoFS-7262: #resolve #comment fix regression in native recording using record thread...
Mike Jerris [Wed, 11 Feb 2015 16:58:51 +0000 (10:58 -0600)] 
FS-7262: #resolve #comment fix regression in native recording using record thread from FS-7083 326289c

10 years agoFS-7265 #resolve #comment [mod_mongo] add mongo_find_n API
Chris Rienzo [Wed, 11 Feb 2015 16:55:46 +0000 (11:55 -0500)] 
FS-7265 #resolve #comment [mod_mongo] add mongo_find_n API

10 years agoDo not autoload mod_v8 in the default config [FS-7263]
Manav Rathi [Sun, 1 Feb 2015 05:55:06 +0000 (11:25 +0530)] 
Do not autoload mod_v8 in the default config [FS-7263]

mod_v8 is commented out in modules.conf (possibly because it requires
v8 development files installed), but is present in modules.conf. This
commit updates modules.conf.xml to reflect the defaults present in
modules.conf and not try and autoload mod_v8. With this change, the
spurious warning during start up goes away.

10 years agoMerge pull request #178 in FS/freeswitch from ~RAJESH_FIRESPOTTER.COM/freeswitch...
Mike Jerris [Tue, 10 Feb 2015 18:53:13 +0000 (12:53 -0600)] 
Merge pull request #178 in FS/freeswitch from ~RAJESH_FIRESPOTTER.COM/freeswitch-fs-7228:master to master

* commit '5db8a0c16bc75c2f3dd10d7de63d95ab2ef2679f':
  FS-7228 - Max Register Refresh before the Register is challenged for credentials

10 years agoFS-7260 #resolve #comment added to master
Anthony Minessale [Wed, 11 Feb 2015 00:38:06 +0000 (18:38 -0600)] 
FS-7260 #resolve #comment added to master

10 years agomake this play cleaner with bamboo... if you are using this script destination dirs...
Ken Rice [Tue, 10 Feb 2015 16:30:06 +0000 (10:30 -0600)] 
make this play cleaner with bamboo... if you are using this script destination dirs have changed to be more inline with the debian builds. This is part of the updates for deploying bamboo

10 years agoMerge pull request #183 in FS/freeswitch from ~CODE.VINEET/freeswitch-fs-7256:master...
Mike Jerris [Tue, 10 Feb 2015 15:52:10 +0000 (09:52 -0600)] 
Merge pull request #183 in FS/freeswitch from ~CODE.VINEET/freeswitch-fs-7256:master to master

* commit 'adccf499ad643f60a4c574437ace3cec8768926c':
  FS-7256 : Unable to load mod_java.

10 years agoFS-7252 #resolve 6-year-old regression from commit 525f1ac362ebe378fee2d38e3a5ed2e77e...
Anthony Minessale [Tue, 10 Feb 2015 08:15:18 +0000 (02:15 -0600)] 
FS-7252 #resolve 6-year-old regression from commit 525f1ac362ebe378fee2d38e3a5ed2e77e7bc436 back in 2008

10 years agoFS-7256 : Unable to load mod_java.
Vineet Chaudhary [Tue, 10 Feb 2015 07:13:26 +0000 (12:43 +0530)] 
FS-7256 : Unable to load mod_java.

FS not able to load mod_java because in load_config switch_status_t status
is not initialised and in some conditions status is not gets set ever
resulting returning garbage value, resulting failuar to load mod_java.so.

With this patch status is set to SWITCH_STATUS_SUCCESS so in case everything
is loaded it can load mod_java else status is set to SWITCH_STATUS_FALSE(which
is already covered).

10 years agocannot send call state about state destroy, this is an internal state and the session...
Anthony Minessale [Tue, 10 Feb 2015 04:34:04 +0000 (22:34 -0600)] 
cannot send call state about state destroy, this is an internal state and the session is already destoyed.  Bug from original implementation

10 years agoTweaks for building packages
Ken Rice [Mon, 9 Feb 2015 18:19:31 +0000 (12:19 -0600)] 
Tweaks for building packages

10 years agoFS-7236: fix mutex use before init error caused by 27c8622
Mike Jerris [Mon, 9 Feb 2015 17:23:58 +0000 (11:23 -0600)] 
FS-7236: fix mutex use before init error caused by 27c8622

10 years agoFS-7245: don't rebuild core on mod_foo-clean targets
Michael Jerris [Fri, 6 Feb 2015 23:37:59 +0000 (18:37 -0500)] 
FS-7245: don't rebuild core on mod_foo-clean targets

10 years agoFS-7228 - Max Register Refresh before the Register is challenged for credentials
Rajesh Panicker [Fri, 6 Feb 2015 07:23:41 +0000 (23:23 -0800)] 
FS-7228 - Max Register Refresh before the Register is challenged for credentials

10 years agoFS-7236: fix code before declaration
Michael Jerris [Thu, 5 Feb 2015 17:45:14 +0000 (12:45 -0500)] 
FS-7236: fix code before declaration

10 years agoFS-7236 #resolve
Anthony Minessale [Thu, 5 Feb 2015 22:53:01 +0000 (16:53 -0600)] 
FS-7236 #resolve

10 years agoFS-7235 #comment try this
Brian West [Thu, 5 Feb 2015 00:55:01 +0000 (18:55 -0600)] 
FS-7235 #comment try this

10 years agosmall tweaks to trigger bamboo
Ken Rice [Wed, 4 Feb 2015 22:57:22 +0000 (16:57 -0600)] 
small tweaks to trigger bamboo

10 years agoadd a test build script
Ken Rice [Wed, 4 Feb 2015 21:05:21 +0000 (15:05 -0600)] 
add a test build script

10 years agoFS-7149 update freeswitch.spec for flite-2.0.0
Chris Rienzo [Wed, 4 Feb 2015 16:30:28 +0000 (11:30 -0500)] 
FS-7149 update freeswitch.spec for flite-2.0.0

10 years agoupdate copyright date on spec file
Ken Rice [Tue, 3 Feb 2015 21:04:57 +0000 (15:04 -0600)] 
update copyright date on spec file

10 years agoFS-7217: #resolve #comment use upper when you query
Brian West [Fri, 30 Jan 2015 16:53:44 +0000 (10:53 -0600)] 
FS-7217: #resolve #comment use upper when you query

10 years agoFix a null pointer dereference in the native postgresql connection
William King [Thu, 29 Jan 2015 21:20:10 +0000 (15:20 -0600)] 
Fix a null pointer dereference in the native postgresql connection
code. This is unlikely to ever be hit in the field.

10 years agoFS-7214: [mod_memchace] fix seg caused by bad command argument bounds checking for...
Michael Jerris [Thu, 29 Jan 2015 16:41:51 +0000 (10:41 -0600)] 
FS-7214: [mod_memchace] fix seg caused by bad command argument bounds checking for flush and deleete

10 years agoFS-7208 #comment _undef_ as the header and/or ident will make it be an empty string...
Brian West [Thu, 29 Jan 2015 14:25:01 +0000 (08:25 -0600)] 
FS-7208 #comment _undef_ as the header and/or ident will make it be an empty string which is the same you were doing on your local builds #resolve

10 years agoFS-7211 #comment another exception #resolve
Brian West [Wed, 28 Jan 2015 20:16:12 +0000 (14:16 -0600)] 
FS-7211 #comment another exception #resolve

10 years agoMerge pull request #171 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-7209...
Moises Silva [Wed, 28 Jan 2015 16:35:09 +0000 (10:35 -0600)] 
Merge pull request #171 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-7209-improve-ani-ton-and-type-when-not to master

* commit '3cd62df96f78a0ea3255c4fced2e2f32f97c0a42':
  If ANI ton is not interpreted correctly by libpri, fallback to calling ton/type.

10 years agoMerge pull request #165 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-7197...
Moises Silva [Wed, 28 Jan 2015 16:33:47 +0000 (10:33 -0600)] 
Merge pull request #165 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-7197-libpri-spans-fails-to-stop-when-unloading to master

* commit 'e062f5e3c8355a6b5cb0d12ddb99300e95b38193':
  If the span has been already fully stopped and ftdm is not running, return success from the span stop function.

10 years agoIf ANI ton is not interpreted correctly by libpri,
Matteo Brancaleoni [Wed, 28 Jan 2015 10:13:37 +0000 (11:13 +0100)] 
If ANI ton is not interpreted correctly by libpri,
fallback to calling ton/type.

10 years agoIf the span has been already fully stopped and ftdm is not running,
Matteo Brancaleoni [Tue, 27 Jan 2015 09:17:07 +0000 (10:17 +0100)] 
If the span has been already fully stopped and ftdm is not running,
return success from the span stop function.

10 years agoFS-7205 #comment do not url encode unless an at sign is in the uri #resolve
Brian West [Tue, 27 Jan 2015 20:35:18 +0000 (14:35 -0600)] 
FS-7205 #comment do not url encode unless an at sign is in the uri #resolve

10 years agoMerge pull request #166 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-7201...
Moises Silva [Tue, 27 Jan 2015 17:34:34 +0000 (11:34 -0600)] 
Merge pull request #166 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-7201-ftmod_libpri-does-not-set-ani-type to master

* commit '8307e7842d3bf0367ebf63704e384cfdfd036fe8':
  Set ANI plan and ANI type for ftmod_libpri.

10 years agotweak log level
Seven Du [Tue, 27 Jan 2015 15:17:43 +0000 (23:17 +0800)] 
tweak log level

10 years agofix read of 0 bytes problem and make buffer null terminated before using strstr
Seven Du [Tue, 27 Jan 2015 15:14:18 +0000 (23:14 +0800)] 
fix read of 0 bytes problem and make buffer null terminated before using strstr

on debian 7, ws_raw_read returns 0 when client side disconnect the socket,
no HUP is detected and it resulted in an infinite loop.

10 years agoSet ANI plan and ANI type for ftmod_libpri.
Matteo Brancaleoni [Tue, 27 Jan 2015 14:56:00 +0000 (15:56 +0100)] 
Set ANI plan and ANI type for ftmod_libpri.

10 years agoFS-7191 #resolve #comment edit pgsql example connection string to remove unneeded...
Ken Rice [Mon, 26 Jan 2015 21:57:33 +0000 (15:57 -0600)] 
FS-7191 #resolve #comment edit pgsql example connection string to remove unneeded option that may cause a failure on some systems.

10 years agoFS-7193 #resolve
Anthony Minessale [Mon, 26 Jan 2015 17:01:40 +0000 (11:01 -0600)] 
FS-7193 #resolve

10 years agoone more tweak to not jump back and forth on ice when you have 2 reachable
Anthony Minessale [Mon, 26 Jan 2015 15:31:15 +0000 (10:31 -0500)] 
one more tweak to not jump back and forth on ice when you have 2 reachable

10 years agoFS-7166 #resolve
Anthony Minessale [Fri, 23 Jan 2015 21:12:26 +0000 (15:12 -0600)] 
FS-7166 #resolve

10 years agoauto urlencode user portion of sip uri
Anthony Minessale [Fri, 23 Jan 2015 21:06:16 +0000 (15:06 -0600)] 
auto urlencode user portion of sip uri

10 years agoenable nat mode for verto when ext-rtp-ip is set
Anthony Minessale [Fri, 23 Jan 2015 20:53:00 +0000 (20:53 +0000)] 
enable nat mode for verto when ext-rtp-ip is set

10 years agoFS-7186 #resolve
Anthony Minessale [Fri, 23 Jan 2015 19:14:58 +0000 (13:14 -0600)] 
FS-7186 #resolve

10 years agoFS-7173 #comment please test
Anthony Minessale [Fri, 23 Jan 2015 17:03:33 +0000 (11:03 -0600)] 
FS-7173 #comment please test

10 years agoMerge pull request #164 in FS/freeswitch from ~VIPKILLA/freeswitch-fs-7187:master...
Mike Jerris [Thu, 22 Jan 2015 21:03:07 +0000 (15:03 -0600)] 
Merge pull request #164 in FS/freeswitch from ~VIPKILLA/freeswitch-fs-7187:master to master

* commit '01dcb74f33964e435e3b93d425ffaadaad67f206':
  FS-7187 add switch_cache_db_create_schema() to test for SCF_AUTO_SCHEMAS flag

10 years agoFS-7187 add switch_cache_db_create_schema() to test for SCF_AUTO_SCHEMAS flag
E. Schmidbauer [Thu, 22 Jan 2015 20:41:22 +0000 (15:41 -0500)] 
FS-7187 add switch_cache_db_create_schema() to test for SCF_AUTO_SCHEMAS flag

10 years agowtf
Anthony Minessale [Thu, 22 Jan 2015 03:10:21 +0000 (21:10 -0600)] 
wtf

10 years agofix media reload on verto and sip re-invites
Anthony Minessale [Thu, 22 Jan 2015 03:08:09 +0000 (21:08 -0600)] 
fix media reload on verto and sip re-invites

10 years agoFS-7174: #resolve #comment make sure not to leave any sessions readlocked in bridge_e...
Michael Jerris [Wed, 21 Jan 2015 22:16:56 +0000 (17:16 -0500)] 
FS-7174: #resolve #comment make sure not to leave any sessions readlocked in bridge_early_media=true in case one in the middle of the list is abandoned

10 years agoFS-7106 #resolve
Anthony Minessale [Wed, 21 Jan 2015 17:24:01 +0000 (11:24 -0600)] 
FS-7106 #resolve

10 years agofix hash dump gdb function
Anthony Minessale [Wed, 21 Jan 2015 17:22:42 +0000 (11:22 -0600)] 
fix hash dump gdb function

10 years agofix cent5 build
Anthony Minessale [Wed, 21 Jan 2015 08:01:54 +0000 (02:01 -0600)] 
fix cent5 build

10 years agoup the ice failover val to 3 sec
Anthony Minessale [Wed, 21 Jan 2015 01:21:18 +0000 (20:21 -0500)] 
up the ice failover val to 3 sec

10 years agoFS-7173 #resolve #comment please verify fix in master
Anthony Minessale [Tue, 20 Jan 2015 19:56:00 +0000 (13:56 -0600)] 
FS-7173 #resolve #comment please verify fix in master

10 years agoFS-7180: properly build esl luamod when not using the --enable-system-lua configure arg
Michael Jerris [Tue, 20 Jan 2015 19:37:43 +0000 (14:37 -0500)] 
FS-7180: properly build esl luamod when not using the --enable-system-lua configure arg

10 years agoFS-7180: when using system lua, properly link against renamed library versions on...
Michael Jerris [Tue, 20 Jan 2015 19:32:36 +0000 (14:32 -0500)] 
FS-7180: when using system lua, properly link against renamed library versions on debian for esl luamod

10 years agoFS-7180: when using system lua, properly link against reanmed library versions on...
Brian West [Tue, 20 Jan 2015 19:18:12 +0000 (13:18 -0600)] 
FS-7180: when using system lua, properly link against reanmed library versions on debian for mod_lua

10 years agoFS-7180: let esl lua module build against lua 5.1 or 5.2 (requires newer swig)
Brian West [Tue, 20 Jan 2015 18:26:57 +0000 (12:26 -0600)] 
FS-7180: let esl lua module build against lua 5.1 or 5.2 (requires newer swig)

10 years agoFS-7180: add --enable-sytem-lua configure arg to allow building mod_lua against syste...
Michael Jerris [Tue, 20 Jan 2015 18:03:06 +0000 (13:03 -0500)] 
FS-7180: add --enable-sytem-lua configure arg to allow building mod_lua against system lua and allow mod_lua to build against lua 5.1 or 5.2

10 years agoFS-7180: add --enable-sytem-lua configure arg to allow building mod_lua against syste...
Michael Jerris [Tue, 20 Jan 2015 16:48:00 +0000 (11:48 -0500)] 
FS-7180: add --enable-sytem-lua configure arg to allow building mod_lua against system lua and allow mod_lua to build against lua 5.1 or 5.2

10 years agofix seg in ice rtp code
Anthony Minessale [Sat, 17 Jan 2015 00:22:27 +0000 (18:22 -0600)] 
fix seg in ice rtp code

10 years agofix parsing error in verto
Anthony Minessale [Fri, 16 Jan 2015 15:47:40 +0000 (09:47 -0600)] 
fix parsing error in verto

10 years agoMerge pull request #162 in FS/freeswitch from ~MARKUSL/freeswitch:FS-7151 to master
Brian West [Fri, 16 Jan 2015 15:33:19 +0000 (09:33 -0600)] 
Merge pull request #162 in FS/freeswitch from ~MARKUSL/freeswitch:FS-7151 to master

* commit '5c5b9fcd2174adcff0d9ca235d41864a062144fe':
  If available, use libjpeg-turbo in Debian build dependencies

10 years agoFS-7157 #resolve
Brian West [Fri, 16 Jan 2015 15:31:08 +0000 (09:31 -0600)] 
FS-7157 #resolve

10 years agoFS-7156 #resolve
Brian West [Fri, 16 Jan 2015 15:29:10 +0000 (09:29 -0600)] 
FS-7156 #resolve

10 years ago#resolve FS-7162 #comment test
Brian West [Fri, 16 Jan 2015 15:28:28 +0000 (09:28 -0600)] 
#resolve FS-7162 #comment test

10 years agoIf available, use libjpeg-turbo in Debian build dependencies
Markus Lindenberg [Thu, 15 Jan 2015 08:21:32 +0000 (09:21 +0100)] 
If available, use libjpeg-turbo in Debian build dependencies

Debian is transitioning to libjepg-turbo in Jessie.

See the libjpeg-turbo transition plan for details:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754988

FS-7151 #resolve

10 years ago#comment update debian utils for flite 2.0.0 #resolve
Brian West [Wed, 14 Jan 2015 17:08:50 +0000 (11:08 -0600)] 
#comment update debian utils for flite 2.0.0 #resolve

10 years agoMerge pull request #160 in FS/freeswitch from ~FLAVIO/freeswitch:bugfix/FS-7004 to...
Mike Jerris [Wed, 14 Jan 2015 17:08:42 +0000 (11:08 -0600)] 
Merge pull request #160 in FS/freeswitch from ~FLAVIO/freeswitch:bugfix/FS-7004 to master

* commit '378d35058fec4aaa471dced8112a69f0e779b45a':
  FS-7004 mod_sndfile: use correct permissions to create new files

10 years agoFS-7004 mod_sndfile: use correct permissions to create new files
Flavio Grossi [Tue, 13 Jan 2015 14:30:39 +0000 (15:30 +0100)] 
FS-7004 mod_sndfile: use correct permissions to create new files

libsndfile's sf_open() function doesn't allow to pass file permissions. To fix
this, new files are created with the correct mode before passing them to
libsndfile.

10 years agoprevent crash when calling mediaStats JSON function in certian circumstances
Anthony Minessale [Tue, 13 Jan 2015 21:49:43 +0000 (15:49 -0600)] 
prevent crash when calling mediaStats JSON function in certian circumstances

10 years agoFS-7150 #resolve #comment [mod_rayo] added param add-variables-to-events which will...
Chris Rienzo [Tue, 13 Jan 2015 21:01:02 +0000 (16:01 -0500)] 
FS-7150 #resolve #comment [mod_rayo] added param add-variables-to-events which will add channel variables to <offer>, <ringing>, <answered>, and <end> if set to true.  Default is false.

10 years agoFS-7149 #comment Linux part complete.
Brian West [Tue, 13 Jan 2015 19:40:16 +0000 (13:40 -0600)] 
FS-7149 #comment Linux part complete.

10 years agoFS-7148 #resolve #comment declinatio mortuus obfirmo!
Anthony Minessale [Tue, 13 Jan 2015 05:20:39 +0000 (23:20 -0600)] 
FS-7148 #resolve #comment declinatio mortuus obfirmo!

10 years agoFS-7144 #resolve
Anthony Minessale [Mon, 12 Jan 2015 18:55:42 +0000 (12:55 -0600)] 
FS-7144 #resolve

10 years agoFix build of freetdm on CentOS
William King [Fri, 9 Jan 2015 22:21:05 +0000 (14:21 -0800)] 
Fix build of freetdm on CentOS

Revert the build change to freetdm since it broke the build of that
modules on CentOS. Once a working change is finished, then it'll be
committed against FS-7122.

FS-7142 #resolve