]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Michael Jerris [Tue, 17 Feb 2015 21:47:17 +0000 (16:47 -0500)]
FS-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
Michael Jerris [Tue, 17 Feb 2015 17:20:24 +0000 (12:20 -0500)]
FS-7294: Enable -Werror when building with clang compiler #resolve
Brian West [Tue, 17 Feb 2015 16:23:44 +0000 (10:23 -0600)]
Merge branch 'master' of ssh://freeswitch.org:7999/fs/freeswitch
Brian West [Tue, 17 Feb 2015 16:23:38 +0000 (10:23 -0600)]
Update .bashrc with some helper aliases
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
William King [Tue, 17 Feb 2015 00:04:24 +0000 (16:04 -0800)]
Debian rules update to handle a pre-bootstrapped orig file
Anthony Minessale [Mon, 16 Feb 2015 22:59:55 +0000 (16:59 -0600)]
FS-7122 forgot to add file to last commit
Anthony Minessale [Mon, 16 Feb 2015 22:25:35 +0000 (16:25 -0600)]
FS-7122: Working with william to find a better way
Anthony Minessale [Mon, 16 Feb 2015 22:20:14 +0000 (16:20 -0600)]
FS-7122 REVERT
Anthony Minessale [Mon, 16 Feb 2015 22:13:13 +0000 (16:13 -0600)]
CentOS 5 dosn't support subdir-objects
Anthony Minessale [Mon, 16 Feb 2015 22:06:43 +0000 (16:06 -0600)]
FS-7122 reversion
Brian West [Mon, 16 Feb 2015 15:17:20 +0000 (09:17 -0600)]
Tweak Cent5 auto build
Anthony Minessale [Fri, 13 Feb 2015 20:09:44 +0000 (14:09 -0600)]
FS-7066 FS-7253 FS-7231 #comment revert some of patch
Brian West [Thu, 12 Feb 2015 19:10:02 +0000 (13:10 -0600)]
FS-7270 look for -bin first
Brian West [Thu, 12 Feb 2015 18:56:26 +0000 (12:56 -0600)]
FS-7270 tweak for jesse
Brian West [Thu, 12 Feb 2015 18:39:49 +0000 (12:39 -0600)]
FS-7270 #resolve libtool or libtool-bin will do
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
Anthony Minessale [Thu, 12 Feb 2015 16:44:42 +0000 (10:44 -0600)]
FS-7236 refactor to fix audio problem from
7c6367052cc35c457cf6bcee49e473e744422d29
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.
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.
Michael Jerris [Wed, 11 Feb 2015 17:40:49 +0000 (12:40 -0500)]
fix email address to match what i usually commit with
Michael Jerris [Wed, 11 Feb 2015 17:39:56 +0000 (12:39 -0500)]
FS-7264: fix signed/unsigned warnings on windows building ws.c
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]
Michael Jerris [Wed, 11 Feb 2015 17:14:53 +0000 (12:14 -0500)]
FS-7264: silence inet_ntop deprecated warnings
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
Chris Rienzo [Wed, 11 Feb 2015 16:55:46 +0000 (11:55 -0500)]
FS-7265 #resolve #comment [mod_mongo] add mongo_find_n API
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.
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
Anthony Minessale [Wed, 11 Feb 2015 00:38:06 +0000 (18:38 -0600)]
FS-7260 #resolve #comment added to master
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
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.
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
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).
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
Ken Rice [Mon, 9 Feb 2015 18:19:31 +0000 (12:19 -0600)]
Tweaks for building packages
Mike Jerris [Mon, 9 Feb 2015 17:23:58 +0000 (11:23 -0600)]
FS-7236: fix mutex use before init error caused by
27c8622
Michael Jerris [Fri, 6 Feb 2015 23:37:59 +0000 (18:37 -0500)]
FS-7245: don't rebuild core on mod_foo-clean targets
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
Michael Jerris [Thu, 5 Feb 2015 17:45:14 +0000 (12:45 -0500)]
FS-7236: fix code before declaration
Anthony Minessale [Thu, 5 Feb 2015 22:53:01 +0000 (16:53 -0600)]
FS-7236 #resolve
Brian West [Thu, 5 Feb 2015 00:55:01 +0000 (18:55 -0600)]
FS-7235 #comment try this
Ken Rice [Wed, 4 Feb 2015 22:57:22 +0000 (16:57 -0600)]
small tweaks to trigger bamboo
Ken Rice [Wed, 4 Feb 2015 21:05:21 +0000 (15:05 -0600)]
add a test build script
Chris Rienzo [Wed, 4 Feb 2015 16:30:28 +0000 (11:30 -0500)]
FS-7149 update freeswitch.spec for flite-2.0.0
Ken Rice [Tue, 3 Feb 2015 21:04:57 +0000 (15:04 -0600)]
update copyright date on spec file
Brian West [Fri, 30 Jan 2015 16:53:44 +0000 (10:53 -0600)]
FS-7217: #resolve #comment use upper when you query
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.
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
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
Brian West [Wed, 28 Jan 2015 20:16:12 +0000 (14:16 -0600)]
FS-7211 #comment another exception #resolve
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.
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.
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.
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.
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
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.
Seven Du [Tue, 27 Jan 2015 15:17:43 +0000 (23:17 +0800)]
tweak log level
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.
Matteo Brancaleoni [Tue, 27 Jan 2015 14:56:00 +0000 (15:56 +0100)]
Set ANI plan and ANI type for ftmod_libpri.
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.
Anthony Minessale [Mon, 26 Jan 2015 17:01:40 +0000 (11:01 -0600)]
FS-7193 #resolve
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
Anthony Minessale [Fri, 23 Jan 2015 21:12:26 +0000 (15:12 -0600)]
FS-7166 #resolve
Anthony Minessale [Fri, 23 Jan 2015 21:06:16 +0000 (15:06 -0600)]
auto urlencode user portion of sip uri
Anthony Minessale [Fri, 23 Jan 2015 20:53:00 +0000 (20:53 +0000)]
enable nat mode for verto when ext-rtp-ip is set
Anthony Minessale [Fri, 23 Jan 2015 19:14:58 +0000 (13:14 -0600)]
FS-7186 #resolve
Anthony Minessale [Fri, 23 Jan 2015 17:03:33 +0000 (11:03 -0600)]
FS-7173 #comment please test
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
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
Anthony Minessale [Thu, 22 Jan 2015 03:10:21 +0000 (21:10 -0600)]
wtf
Anthony Minessale [Thu, 22 Jan 2015 03:08:09 +0000 (21:08 -0600)]
fix media reload on verto and sip re-invites
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
Anthony Minessale [Wed, 21 Jan 2015 17:24:01 +0000 (11:24 -0600)]
FS-7106 #resolve
Anthony Minessale [Wed, 21 Jan 2015 17:22:42 +0000 (11:22 -0600)]
fix hash dump gdb function
Anthony Minessale [Wed, 21 Jan 2015 08:01:54 +0000 (02:01 -0600)]
fix cent5 build
Anthony Minessale [Wed, 21 Jan 2015 01:21:18 +0000 (20:21 -0500)]
up the ice failover val to 3 sec
Anthony Minessale [Tue, 20 Jan 2015 19:56:00 +0000 (13:56 -0600)]
FS-7173 #resolve #comment please verify fix in master
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
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
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
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)
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
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
Anthony Minessale [Sat, 17 Jan 2015 00:22:27 +0000 (18:22 -0600)]
fix seg in ice rtp code
Anthony Minessale [Fri, 16 Jan 2015 15:47:40 +0000 (09:47 -0600)]
fix parsing error in verto
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
Brian West [Fri, 16 Jan 2015 15:31:08 +0000 (09:31 -0600)]
FS-7157 #resolve
Brian West [Fri, 16 Jan 2015 15:29:10 +0000 (09:29 -0600)]
FS-7156 #resolve
Brian West [Fri, 16 Jan 2015 15:28:28 +0000 (09:28 -0600)]
#resolve FS-7162 #comment test
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
Brian West [Wed, 14 Jan 2015 17:08:50 +0000 (11:08 -0600)]
#comment update debian utils for flite 2.0.0 #resolve
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
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.
Anthony Minessale [Tue, 13 Jan 2015 21:49:43 +0000 (15:49 -0600)]
prevent crash when calling mediaStats JSON function in certian circumstances
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.
Brian West [Tue, 13 Jan 2015 19:40:16 +0000 (13:40 -0600)]
FS-7149 #comment Linux part complete.
Anthony Minessale [Tue, 13 Jan 2015 05:20:39 +0000 (23:20 -0600)]
FS-7148 #resolve #comment declinatio mortuus obfirmo!
Anthony Minessale [Mon, 12 Jan 2015 18:55:42 +0000 (12:55 -0600)]
FS-7144 #resolve
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