]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Thu, 24 Oct 2013 00:04:23 +0000 (05:04 +0500)]
make exception for g722
Anthony Minessale [Wed, 23 Oct 2013 21:39:20 +0000 (16:39 -0500)]
use the actual_sps not the effective on codec load strings
Travis Cross [Thu, 17 Oct 2013 00:54:18 +0000 (00:54 +0000)]
Use pkg-config for libpq by default
FS-5821 --resolve
Travis Cross [Thu, 17 Oct 2013 00:40:18 +0000 (00:40 +0000)]
Add option to use pkg-config rather than pg_config
We shouldn't be using pg_config to get build options for FS from
libpq. pg_config just tells us what was used to build postgresql, not
what we should use.
See:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725007
Make this optional for now until we're comfortable it works
everywhere.
FS-5821 --resolve
Jeff Lenk [Wed, 23 Oct 2013 04:23:48 +0000 (23:23 -0500)]
windows fix compiler errors
Anthony Minessale [Tue, 22 Oct 2013 21:27:15 +0000 (16:27 -0500)]
update
Anthony Minessale [Tue, 22 Oct 2013 22:03:21 +0000 (03:03 +0500)]
delete resources on csv mod shutdown
Brian West [Tue, 22 Oct 2013 20:44:50 +0000 (15:44 -0500)]
Remove duplicated code
Anthony Minessale [Tue, 22 Oct 2013 19:47:00 +0000 (14:47 -0500)]
add in-memory use_count for fifo-events
Anthony Minessale [Tue, 22 Oct 2013 15:49:44 +0000 (20:49 +0500)]
FS-5900 --resolve wow, that's a good find
Anthony Minessale [Tue, 22 Oct 2013 15:33:13 +0000 (20:33 +0500)]
FS-5896 --resolve
Anthony Minessale [Mon, 21 Oct 2013 15:11:30 +0000 (20:11 +0500)]
add missing protos
Michael Jerris [Mon, 21 Oct 2013 14:54:23 +0000 (10:54 -0400)]
compile failure due to no newline at end of file
Steve Underwood [Sun, 20 Oct 2013 12:55:23 +0000 (20:55 +0800)]
Update some of the MSVC files for spandsp
Travis Cross [Sat, 19 Oct 2013 18:42:21 +0000 (18:42 +0000)]
Install perl module files needed by mod_perl
FS-5892 --resolve
Steve Underwood [Sat, 19 Oct 2013 10:51:50 +0000 (18:51 +0800)]
Tweaks
Travis Cross [Fri, 18 Oct 2013 20:14:42 +0000 (20:14 +0000)]
Limit version of packages we replace
Travis Cross [Fri, 18 Oct 2013 08:17:50 +0000 (08:17 +0000)]
Add freeswitch-all debian package
This package bundles all modules and extras into a single DEB. This
can have some advantages in terms of convenience and speed of apt
operations.
Chris Rienzo [Fri, 18 Oct 2013 19:14:50 +0000 (15:14 -0400)]
mod_rayo: allow unjoin of call without specifying call-uri, fix unjoin of call on hold so that b-leg is not hung up, allow unjoin command to b-leg
Anthony Minessale [Fri, 18 Oct 2013 19:00:28 +0000 (00:00 +0500)]
FS-5887 --resolve
Anthony Minessale [Fri, 18 Oct 2013 14:14:24 +0000 (19:14 +0500)]
send video break on floor change
Chris Rienzo [Fri, 18 Oct 2013 13:47:30 +0000 (09:47 -0400)]
mod_rayo: fix hangup after unjoining bridged calls
William King [Fri, 18 Oct 2013 05:27:34 +0000 (22:27 -0700)]
Fixing a use after free
Travis Cross [Thu, 17 Oct 2013 03:05:12 +0000 (03:05 +0000)]
Fix build of apr-util expat with libtool2
Applied patch from:
http://people.apache.org/~rjung/patches/expat-libtool2.patch
The failure that results from this seems to occur
non-deterministically.
FS-3185 --resolve
Anthony Minessale [Thu, 17 Oct 2013 20:32:31 +0000 (01:32 +0500)]
tweak
Anthony Minessale [Thu, 17 Oct 2013 17:39:55 +0000 (22:39 +0500)]
FS-5882 --resolve
Anthony Minessale [Thu, 17 Oct 2013 16:33:55 +0000 (12:33 -0400)]
change dtmf vol to 13
Anthony Minessale [Thu, 17 Oct 2013 16:18:01 +0000 (12:18 -0400)]
FS-5852 --resolve
Anthony Minessale [Thu, 17 Oct 2013 16:07:37 +0000 (12:07 -0400)]
comment out
Travis Cross [Thu, 17 Oct 2013 13:18:26 +0000 (13:18 +0000)]
Ensure that flite gets configured before building
Without this change, we would only configure flite if its Makefile did
not exist. However in the tarball for flite (v1.5.4), there is a
Makefile even before you run configure. So the only reason this
worked at all was because make was calculating the rules to run before
downloading and extracting flite.
If you build flite without configuring it first, you get a flite with
ALSA symbols that doesn't load in FS.
In discussion with the flite guys, they indicated that the presence of
the Makefile in the tarball is indeed intended.
This change has the side-effect of fixing mod_flite in the Debian
packages.
FS-5873 --resolve
Chris Rienzo [Thu, 17 Oct 2013 13:42:52 +0000 (09:42 -0400)]
FS-5884 --resolve mod_rayo: detect unjoin mismatch
Jeff Lenk [Thu, 17 Oct 2013 02:47:09 +0000 (21:47 -0500)]
windows compiler warning
Anthony Minessale [Wed, 16 Oct 2013 22:58:03 +0000 (03:58 +0500)]
refactor and add more plumbing
Anthony Minessale [Wed, 16 Oct 2013 22:57:23 +0000 (03:57 +0500)]
only test for reneg after 20 sec with no activity
Anthony Minessale [Wed, 16 Oct 2013 17:57:15 +0000 (22:57 +0500)]
google changed something in DTLS
Anthony Minessale [Wed, 16 Oct 2013 18:33:25 +0000 (14:33 -0400)]
FS-5861 regression typo
Raymond Chandler [Wed, 16 Oct 2013 14:56:01 +0000 (10:56 -0400)]
FS-2731 apply patch
William King [Wed, 16 Oct 2013 02:09:39 +0000 (19:09 -0700)]
In a case where calls to phones with presence enabled as well as presence disabled,
there were cases where the presence enabled calls weren't turning off lights
due to the fact that there were calls still up on the phone(though those calls had presence disabled).
Anthony Minessale [Tue, 15 Oct 2013 20:31:28 +0000 (15:31 -0500)]
swigall
Anthony Minessale [Tue, 15 Oct 2013 21:24:32 +0000 (02:24 +0500)]
some refactoring and plumbing for 1.4
Michael Jerris [Tue, 15 Oct 2013 20:07:38 +0000 (13:07 -0700)]
FS-5819: configure fix for new clang detection
Chris Rienzo [Tue, 15 Oct 2013 19:50:45 +0000 (15:50 -0400)]
FS-5773 --resolve mod_ssml: allow rendering of documents if TTS is not configured
Chris Rienzo [Tue, 15 Oct 2013 18:17:33 +0000 (14:17 -0400)]
FS-5865 --resolve mod_rayo: fix join/unjoin IQ result for mixers
Steve Underwood [Tue, 15 Oct 2013 17:33:37 +0000 (01:33 +0800)]
Eliminate a few more warnings in Windows builds
Steve Underwood [Tue, 15 Oct 2013 16:53:18 +0000 (00:53 +0800)]
Eliminate more warnings
Steve Underwood [Tue, 15 Oct 2013 16:47:29 +0000 (00:47 +0800)]
Eliminate some more warnings
Michael Jerris [Tue, 15 Oct 2013 16:34:15 +0000 (09:34 -0700)]
FS-5819: configure fix for new clang detection and adjust cflags for building with newest clang
Michael Jerris [Tue, 15 Oct 2013 16:16:36 +0000 (09:16 -0700)]
FS-5819: configure fix for new clang detection and adjust cflags for building with newest clang
Steve Underwood [Tue, 15 Oct 2013 15:51:54 +0000 (23:51 +0800)]
Eliminate a warnign in G.722.1
Steve Underwood [Tue, 15 Oct 2013 15:39:59 +0000 (23:39 +0800)]
Eliminate some warnings in a Windows build
Travis Cross [Tue, 15 Oct 2013 12:08:30 +0000 (12:08 +0000)]
Add mod_format_cdr to Debian packaging
Anthony Minessale [Mon, 14 Oct 2013 23:57:57 +0000 (04:57 +0500)]
fix vid switching in webrtc
Brian West [Mon, 14 Oct 2013 22:36:17 +0000 (17:36 -0500)]
Fix my snafu and allow <stun_server>[:port] [<source_ip>[:<source_port]]
Anthony Minessale [Mon, 14 Oct 2013 18:06:41 +0000 (13:06 -0500)]
remove timestamp and raw_rtp flag from loopback frames
Jeff Lenk [Sat, 12 Oct 2013 21:40:29 +0000 (16:40 -0500)]
fix windows build for recent spandsp commit
Travis Cross [Sat, 12 Oct 2013 17:58:57 +0000 (17:58 +0000)]
Force preference on ssmtp if no MTA is installed
FS-5872 --resolve
Brian West [Fri, 11 Oct 2013 22:23:47 +0000 (17:23 -0500)]
doh, use the decoded value
Brian West [Fri, 11 Oct 2013 22:20:46 +0000 (17:20 -0500)]
url_decode the cid_name when you vm_cc
Steve Underwood [Fri, 11 Oct 2013 15:42:06 +0000 (23:42 +0800)]
Avoid use of config.h in build environment tools in spandsp
Anthony Minessale [Thu, 10 Oct 2013 17:22:59 +0000 (22:22 +0500)]
move shutdown of session to after switch_event
Michael Jerris [Thu, 10 Oct 2013 15:48:57 +0000 (11:48 -0400)]
FS-5866
Anthony Minessale [Wed, 9 Oct 2013 23:40:56 +0000 (04:40 +0500)]
FS-5861 --resolve
Chris Rienzo [Wed, 9 Oct 2013 21:39:33 +0000 (17:39 -0400)]
FS-5865 mod_rayo: send IQ result after join/unjoin completes
Travis Cross [Wed, 9 Oct 2013 20:08:49 +0000 (20:08 +0000)]
Document purpose of sofia profile aliasing
Steve Underwood [Wed, 9 Oct 2013 14:37:01 +0000 (22:37 +0800)]
Updated the MSVC version of spandsp.h to follow the generated one
Anthony Minessale [Tue, 8 Oct 2013 21:42:14 +0000 (02:42 +0500)]
FS-5857 --resolve
Anthony Minessale [Tue, 8 Oct 2013 17:10:36 +0000 (12:10 -0500)]
FS-5855 please try lastest HEAD
Anthony Minessale [Tue, 8 Oct 2013 16:57:12 +0000 (21:57 +0500)]
FS-5849 --resolve
Conflicts:
src/mod/applications/mod_conference/mod_conference.c
Anthony Minessale [Tue, 8 Oct 2013 14:40:01 +0000 (09:40 -0500)]
FS-5851 --resolve
Brian West [Mon, 7 Oct 2013 16:38:08 +0000 (11:38 -0500)]
deal with rtp keep alives
Anthony Minessale [Mon, 7 Oct 2013 13:05:10 +0000 (08:05 -0500)]
FS-5848 --resolve
Jeff Lenk [Mon, 7 Oct 2013 01:26:24 +0000 (20:26 -0500)]
add missing decel for last spandsp commit
Anthony Minessale [Sat, 5 Oct 2013 23:07:10 +0000 (18:07 -0500)]
FS-5840 --resolve
Steve Underwood [Sat, 5 Oct 2013 17:25:39 +0000 (01:25 +0800)]
Some polishing of FAX modem Tx handling
Steve Underwood [Sat, 5 Oct 2013 08:07:19 +0000 (16:07 +0800)]
Tweaks to logging in spandsp
Marc Olivier Chouinard [Fri, 4 Oct 2013 19:47:19 +0000 (15:47 -0400)]
FS-5843 Give this a try
Marc Olivier Chouinard [Fri, 4 Oct 2013 19:21:27 +0000 (15:21 -0400)]
FS-5843 --resolve Thanks
Moises Silva [Fri, 4 Oct 2013 16:12:47 +0000 (12:12 -0400)]
OPENZAP-219 --resolve
Calling ton and caller ton is not parsed at all in libpri signaling module
Patched-by: Markus Schräder
Nathan Neulinger [Wed, 2 Oct 2013 21:42:54 +0000 (16:42 -0500)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Nathan Neulinger [Wed, 2 Oct 2013 21:42:49 +0000 (16:42 -0500)]
FS-5838 fix segfaults in unload of mod_format_cdr
Michael Jerris [Wed, 2 Oct 2013 21:30:27 +0000 (17:30 -0400)]
FS-5604: prefix outbound_name with = to completely replace the name instead of (name) cidname
Nathan Neulinger [Wed, 2 Oct 2013 17:51:22 +0000 (12:51 -0500)]
FS-5599 add to vanilla conf
Nathan Neulinger [Wed, 2 Oct 2013 17:24:34 +0000 (12:24 -0500)]
FS-5832 additional hostname updates for failover behavior
Nathan Neulinger [Wed, 2 Oct 2013 17:22:36 +0000 (12:22 -0500)]
FS-5599 implement mod_format_cdr
Nathan Neulinger [Wed, 2 Oct 2013 16:47:02 +0000 (11:47 -0500)]
FS-5599 implement mod_format_cdr
Nathan Neulinger [Wed, 2 Oct 2013 01:50:42 +0000 (20:50 -0500)]
FS-5832 - additional case of switchname/hostname
Anthony Minessale [Tue, 1 Oct 2013 16:06:36 +0000 (11:06 -0500)]
update to opus 1.0.3
Anthony Minessale [Tue, 1 Oct 2013 14:46:28 +0000 (09:46 -0500)]
FS-5832 --resolve this should dedicate the interfaces per box assuming the hostnames on the box are distinct and the switchname param is set to be identical on the 2 boxes allowing the hostname as the sep key for the box-specific tables, the aliases table is still shared and sticky aliases should be used to keep them in tact.
Anthony Minessale [Tue, 1 Oct 2013 15:10:14 +0000 (20:10 +0500)]
change default to use event dispatch
Michael Jerris [Mon, 30 Sep 2013 17:28:47 +0000 (13:28 -0400)]
FS-5819: don't assigne variable to itself
Anthony Minessale [Mon, 30 Sep 2013 17:11:36 +0000 (22:11 +0500)]
FS-5549 regression
Nathan Neulinger [Mon, 30 Sep 2013 14:32:14 +0000 (09:32 -0500)]
FS-5826 - seems to improve behavior, possibility of issue with FS-5180, but not enough details on that problem to tell. Current symptom is definitely measurable though. --resolve
Jeff Lenk [Sun, 29 Sep 2013 14:22:49 +0000 (09:22 -0500)]
FS-5829 --resolve
Chris Rienzo [Sat, 28 Sep 2013 02:23:23 +0000 (22:23 -0400)]
FS-5819 fix typo
Michael Jerris [Sat, 28 Sep 2013 01:27:52 +0000 (21:27 -0400)]
FS-5819: fix bounds check on enum type
Michael Jerris [Fri, 27 Sep 2013 19:32:40 +0000 (15:32 -0400)]
FS-5827: cleanup postgres version detection to support devel versions better
Michael Jerris [Fri, 27 Sep 2013 19:09:58 +0000 (15:09 -0400)]
FS-5827: cleanup postgres version detection to support devel versions better
Anthony Minessale [Fri, 27 Sep 2013 18:37:05 +0000 (23:37 +0500)]
improve thread pool logic
Michael Jerris [Fri, 27 Sep 2013 16:39:49 +0000 (12:39 -0400)]
FS-5819: fix useless assignment in sofia
Seven Du [Thu, 26 Sep 2013 23:38:32 +0000 (07:38 +0800)]
add both sdev and mdev, it was so confused most time
ref: http://www.plug.org/pipermail/plug/2005-June/002144.html