]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Tue, 10 Dec 2013 18:48:09 +0000 (23:48 +0500)]
FS-6006
Travis Cross [Tue, 10 Dec 2013 18:19:36 +0000 (18:19 +0000)]
Cleanup whitespace
Travis Cross [Tue, 10 Dec 2013 03:53:17 +0000 (03:53 +0000)]
Cleanup whitespace in debian/
Travis Cross [Sat, 7 Dec 2013 21:14:26 +0000 (21:14 +0000)]
Deal correctly with spaces in SWITCH_VERSION_REVISION_HUMAN
This affects the set_fs_ver bash function and the
./build/set-fs-version.sh script.
Previously we were failing to quote the value of
SWITCH_VERSION_REVISION_HUMAN when inserting it into configure.in.
When it contains spaces, which it often does, this results in a
malformed line in the generated configure script, which results in the
define in src/include/switch_version.h.in being left unset.
Anthony Minessale [Mon, 9 Dec 2013 22:42:12 +0000 (03:42 +0500)]
FS-6033 --resolve
Chris Rienzo [Mon, 9 Dec 2013 22:41:01 +0000 (17:41 -0500)]
build: added freeswitch-config-rayo package and script to build it
Chris Rienzo [Mon, 9 Dec 2013 22:39:27 +0000 (17:39 -0500)]
build: updated mod_rayo config, fixed RPM packaging in master, added mod_rayo and mod_ssml
Jeff Lenk [Mon, 9 Dec 2013 22:37:31 +0000 (16:37 -0600)]
fix spandsp for windows build
Anthony Minessale [Mon, 9 Dec 2013 22:33:22 +0000 (03:33 +0500)]
add lua-reconf
Anthony Minessale [Mon, 9 Dec 2013 20:02:24 +0000 (01:02 +0500)]
FS-6032
Anthony Minessale [Mon, 9 Dec 2013 17:14:38 +0000 (22:14 +0500)]
FS-6032
Chris Rienzo [Mon, 9 Dec 2013 16:14:39 +0000 (11:14 -0500)]
mod_mongo: use lboost_thread by default
Chris Rienzo [Mon, 9 Dec 2013 16:09:50 +0000 (11:09 -0500)]
mod_mongo: use C++ driver pooling, added support for socket timeout
Nathan Neulinger [Mon, 9 Dec 2013 15:01:02 +0000 (09:01 -0600)]
mod_skinny: move hardwired ptime to a define so it's in one place
Nathan Neulinger [Mon, 9 Dec 2013 14:54:54 +0000 (08:54 -0600)]
FS-6024 --resolve
Travis Cross [Mon, 9 Dec 2013 09:18:38 +0000 (09:18 +0000)]
Correct shlibs of freeswitch-all wrt libfreeswitch1
The freeswitch-all package provides libfreeswitch1, so any
shlibs-generated dependency should be for libfreeswitch1 rather than
freeswitch-all.
Because dh_shlibdeps / dpkg-shlibdeps searches for shlibs files in
debian/*/DEBIAN/ it was sometimes using freeswitch-all rather than
libfreeswitch1 to satisfy dependencies for freeswitch.so.1.
FS-6029 --resolve
Jeff Lenk [Mon, 9 Dec 2013 03:53:56 +0000 (21:53 -0600)]
vs2010 reswig
Travis Cross [Sun, 8 Dec 2013 00:31:11 +0000 (00:31 +0000)]
Improve upgrade path to freeswitch-all
That is to say, declare all appropriate Provides/Conflicts/Replaces
for freeswitch-all and freeswitch-all-dbg by enumerating the binary
packages that we're going to produce during the build.
Conflicts is more appropriate than Breaks here as both packages will
continue to provide the same files on an ongoing basis and we would
like to force the removal of the other package.
Anthony Minessale [Sun, 8 Dec 2013 02:09:40 +0000 (07:09 +0500)]
comment
Steve Underwood [Sat, 7 Dec 2013 17:39:00 +0000 (01:39 +0800)]
Fixed a file permission in the ESL library
Steve Underwood [Fri, 6 Dec 2013 17:57:59 +0000 (01:57 +0800)]
Eliminate a warning from valgrind, that might potentially be reporting actual
trouble.
Anthony Minessale [Thu, 5 Dec 2013 22:35:49 +0000 (16:35 -0600)]
accept any payload when no payload map is present
Anthony Minessale [Thu, 5 Dec 2013 17:35:33 +0000 (11:35 -0600)]
FS-6026 --resolve
Steve Underwood [Thu, 5 Dec 2013 13:49:59 +0000 (21:49 +0800)]
This should fix the FAX crashes when negotiation falls back to slower modems
Steve Underwood [Thu, 5 Dec 2013 13:10:57 +0000 (21:10 +0800)]
Tweaks to FAX modem handling. These do NOT fix the occassional crashes people
see, but they are working towards a clean and complete fix.
Steve Underwood [Thu, 5 Dec 2013 05:34:25 +0000 (13:34 +0800)]
Added an XML script to the FAX tests which will provoke the crashing
issue seen recently in spandsp's FAX engine. The next step is to fix
the actual crash.
Chris Rienzo [Thu, 5 Dec 2013 01:18:09 +0000 (20:18 -0500)]
mod_rayo: doh- fix adhearsionconf core dump
Anthony Minessale [Wed, 4 Dec 2013 23:46:02 +0000 (17:46 -0600)]
FS-5997 --resolve
Robert Jongbloed [Mon, 2 Dec 2013 22:48:06 +0000 (09:48 +1100)]
Updated to current stable version of PTLib/OPAL.
Anthony Minessale [Sun, 1 Dec 2013 08:53:27 +0000 (02:53 -0600)]
redo
Anthony Minessale [Sun, 1 Dec 2013 03:02:52 +0000 (21:02 -0600)]
swigall
Anthony Minessale [Sun, 1 Dec 2013 02:49:59 +0000 (20:49 -0600)]
separate read mutex for each stream type
Anthony Minessale [Sun, 1 Dec 2013 01:26:12 +0000 (19:26 -0600)]
FS-6012 --resolve
Anthony Minessale [Sun, 1 Dec 2013 01:13:49 +0000 (19:13 -0600)]
add more range to saved candidates and fix off-by-one error when total is met
Jeff Lenk [Sat, 30 Nov 2013 04:23:08 +0000 (22:23 -0600)]
FS-5989 --resolve
Jeff Lenk [Sat, 30 Nov 2013 04:16:49 +0000 (22:16 -0600)]
FS-6010 --resolve
Marc Olivier Chouinard [Thu, 28 Nov 2013 06:28:00 +0000 (01:28 -0500)]
FS-5850 --resolve Thanks
Anthony Minessale [Thu, 28 Nov 2013 05:55:00 +0000 (23:55 -0600)]
FS-6009 --resolve
Marc Olivier Chouinard [Thu, 28 Nov 2013 00:19:31 +0000 (19:19 -0500)]
FS-5993 --resolve
Anthony Minessale [Wed, 27 Nov 2013 18:40:35 +0000 (12:40 -0600)]
FS-6006 --resolve
Anthony Minessale [Wed, 27 Nov 2013 16:20:29 +0000 (10:20 -0600)]
FS-6005 --resolve
Moises Silva [Wed, 27 Nov 2013 14:51:33 +0000 (09:51 -0500)]
freetdm: ftmod_wanpipe: Remove chatty debug msg, not really useful anyways
Raymond Chandler [Wed, 27 Nov 2013 00:38:30 +0000 (19:38 -0500)]
expose useful internals... thanks jaybinks
Brian West [Tue, 26 Nov 2013 17:15:14 +0000 (17:15 +0000)]
remove unused variable
Anthony Minessale [Tue, 26 Nov 2013 16:04:29 +0000 (10:04 -0600)]
FS-5958 remove debug
Anthony Minessale [Mon, 25 Nov 2013 22:09:12 +0000 (16:09 -0600)]
FS-4965 calling the variable playback_last_offset_pos instead
Anthony Minessale [Mon, 25 Nov 2013 18:34:04 +0000 (12:34 -0600)]
FS-6001 --resolve
Anthony Minessale [Mon, 25 Nov 2013 18:08:17 +0000 (12:08 -0600)]
FS-5959 FS-5958
Anthony Minessale [Sun, 24 Nov 2013 02:11:59 +0000 (20:11 -0600)]
FS-5994
Anthony Minessale [Sun, 24 Nov 2013 01:23:11 +0000 (19:23 -0600)]
fix compile
Anthony Minessale [Fri, 22 Nov 2013 22:23:01 +0000 (03:23 +0500)]
bump
Anthony Minessale [Fri, 22 Nov 2013 22:21:25 +0000 (03:21 +0500)]
bump
Anthony Minessale [Fri, 22 Nov 2013 22:21:41 +0000 (16:21 -0600)]
swigall
Anthony Minessale [Fri, 22 Nov 2013 21:53:05 +0000 (02:53 +0500)]
pass callee_id on early
Anthony Minessale [Fri, 22 Nov 2013 21:32:02 +0000 (02:32 +0500)]
fix typo that caused a seg in presesnce
Eliot Gable [Fri, 22 Nov 2013 20:13:49 +0000 (20:13 +0000)]
Add queue talk time and hold time stats to consumer and caller stop events.
Anthony Minessale [Fri, 22 Nov 2013 20:12:24 +0000 (01:12 +0500)]
add nomux flag when playing to a member to block other audio
Anthony Minessale [Fri, 22 Nov 2013 17:52:59 +0000 (22:52 +0500)]
FS-5841 --resolve
Anthony Minessale [Fri, 22 Nov 2013 17:21:32 +0000 (22:21 +0500)]
update more fields on re-subscribe
Anthony Minessale [Fri, 22 Nov 2013 13:52:21 +0000 (18:52 +0500)]
revert one change
Seven Du [Fri, 22 Nov 2013 06:23:18 +0000 (14:23 +0800)]
add CF_MEDIA_PAUSE channel flag to allow waiting for IO before media codec is ready
This could be used at endpoints where signalling and media negotiated separately like in H323
Anthony Minessale [Fri, 22 Nov 2013 03:55:45 +0000 (08:55 +0500)]
FS-5959 i hate this ticket
Anthony Minessale [Thu, 21 Nov 2013 23:53:34 +0000 (04:53 +0500)]
fix regression from recent refactor that causes infinite loop on unexpected disconnect
Anthony Minessale [Thu, 21 Nov 2013 23:52:11 +0000 (04:52 +0500)]
add polycom support to multicast paging, broadcast all formats at once to support most every popular phone at once
Ken Rice [Wed, 20 Nov 2013 20:55:34 +0000 (14:55 -0600)]
fix recursive build error
Anthony Minessale [Wed, 20 Nov 2013 20:41:28 +0000 (01:41 +0500)]
add execute_on_avmd_beep
Anthony Minessale [Wed, 20 Nov 2013 20:38:16 +0000 (01:38 +0500)]
FS-5959
William King [Wed, 20 Nov 2013 19:12:48 +0000 (11:12 -0800)]
This was in the wrong section. Should be setting it on the auth_invite, not the auth_registration.
Anthony Minessale [Wed, 20 Nov 2013 18:50:15 +0000 (23:50 +0500)]
kill socket in esl_disconnect to prevent blocking
Anthony Minessale [Wed, 20 Nov 2013 18:49:44 +0000 (23:49 +0500)]
FS-5959 set floor when turning on video mid call in conference
Anthony Minessale [Wed, 20 Nov 2013 18:49:18 +0000 (23:49 +0500)]
FS-5959 always do rtp_mirror_fmtp behaviour
Anthony Minessale [Wed, 20 Nov 2013 17:00:29 +0000 (22:00 +0500)]
FS-5959
Jeff Lenk [Wed, 20 Nov 2013 13:36:20 +0000 (07:36 -0600)]
FS-5986 --resolve fix download reference to windows libcelt
Travis Cross [Tue, 19 Nov 2013 22:03:00 +0000 (22:03 +0000)]
Generate modules_.conf earlier in bootstrap
Travis Cross [Tue, 19 Nov 2013 21:59:53 +0000 (21:59 +0000)]
Refactor generation of debian/modules_.conf
Anthony Minessale [Wed, 20 Nov 2013 00:20:01 +0000 (05:20 +0500)]
FS-5958 this should pass it through in late mode too
Anthony Minessale [Tue, 19 Nov 2013 22:36:45 +0000 (03:36 +0500)]
FS-5959 add rtp_mirror_fmtp var
Travis Cross [Tue, 19 Nov 2013 21:06:41 +0000 (21:06 +0000)]
Refactor out file merge function
Anthony Minessale [Tue, 19 Nov 2013 21:19:06 +0000 (15:19 -0600)]
remove unused code
Anthony Minessale [Mon, 18 Nov 2013 19:43:30 +0000 (00:43 +0500)]
set fmtp in payload_map init function
Seven Du [Mon, 18 Nov 2013 07:10:51 +0000 (15:10 +0800)]
avoid loop and adding a missing complete
Seven Du [Sun, 17 Nov 2013 13:18:06 +0000 (21:18 +0800)]
do not treat key exists as error as already doing in other place
Seven Du [Sun, 17 Nov 2013 12:55:38 +0000 (20:55 +0800)]
add total used count for debug
Anthony Minessale [Sun, 17 Nov 2013 01:51:33 +0000 (06:51 +0500)]
fix some contention in rtmp
Jeff Lenk [Sat, 16 Nov 2013 17:32:36 +0000 (11:32 -0600)]
FS-5971 fix conditional compile for for windows x64
Seven Du [Sat, 16 Nov 2013 06:17:41 +0000 (14:17 +0800)]
add a debug_pool param to fsctl
Seven Du [Sat, 16 Nov 2013 01:58:46 +0000 (09:58 +0800)]
fix build on Mac
Anthony Minessale [Fri, 15 Nov 2013 22:34:17 +0000 (03:34 +0500)]
replace symbol
Anthony Minessale [Fri, 15 Nov 2013 20:37:11 +0000 (01:37 +0500)]
add soft timer support for fd per timer use enable-softtimer-timerfd=broadcast in switch.conf.xml for orig behaviour
Anthony Minessale [Fri, 15 Nov 2013 20:36:08 +0000 (01:36 +0500)]
add restart-auto-record flag
Ken Rice [Fri, 15 Nov 2013 18:58:41 +0000 (12:58 -0600)]
bump libsoundtouch version in rpm spec file
Travis Cross [Fri, 15 Nov 2013 18:44:48 +0000 (18:44 +0000)]
Follow update of soundtouch version
Ken Rice [Fri, 15 Nov 2013 17:21:58 +0000 (11:21 -0600)]
FS-5776 --resolve Update libsoundtouch to address build issues
Anthony Minessale [Fri, 15 Nov 2013 16:35:06 +0000 (21:35 +0500)]
FS-5971 --resolve
Anthony Minessale [Fri, 15 Nov 2013 16:33:05 +0000 (21:33 +0500)]
FS-5977 --resolve
Chris Rienzo [Thu, 14 Nov 2013 21:11:14 +0000 (16:11 -0500)]
mod_rayo: fixed config
Chris Rienzo [Thu, 14 Nov 2013 21:08:42 +0000 (16:08 -0500)]
mod_rayo: added args to console aliases
Anthony Minessale [Thu, 14 Nov 2013 20:17:22 +0000 (01:17 +0500)]
codec tweak
Chris Rienzo [Thu, 14 Nov 2013 19:47:33 +0000 (14:47 -0500)]
FS-5962 --resolve mod_rayo: fix unjoin request on b-leg
Anthony Minessale [Thu, 14 Nov 2013 17:19:04 +0000 (22:19 +0500)]
fix seg in new media code