]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Jeff Lenk [Tue, 1 Jun 2010 03:05:54 +0000 (22:05 -0500)]
add mod_spandsp to windows build
Michael Jerris [Mon, 31 May 2010 20:40:48 +0000 (16:40 -0400)]
handle EINTER case on write
Michael Jerris [Mon, 31 May 2010 18:26:20 +0000 (14:26 -0400)]
fix path for build
Moises Silva [Mon, 31 May 2010 10:27:03 +0000 (06:27 -0400)]
freetdm: start ss7 span
Michael Jerris [Mon, 31 May 2010 14:15:35 +0000 (10:15 -0400)]
mod_java: Allow user defined java methods to be called at startup and shutdown of JVM (MODLANG-117)
Michael Jerris [Mon, 31 May 2010 14:14:59 +0000 (10:14 -0400)]
indent
Michael Jerris [Mon, 31 May 2010 13:57:44 +0000 (09:57 -0400)]
change build to use mod_spandsp instead of mod_fax and mod_voipcodecs
Michael Jerris [Mon, 31 May 2010 13:50:44 +0000 (09:50 -0400)]
sofia-sip: extend timeout for session expires on short timeouts to be 90% of timeout instead of 1/3 to handle devices that do not refresh in time such as polycom (SFSIP-212)
Michael Jerris [Mon, 31 May 2010 13:39:36 +0000 (09:39 -0400)]
mod_sofia: use rfc recommended default session timeout of 30 min according to RFC 4028 4.2 (MODSOFIA-76)
Michael Jerris [Mon, 31 May 2010 13:30:57 +0000 (09:30 -0400)]
mod_xml_cdr: fix minor memory leaks and config bug (MODEVENT-62)
Michael Jerris [Mon, 31 May 2010 13:14:53 +0000 (09:14 -0400)]
mod_sofia: allow video negotiation on re-invite (SFSIP-211)
Michael Jerris [Mon, 31 May 2010 12:55:42 +0000 (08:55 -0400)]
sofia-sip: fix null derefernce segfault in soa
Michael Jerris [Mon, 31 May 2010 12:40:51 +0000 (08:40 -0400)]
mod_conference: fix relate nohear (MODAPP-428)
Michael Jerris [Mon, 31 May 2010 12:06:03 +0000 (08:06 -0400)]
mod_spandsp: add start_tone_detect/stop_tone_detect app and api commands for tone and cadence detection (MODAPP-378)
root [Mon, 31 May 2010 11:57:05 +0000 (15:57 +0400)]
Merge branch 'master' of ssh://git@git.freeswitch.org/freeswitch
root [Mon, 31 May 2010 11:44:51 +0000 (15:44 +0400)]
add dtmfinband conf parameter.
add endpoint-name conf parameter represents endpoint name.
fix GK registration retrying in case of registration reject.
fix double DTMF hadling for examle in case dtmf-relay h245-signal h245-alphanumeric on cisco dial-peer.
fix crash on module unloading.
Michael Jerris [Mon, 31 May 2010 11:34:23 +0000 (07:34 -0400)]
mod_spandsp: improve duplicate digit detection and add 'min_dup_digit_spacing_ms' channel variable for use with the dtmf detector (FSMOD-45)
Michael Jerris [Mon, 31 May 2010 11:25:49 +0000 (07:25 -0400)]
mod_cid_lookup: honor skipcitystate when using whitepages (FSMOD-53)
Michael Jerris [Mon, 31 May 2010 10:13:02 +0000 (06:13 -0400)]
mod_say_es: fix grammar when saying dates and time (MODAPP-429)
Michael Jerris [Mon, 31 May 2010 10:04:12 +0000 (06:04 -0400)]
rework of new mod_spandsp to have functions broken up into different c files
Jeff Lenk [Sun, 30 May 2010 17:24:47 +0000 (12:24 -0500)]
fix windows build
Moises Silva [Fri, 28 May 2010 22:43:45 +0000 (18:43 -0400)]
freetdm: signed/unsigned
Anthony Minessale [Fri, 28 May 2010 19:20:20 +0000 (14:20 -0500)]
fix esl buffer overflow
Moises Silva [Fri, 28 May 2010 19:06:51 +0000 (15:06 -0400)]
freetdm: a bit of refactoring for raw tracing
Moises Silva [Fri, 28 May 2010 16:44:37 +0000 (12:44 -0400)]
freetdm: add trace/notrace commands to trace input and output from channels
Moises Silva [Fri, 28 May 2010 16:44:01 +0000 (12:44 -0400)]
openzap: break
Jeff Lenk [Fri, 28 May 2010 15:48:20 +0000 (10:48 -0500)]
FSCORE-613 Crash when using tab completion on uuid_ commands
Travis Cross [Fri, 28 May 2010 02:29:09 +0000 (02:29 +0000)]
Bump version of en-us-callie sounds to 1.0.13.
Travis Cross [Fri, 28 May 2010 02:16:42 +0000 (02:16 +0000)]
Updates to .gitignore.
Anthony Minessale [Thu, 27 May 2010 21:55:20 +0000 (16:55 -0500)]
fix timeout feature
Anthony Minessale [Thu, 27 May 2010 13:29:59 +0000 (08:29 -0500)]
update config example for caller-id-type
Brian West [Thu, 27 May 2010 21:39:13 +0000 (16:39 -0500)]
swigall
Moises Silva [Thu, 27 May 2010 20:29:10 +0000 (16:29 -0400)]
freetdm: fix makefile and remove binary app
Moises Silva [Thu, 27 May 2010 19:34:00 +0000 (15:34 -0400)]
freetdm: oops
Moises Silva [Thu, 27 May 2010 19:37:29 +0000 (15:37 -0400)]
freetdm: set sched API as not available for Windows
Moises Silva [Thu, 27 May 2010 19:16:03 +0000 (15:16 -0400)]
freetdm: run sched in the background if requested
Mathieu Parent [Thu, 27 May 2010 09:53:54 +0000 (11:53 +0200)]
Skinny: correct define_time_date
The 'day' field is the month day (and not year day).
Fix MODSKINNY-4 and MODSKINNY-7
Di-Shi Sun [Thu, 27 May 2010 06:48:46 +0000 (14:48 +0800)]
Changed osp_route_N string variables.
Rupa Schomaker [Thu, 27 May 2010 01:57:17 +0000 (20:57 -0500)]
mod_cidlookup: null xml is bad
Anthony Minessale [Thu, 27 May 2010 01:13:46 +0000 (20:13 -0500)]
wtf
Anthony Minessale [Thu, 27 May 2010 01:12:54 +0000 (20:12 -0500)]
negotiable t38 passthru
Moises Silva [Wed, 26 May 2010 19:47:37 +0000 (15:47 -0400)]
freetdm: added scheduling API
Jeff Lenk [Wed, 26 May 2010 18:30:29 +0000 (13:30 -0500)]
add mod_avmd for win
Moises Silva [Wed, 26 May 2010 15:17:47 +0000 (11:17 -0400)]
freetdm: enable DTMF app
Moises Silva [Wed, 26 May 2010 15:10:13 +0000 (11:10 -0400)]
openzap: add enable dtmf app
Anthony Minessale [Wed, 26 May 2010 14:51:14 +0000 (09:51 -0500)]
FSCORE-591
Anthony Minessale [Wed, 26 May 2010 14:50:49 +0000 (09:50 -0500)]
add t38_gateway_detect_timeout=<timeout> variable default is 30, 0 to disable timeout
Brian West [Wed, 26 May 2010 14:33:16 +0000 (09:33 -0500)]
FSBUILD-278
Mathieu Parent [Wed, 26 May 2010 08:45:52 +0000 (10:45 +0200)]
Skinny: simplify header inclusions
thanks to Frank Seesink on MODSKINNY-6
Mathieu Parent [Wed, 26 May 2010 08:40:38 +0000 (10:40 +0200)]
Skinny: fix compilation on OS X
declaring some variables "extern" thanks to Peter Olsson
Fix MODSKINNY-6: Build still fails on OS X (even after last changes)
Moises Silva [Tue, 25 May 2010 23:50:10 +0000 (19:50 -0400)]
freetdm: FT_DECLARE_DATA
Moises Silva [Tue, 25 May 2010 23:33:24 +0000 (19:33 -0400)]
freetdm: add configurable boost trace level
Moises Silva [Tue, 25 May 2010 22:21:34 +0000 (18:21 -0400)]
freetdm: disable DTMF app and cmd line option
Moises Silva [Tue, 25 May 2010 21:54:56 +0000 (17:54 -0400)]
openzap: take back loop
Anthony Minessale [Tue, 25 May 2010 21:54:13 +0000 (16:54 -0500)]
FSCORE-612 with mods
Moises Silva [Tue, 25 May 2010 21:41:49 +0000 (17:41 -0400)]
openzap: disable dtmf app and cmd line option
Moises Silva [Tue, 25 May 2010 20:49:54 +0000 (16:49 -0400)]
openzap: callwaiting disable
Eric des Courtis [Tue, 25 May 2010 20:29:11 +0000 (16:29 -0400)]
Fixed MacOS compile issue with mod_avmd fastmath
Eric des Courtis [Tue, 25 May 2010 20:20:57 +0000 (16:20 -0400)]
Merge branch 'master' of git.freeswitch.org:freeswitch
Eric des Courtis [Tue, 25 May 2010 20:20:10 +0000 (16:20 -0400)]
Fixed mod_avmd Makefile for generic system
Eric des Courtis [Tue, 25 May 2010 20:12:13 +0000 (16:12 -0400)]
Added missing entry for mod_avmd into "modules.conf.in"
Moises Silva [Tue, 25 May 2010 20:06:42 +0000 (16:06 -0400)]
freetdm: stop just once
Eric des Courtis [Tue, 25 May 2010 19:52:21 +0000 (15:52 -0400)]
Merge branch 'master' of git://git.freeswitch.org/freeswitch
Anthony Minessale [Tue, 25 May 2010 19:23:20 +0000 (14:23 -0500)]
add indications so gateway mode calls show up as bridged -wrong week to quit sniffing glue
Anthony Minessale [Tue, 25 May 2010 19:16:32 +0000 (14:16 -0500)]
add indications so gateway mode calls show up as bridged -take 2
Eric des Courtis [Tue, 25 May 2010 19:03:14 +0000 (15:03 -0400)]
Added new FreeSWITCH module mod_avmd or the Advanced Voicemail Detection Module.
It provides better detection than mod_vmd but is a little more CPU intensive than mod_vmd.
Perhaps someone would like to CUDAfy this code?
Anthony Minessale [Tue, 25 May 2010 18:51:43 +0000 (13:51 -0500)]
add indications so gateway mode calls show up as bridged
Moises Silva [Tue, 25 May 2010 18:22:51 +0000 (14:22 -0400)]
freetdm: remove SIGEVENT_ANSWER, was never used
Jeff Lenk [Tue, 25 May 2010 18:04:28 +0000 (13:04 -0500)]
FSBUILD-269
Brian West [Tue, 25 May 2010 17:58:29 +0000 (12:58 -0500)]
tweak
Moises Silva [Tue, 25 May 2010 17:33:41 +0000 (13:33 -0400)]
freetdm: FSBUILD-277 Fix Windows build in release mode (patch by Peter Olsson)
Moises Silva [Tue, 25 May 2010 17:35:30 +0000 (13:35 -0400)]
freetdm: we need a channel iterator *sigh*
Moises Silva [Tue, 25 May 2010 17:22:52 +0000 (13:22 -0400)]
freetdm: use s<spanno>c<channo> notation for logging channel related msgs
Moises Silva [Tue, 25 May 2010 17:16:07 +0000 (13:16 -0400)]
freetdm: stop loop on call start
Moises Silva [Tue, 25 May 2010 16:56:39 +0000 (12:56 -0400)]
openzap: disable loop on call start
Moises Silva [Tue, 25 May 2010 16:48:10 +0000 (12:48 -0400)]
freetdm: add call waiting disable/enable feature
Anthony Minessale [Tue, 25 May 2010 16:42:42 +0000 (11:42 -0500)]
add t38_trace=true to trace audio to tmp
Anthony Minessale [Tue, 25 May 2010 15:30:40 +0000 (10:30 -0500)]
yes there is, eavesdrop_enable_dtmf=false
Anthony Minessale [Tue, 25 May 2010 15:14:04 +0000 (10:14 -0500)]
FSMOD-51
Brian West [Tue, 25 May 2010 14:55:23 +0000 (09:55 -0500)]
DP-17
Jeff Lenk [Tue, 25 May 2010 13:41:44 +0000 (08:41 -0500)]
FSBUILD-269 Add more excludes to .gitignore (for Windows)
Jeff Lenk [Tue, 25 May 2010 13:20:28 +0000 (08:20 -0500)]
FSCORE-611
Mathieu Parent [Tue, 25 May 2010 07:29:01 +0000 (09:29 +0200)]
Skinny: size_t has different sizes on different platforms
Resolve (shouldn't) MODSKINNY-5: Compiling mod_skinny on Mac OS X 10.6.3 fails
with error message about format mismatch of 'long unsigned int'
Anthony Minessale [Tue, 25 May 2010 00:33:01 +0000 (19:33 -0500)]
set CF_REDIRECT to avoid hangup_after_bridge
Anthony Minessale [Mon, 24 May 2010 19:38:43 +0000 (14:38 -0500)]
fix fax negotiation issue
Michael Jerris [Mon, 24 May 2010 09:24:38 +0000 (05:24 -0400)]
initial checkin of mod_fax/mod_voipcodecs merge into mod_spandsp
Michael Jerris [Mon, 24 May 2010 07:42:08 +0000 (03:42 -0400)]
fix mod_fax clean build
Jeff Lenk [Mon, 24 May 2010 04:32:44 +0000 (23:32 -0500)]
FSCORE-611 Increase buffer in fs_cli for Win
Jeff Lenk [Mon, 24 May 2010 04:15:40 +0000 (23:15 -0500)]
Update for latest changes
Michael Jerris [Sat, 22 May 2010 23:18:35 +0000 (19:18 -0400)]
add mod_skinny vcproj file for windows build (MODSKINNY-3)
Anthony Minessale [Fri, 21 May 2010 22:16:33 +0000 (17:16 -0500)]
cleanup
Anthony Minessale [Fri, 21 May 2010 21:47:05 +0000 (16:47 -0500)]
remove mod_t38_gateway
Anthony Minessale [Fri, 21 May 2010 21:46:15 +0000 (16:46 -0500)]
use local copy of udptl
Anthony Minessale [Thu, 13 May 2010 02:25:54 +0000 (21:25 -0500)]
Tea for two (or maybe thirty eight?)
Anthony Minessale [Fri, 21 May 2010 21:18:36 +0000 (16:18 -0500)]
remove race (part 2)
Anthony Minessale [Fri, 21 May 2010 21:17:20 +0000 (16:17 -0500)]
remove race
Anthony Minessale [Fri, 21 May 2010 20:51:51 +0000 (15:51 -0500)]
add conference_member_id variable to all sessions with the member id used by their conference participation (For drk__)
Michael Jerris [Fri, 21 May 2010 18:40:36 +0000 (14:40 -0400)]
possible fix for FSCORE-575
Moises Silva [Fri, 21 May 2010 15:43:10 +0000 (11:43 -0400)]
freetdm: windows casting
Moises Silva [Fri, 21 May 2010 15:31:01 +0000 (11:31 -0400)]
freetdm: handle loop requests