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

10 years agoFS-7131 #comment please test
Anthony Minessale [Sat, 10 Jan 2015 03:47:28 +0000 (21:47 -0600)] 
FS-7131 #comment please test

10 years agoMerge pull request #146 in FS/freeswitch from ~DDRAGIC/freeswitch:bugfix/FS-7121...
Mike Jerris [Fri, 9 Jan 2015 17:59:16 +0000 (11:59 -0600)] 
Merge pull request #146 in FS/freeswitch from ~DDRAGIC/freeswitch:bugfix/FS-7121-switch_events_match-matches-any-substring to master

* commit '1c16d5d8b041d0fac3463f5f88eaaa1f60aec24b':
  FS-7121 change switch_events_match() to use strcmp

10 years agoMerge pull request #147 in FS/freeswitch from ~DDRAGIC/freeswitch:feature/FS-7128...
Mike Jerris [Fri, 9 Jan 2015 17:52:54 +0000 (11:52 -0600)] 
Merge pull request #147 in FS/freeswitch from ~DDRAGIC/freeswitch:feature/FS-7128-fs_cli-ignore-duplicate-lines to master

* commit '2406abdb76a2c6dfb3da364a3997fb6d422e759d':
  FS-7128 fs_cli: ignore duplicate lines in history

10 years agoMerge pull request #148 in FS/freeswitch from ~DDRAGIC/freeswitch:feature/FS-7129...
Mike Jerris [Fri, 9 Jan 2015 17:51:07 +0000 (11:51 -0600)] 
Merge pull request #148 in FS/freeswitch from ~DDRAGIC/freeswitch:feature/FS-7129-fs_cli-function-keys-toggle-functionality to master

* commit '959b07c06f565f7d2d8a158c3ce2f44bdae3f350':
  FS-7129 fs_cli: add toggle mode to function keys

10 years agoMerge pull request #154 in FS/freeswitch from ~SPDITNER/freeswitch-fs-7136:master...
Mike Jerris [Fri, 9 Jan 2015 17:47:09 +0000 (11:47 -0600)] 
Merge pull request #154 in FS/freeswitch from ~SPDITNER/freeswitch-fs-7136:master to master

* commit '85b8631d621f71a5345bc00627f938eb85ffef03':
  Add conference member data to floor event

10 years agoFS-7036 #resolve #comment fixed in master
Seven Du [Fri, 9 Jan 2015 00:00:13 +0000 (08:00 +0800)] 
FS-7036 #resolve #comment fixed in master

originate takes care of new thread on outgoging calls, extra thread_launch causes race

10 years agoMerge pull request #141 in FS/freeswitch from ~HDIOGENES/freeswitch-fs-7088:master...
Mike Jerris [Thu, 8 Jan 2015 16:07:52 +0000 (10:07 -0600)] 
Merge pull request #141 in FS/freeswitch from ~HDIOGENES/freeswitch-fs-7088:master to master

* commit 'ece5cd52db59632b861fa3028f6f885fe8e13551':
  FS-7088 #resolve Set flag to enable core dump from non-root users.

10 years agofollow commit 0bec209a, we should still allow NULL arg
Seven Du [Thu, 8 Jan 2015 03:38:53 +0000 (11:38 +0800)] 
follow commit 0bec209a, we should still allow NULL arg

10 years agoFS-6688: #resolve fix resubscribe through proxy with record route when the resub...
Michael Jerris [Wed, 7 Jan 2015 22:41:19 +0000 (17:41 -0500)] 
FS-6688: #resolve fix resubscribe through proxy with record route when the resub does not have a record route and the route has uri params

10 years agoMerge pull request #157 in FS/freeswitch from bugfix/FS-7122-several-libs-do-not...
Mike Jerris [Wed, 7 Jan 2015 19:37:09 +0000 (13:37 -0600)] 
Merge pull request #157 in FS/freeswitch from bugfix/FS-7122-several-libs-do-not-have-the-subdirs to master

* commit '16f7177c3d9ac4c3932d45e125498a1b5495dce6':
  resolve an automake warning about subdirs on latest automake

10 years agoresolve an automake warning about subdirs on latest automake
William King [Wed, 31 Dec 2014 19:52:06 +0000 (11:52 -0800)] 
resolve an automake warning about subdirs on latest automake

The file 'libs/sofia-sip/s2check/exit77.c' was moved in order to
silence the warning and to keep the build working. There might be a
build problem that results from this file move, but after serveral
build tests I have not found one. The contents of the file are
specifically for the make check target, so I believe it would be
highly unlikely to cause problems with any production feature.

FS-7122 #resolve

10 years agoMerge pull request #155 in FS/freeswitch from bugfix/FS-7122-several-libs-do-not...
Mike Jerris [Wed, 7 Jan 2015 18:16:29 +0000 (12:16 -0600)] 
Merge pull request #155 in FS/freeswitch from bugfix/FS-7122-several-libs-do-not-have-the-subdirs to master

* commit '51f2442a9e3e3478b38bfab882c7cfe4bfc37d92':
  resolve an automake warning about subdirs on latest automake

10 years agoescape pattern unless it's prefixed with ~
Anthony Minessale [Wed, 7 Jan 2015 17:30:15 +0000 (11:30 -0600)] 
escape pattern unless it's prefixed with ~

10 years agosofia rebuild
Anthony Minessale [Wed, 7 Jan 2015 23:18:21 +0000 (17:18 -0600)] 
sofia rebuild

10 years agoFS-7117 #comment revert bf5210bf72d6c4b0d9b599a5a07ee59a9c947436 and implement it...
Anthony Minessale [Wed, 7 Jan 2015 17:17:31 +0000 (11:17 -0600)] 
FS-7117 #comment revert bf5210bf72d6c4b0d9b599a5a07ee59a9c947436 and implement it in ws.c please be sure to learn to use git commit hooks to properly associate commits with jiras

10 years agoresolve an automake warning about subdirs on latest automake
William King [Wed, 31 Dec 2014 19:52:06 +0000 (11:52 -0800)] 
resolve an automake warning about subdirs on latest automake

Latest automake will detect then warn if the Makefile uses source
files that are in subdirectories, but the subdirs option is not
set. In the FreeSWITCH build system the current expected behavior is
to expect the subdirs option to be enabled.

FS-7122 #resolve

10 years agoFS-7127 #comment fix regression from a80c739, thanks Mike
Seven Du [Wed, 7 Jan 2015 07:38:38 +0000 (15:38 +0800)] 
FS-7127 #comment fix regression from a80c739, thanks Mike

The second hunk in this patch isn't right.  In the past,
if tmp was null, it would not pass the if.

10 years agosofia rebuild
Anthony Minessale [Wed, 7 Jan 2015 08:12:48 +0000 (02:12 -0600)] 
sofia rebuild

10 years agosync ws code
Anthony Minessale [Wed, 7 Jan 2015 02:12:09 +0000 (20:12 -0600)] 
sync ws code

10 years agoupdate minified js
Anthony Minessale [Wed, 7 Jan 2015 05:34:29 +0000 (23:34 -0600)] 
update minified js

10 years agovid screen share placeholder --args --enable-usermedia-screen-capturing --usermedia...
Anthony Minessale [Sat, 6 Dec 2014 17:40:44 +0000 (11:40 -0600)] 
vid screen share placeholder --args --enable-usermedia-screen-capturing --usermedia-screen-capturing

10 years agothis is why we can't have nice things.... C'mon chrome and mozilla its not that hard...
Anthony Minessale [Fri, 28 Nov 2014 20:54:02 +0000 (15:54 -0500)] 
this is why we can't have nice things.... C'mon chrome and mozilla its not that hard to both do the same spec

10 years agoadd some stuff to verto for introp
Anthony Minessale [Mon, 24 Nov 2014 23:38:52 +0000 (18:38 -0500)] 
add some stuff to verto for introp

10 years agofixes for recent firefox changes
Anthony Minessale [Sat, 22 Nov 2014 20:41:50 +0000 (15:41 -0500)] 
fixes for recent firefox changes

10 years agoadd utils
Anthony Minessale [Tue, 6 Jan 2015 21:09:50 +0000 (15:09 -0600)] 
add utils

10 years agoAdd conference member data to floor event
Simon Ditner [Tue, 6 Jan 2015 17:43:16 +0000 (12:43 -0500)] 
Add conference member data to floor event

Between v1.2 and v1.4, member data was factored out. This makes it so
that one can not determine who the originator of a floor change event
is.

With this change, the meta data related to the conference member whom
initiated the floor change event is added to the event.

See FS-7136

10 years agoMerge pull request #153 in FS/freeswitch from ~JONHEIER/freeswitch-fs-7137:master...
Anthony Minessale II [Tue, 6 Jan 2015 16:32:21 +0000 (10:32 -0600)] 
Merge pull request #153 in FS/freeswitch from ~JONHEIER/freeswitch-fs-7137:master to master

* commit '165f54216c47a5343ac0c7a6ac62fd6a9de57b5f':
  mod_sofia: Set sip_to_tag on ringing indication for inbound channels.

10 years agoFS-7134 #resolve
Anthony Minessale [Tue, 6 Jan 2015 16:27:10 +0000 (10:27 -0600)] 
FS-7134 #resolve

10 years agomod_sofia: Set sip_to_tag on ringing indication for inbound channels.
Jon Bergli Heier [Tue, 6 Jan 2015 16:17:05 +0000 (17:17 +0100)] 
mod_sofia: Set sip_to_tag on ringing indication for inbound channels.

When bridging a call, the to-tag used in the outgoing 180 Ringing
message for the inbound channel is unavailable until the channel has
been answered. For the outgoing channel this value is already available
through the sip_to_tag variable via the event socket.

This is solved this by setting sip_to_tag to the local leg's tag when
receiving a ringing indication for inbound channels. This will also make
the variable available in the CHANNEL_PROGRESS event through event
socket.

FS-7137 #resolve

10 years agoFS-7132 #resolve
Anthony Minessale [Tue, 6 Jan 2015 03:14:35 +0000 (21:14 -0600)] 
FS-7132 #resolve

10 years agoFS-7088 #resolve Set flag to enable core dump from non-root users.
Humberto Diógenes [Tue, 16 Dec 2014 18:12:28 +0000 (15:12 -0300)] 
FS-7088 #resolve Set flag to enable core dump from non-root users.

When FreeSWITCH is running as a non-privileged user, we need to enable
PR_SET_DUMPABLE for it to be able to generate core dumps.

Instead of a generic __linux__ check, there's a new configure.ac flag
to check directly for prctl.h, which could also be used in other
places in the code.