]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Tue, 24 Aug 2010 16:53:46 +0000 (11:53 -0500)]
presence update
Jeff Lenk [Tue, 24 Aug 2010 13:55:00 +0000 (08:55 -0500)]
FSBUILD-296 Fix VS2008 code analysis build
Jeff Lenk [Tue, 24 Aug 2010 13:11:59 +0000 (08:11 -0500)]
FSCORE-658 Windows VS2008 switch_event.c compile error
Anthony Minessale [Mon, 23 Aug 2010 23:18:56 +0000 (18:18 -0500)]
more presence stuff
Anthony Minessale [Mon, 23 Aug 2010 23:08:14 +0000 (18:08 -0500)]
correction on earlier patch
Anthony Minessale [Mon, 23 Aug 2010 22:02:06 +0000 (17:02 -0500)]
presence tweaks
Michael S Collins [Mon, 23 Aug 2010 21:14:06 +0000 (14:14 -0700)]
Merge branch 'master' of git://git.freeswitch.org/freeswitch
Michael S Collins [Mon, 23 Aug 2010 21:13:28 +0000 (14:13 -0700)]
Fix typo (thanks diegoviola)
Jeff Lenk [Mon, 23 Aug 2010 20:54:23 +0000 (15:54 -0500)]
MODAPP-448 Phrase "speak-text" application returns on first key press in phrase file on Windows
Moises Silva [Mon, 23 Aug 2010 20:08:06 +0000 (16:08 -0400)]
freetdm: lock the channel when placing call
Moises Silva [Mon, 23 Aug 2010 19:44:55 +0000 (15:44 -0400)]
freetdm: allocate channels in their own memory page when debugging
Anthony Minessale [Mon, 23 Aug 2010 18:15:58 +0000 (13:15 -0500)]
FSCORE-656
Anthony Minessale [Mon, 23 Aug 2010 18:11:50 +0000 (13:11 -0500)]
minor refactor to deal with edge case
Luke Dashjr [Mon, 23 Aug 2010 01:24:53 +0000 (20:24 -0500)]
MERGE: expose ASR start_input_timers to dialplan via IVR and mod_dptools
Luke Dashjr [Mon, 23 Aug 2010 01:24:24 +0000 (20:24 -0500)]
MERGE: document all of detect_speech's valid syntax
Luke Dashjr [Sun, 22 Aug 2010 23:12:18 +0000 (18:12 -0500)]
expose ASR enable/disable grammar (and disable all grammars) to dialplan via mod_dptools
Luke Dashjr [Sun, 22 Aug 2010 05:26:21 +0000 (00:26 -0500)]
switch_ivr interfaces to enable/disable grammar: switch_ivr_detect_speech_enable_grammar, switch_ivr_detect_speech_disable_grammar, and switch_ivr_detect_speech_disable_all_grammars
Luke Dashjr [Sun, 22 Aug 2010 00:46:35 +0000 (19:46 -0500)]
Implement UniMRCP asr_enable_grammar, asr_disable_grammar, and asr_disable_all_grammars which allow for multiple grammar recognition
Luke Dashjr [Sun, 22 Aug 2010 00:43:53 +0000 (19:43 -0500)]
switch_core_asr interfaces for enable_grammar, disable_grammar, and disable_all_grammars
Luke Dashjr [Sat, 21 Aug 2010 22:44:42 +0000 (17:44 -0500)]
Allow loading grammars without sending RECOGNIZE with start-recognize=false parameter
Andrew Thompson [Mon, 23 Aug 2010 00:46:04 +0000 (20:46 -0400)]
Some more tweaks
Andrew Thompson [Mon, 23 Aug 2010 00:22:46 +0000 (20:22 -0400)]
Remove some code we don't use
Andrew Thompson [Mon, 23 Aug 2010 00:22:09 +0000 (20:22 -0400)]
Use a different mutex for tracking threadcount
Andrew Thompson [Sun, 22 Aug 2010 20:51:15 +0000 (16:51 -0400)]
Switch from mutex to a rwlock to increase throughput
Andrew Thompson [Sun, 22 Aug 2010 20:50:40 +0000 (16:50 -0400)]
Null out the spawn reply after we're done with it to avoid seg
Andrew Thompson [Fri, 20 Aug 2010 06:32:20 +0000 (02:32 -0400)]
Improve some logging to include UUIDs
Luke Dashjr [Sun, 22 Aug 2010 23:17:36 +0000 (18:17 -0500)]
document all of detect_speech's valid syntax
Luke Dashjr [Sun, 22 Aug 2010 23:07:24 +0000 (18:07 -0500)]
expose ASR start_input_timers to dialplan via mod_dptools
Luke Dashjr [Sun, 22 Aug 2010 23:00:40 +0000 (18:00 -0500)]
expose ASR start_input_timers on the IVR abstraction level
Jeff Lenk [Sun, 22 Aug 2010 03:39:01 +0000 (22:39 -0500)]
SFSIP-220 VS2010 sofia posix problem
Marc Olivier Chouinard [Sat, 21 Aug 2010 03:40:37 +0000 (23:40 -0400)]
mod_sofia: Add a quick fix for basic Polycom presence support. A more sane solution need to be implemented
Anthony Minessale [Fri, 20 Aug 2010 22:48:14 +0000 (17:48 -0500)]
MODAPP-447
Anthony Minessale [Fri, 20 Aug 2010 21:51:55 +0000 (16:51 -0500)]
MODCODEC-20
Anthony Minessale [Fri, 20 Aug 2010 19:17:59 +0000 (14:17 -0500)]
tweak on last commit
root [Fri, 20 Aug 2010 19:14:35 +0000 (23:14 +0400)]
set network_addr of caller profile to signaling ip address. (requested by Steven Ayre)
Anthony Minessale [Fri, 20 Aug 2010 18:28:17 +0000 (13:28 -0500)]
add last_bridge_to var to keep uuid of last bridged channel and fix race in show calls on hangup of bypass_media channels
Jeff Lenk [Fri, 20 Aug 2010 14:24:00 +0000 (09:24 -0500)]
MODSOFIA-92 fix x64 build
Marc Olivier Chouinard [Fri, 20 Aug 2010 01:43:07 +0000 (21:43 -0400)]
mod_callcenter: Added value busy_delay_time and reject_delay_time so we can wait if those 2 occur (Un registred phone are considered as busy). Add a ready_time epoch time when we can contact an again again, fix ring-all (good this time I hope).
Michael S Collins [Fri, 20 Aug 2010 01:21:50 +0000 (18:21 -0700)]
Fix fifo_member add syntax
Anthony Minessale [Thu, 19 Aug 2010 23:22:06 +0000 (18:22 -0500)]
MODSOFIA-86
Anthony Minessale [Thu, 19 Aug 2010 17:09:21 +0000 (12:09 -0500)]
more presence tweaks
Jeff Lenk [Thu, 19 Aug 2010 16:24:46 +0000 (10:24 -0600)]
MODSOFIA-92 add VS2010 express
Jeff Lenk [Thu, 19 Aug 2010 15:38:54 +0000 (10:38 -0500)]
VS2010 add missing project filters
Anthony Minessale [Thu, 19 Aug 2010 00:51:10 +0000 (19:51 -0500)]
tweak presence
Jeff Lenk [Thu, 19 Aug 2010 14:58:30 +0000 (09:58 -0500)]
MODSOFIA-92 VS2010
Mathieu Rene [Wed, 18 Aug 2010 22:26:57 +0000 (18:26 -0400)]
esl: init fd_flags to 0
Anthony Minessale [Wed, 18 Aug 2010 20:33:18 +0000 (15:33 -0500)]
increase sps during recovery
Anthony Minessale [Wed, 18 Aug 2010 19:58:14 +0000 (14:58 -0500)]
BOUNTY-20
Brian West [Wed, 18 Aug 2010 19:16:37 +0000 (14:16 -0500)]
fix 302 to hangup in the two cases where switch_ivr_transfer is used and not in the case when it should carry on and follow the redirect
Jeff Lenk [Wed, 18 Aug 2010 15:57:32 +0000 (10:57 -0500)]
MODSOFIA-92 - Remove OPENSSL_USE_APPLINK - not needed
Anthony Minessale [Wed, 18 Aug 2010 14:53:22 +0000 (09:53 -0500)]
doh
Anthony Minessale [Wed, 18 Aug 2010 14:37:01 +0000 (09:37 -0500)]
always run test sql even when auto schema is off
Anthony Minessale [Wed, 18 Aug 2010 14:20:59 +0000 (09:20 -0500)]
MODEVENT-68
Anthony Minessale [Wed, 18 Aug 2010 00:54:46 +0000 (19:54 -0500)]
more verbose warning
Anthony Minessale [Wed, 18 Aug 2010 00:26:19 +0000 (19:26 -0500)]
doh
Michael S Collins [Tue, 17 Aug 2010 22:32:19 +0000 (15:32 -0700)]
Update ChangeLog through August 17
Anthony Minessale [Tue, 17 Aug 2010 22:26:36 +0000 (17:26 -0500)]
fix caller id fields in show channels show calls etc
Anthony Minessale [Tue, 17 Aug 2010 20:00:25 +0000 (15:00 -0500)]
MODSOFIA-94
Anthony Minessale [Tue, 17 Aug 2010 18:09:16 +0000 (13:09 -0500)]
LBDING-21
Anthony Minessale [Tue, 17 Aug 2010 18:00:32 +0000 (13:00 -0500)]
presence tweaks
Jeff Lenk [Tue, 17 Aug 2010 17:33:40 +0000 (11:33 -0600)]
MODSOFIA-92 step 3 - now hooked to build
Jeff Lenk [Tue, 17 Aug 2010 16:23:43 +0000 (11:23 -0500)]
MODSOFIA-92 step2 - still not hooked up
Anthony Minessale [Tue, 17 Aug 2010 16:16:55 +0000 (11:16 -0500)]
MODSOFIA-94
Brian West [Tue, 17 Aug 2010 15:16:57 +0000 (10:16 -0500)]
Merge branch 'master' of git.freeswitch.org:freeswitch
Brian West [Tue, 17 Aug 2010 15:16:43 +0000 (10:16 -0500)]
don't answer the script does
Andrew Thompson [Tue, 3 Aug 2010 04:51:54 +0000 (00:51 -0400)]
Create RFC2822_DATE for use in emails. Some clients fail to sort emails properly without a Date: line.
Brian West [Tue, 17 Aug 2010 14:41:21 +0000 (09:41 -0500)]
MODSOFIA-91
Christopher Rienzo [Tue, 17 Aug 2010 13:59:03 +0000 (13:59 +0000)]
FSMOD-67 fix fortify findings for mod_unimrcp
Jeff Lenk [Tue, 17 Aug 2010 13:36:02 +0000 (08:36 -0500)]
MODSOFIA-92 fix build
Andrew Thompson [Tue, 17 Aug 2010 06:32:37 +0000 (02:32 -0400)]
mod_erlang_event: generate long node names the same as erlang does
Also, allow you to override the node name inference by passing a
nodename with an @ in it, eg. freeswitch@freeswitch.com
Jeff Lenk [Mon, 16 Aug 2010 20:17:20 +0000 (15:17 -0500)]
MODSOFIA-92 Add openssl build support to windows - no external build support needed (step 1 - not hooked up yet) vs2008 pro+ only
Mathieu Rene [Mon, 16 Aug 2010 14:41:04 +0000 (10:41 -0400)]
Attempt at MODAPP-446
Stefan Knoblich [Sat, 14 Aug 2010 22:39:49 +0000 (00:39 +0200)]
[mod_commands,mod_event_socket,mod_event_test] fix up other users of switch_event_xmlize() to use SWITCH_EVENT_NONE
Stefan Knoblich [Sat, 14 Aug 2010 22:35:10 +0000 (00:35 +0200)]
[mod_lcr] Use SWITCH_VA_NONE instead of an empty string to (finally) fix the gcc printf format warnings.
Mathieu Rene [Sat, 14 Aug 2010 20:49:20 +0000 (16:49 -0400)]
mod_lcr: fix compiler warning on newer gcc
Marc Olivier Chouinard [Sat, 14 Aug 2010 16:22:11 +0000 (12:22 -0400)]
mod_callcenter: More ODBC changes. It is not a global settings value. Cannot be changed in runtime.
Marc Olivier Chouinard [Sat, 14 Aug 2010 15:46:34 +0000 (11:46 -0400)]
mod_callcenter: Add missing odbc db support (Not tested, please someone test this)
Marc Olivier Chouinard [Sat, 14 Aug 2010 08:07:38 +0000 (04:07 -0400)]
mod_callcenter: Try to fix the ring-all, also add cli auto complete done in previous commit
Luke Dashjr [Thu, 12 Aug 2010 09:09:47 +0000 (04:09 -0500)]
Include /var/run/freeswitch and /var/log/freeswitch in RPM
Marc Olivier Chouinard [Fri, 13 Aug 2010 23:17:36 +0000 (19:17 -0400)]
Merge branch 'master' of ssh://git.freeswitch.org/freeswitch
Marc Olivier Chouinard [Fri, 13 Aug 2010 23:15:24 +0000 (19:15 -0400)]
mod_callcenter: Add ability to unload/reload/load a queue setting (You still need to reloadxml before).
Note that joining a queue will check for it in the config and load it on the fly... I've used the same system as in mod_voicemail. Not sure if we should allow this, but just comment it out of the config before unload and it wont be available anymore
Giovanni Maruzzelli [Fri, 13 Aug 2010 21:19:20 +0000 (16:19 -0500)]
skypopen: now answer a call only when directed to do it (before was trying to answer any incoming call). Lot of changes to a messy part, so maybe some problem will come out...
Signed-off-by: Giovanni Maruzzelli <gmaruzz@gmail.com>
Brian West [Fri, 13 Aug 2010 18:49:41 +0000 (13:49 -0500)]
fix spec from luke-jr
Brian West [Fri, 13 Aug 2010 17:40:42 +0000 (12:40 -0500)]
fix spec
Moises Silva [Fri, 13 Aug 2010 17:37:50 +0000 (13:37 -0400)]
add non-blocking reads to mod_sangoma_codec
Moises Silva [Fri, 13 Aug 2010 16:26:39 +0000 (12:26 -0400)]
freetdm: OPENZAP-107 - Patched by Jeff Lenk
Jeff Lenk [Fri, 13 Aug 2010 15:30:01 +0000 (10:30 -0500)]
trivial - remove debug log of wrong information - reported on userlist - correct information reported on the next log statement
Marc Olivier Chouinard [Fri, 13 Aug 2010 13:48:37 +0000 (09:48 -0400)]
mod_callcenter: Initial commit of the mod_callcenter application.
This module is in it early state of developpement. You can see documentation on the wiki at : http://wiki.freeswitch.org/wiki/Mod_callcenter
For support/comments, please use http://jira.freeswitch.org/ and select the MOD CALLCENTER module.
Marc Olivier Chouinard [Fri, 13 Aug 2010 13:14:41 +0000 (09:14 -0400)]
mod_dialplan_xml: Add in the INFO log the caller id number when processing a request (Currenly only show the caller name)
Moises Silva [Fri, 13 Aug 2010 01:21:04 +0000 (21:21 -0400)]
update mod_sangoma_codec to work with sngtc-node SOAP library
Mathieu Rene [Thu, 12 Aug 2010 15:58:40 +0000 (11:58 -0400)]
esl: fix leak-on-error in esl_connect_timeout()
Moises Silva [Wed, 11 Aug 2010 16:51:04 +0000 (12:51 -0400)]
freetdm: ignore unknown wanpipe alarms
Tamas Cseke [Wed, 11 Aug 2010 15:26:31 +0000 (17:26 +0200)]
tweak array length
cseket [Wed, 11 Aug 2010 13:13:22 +0000 (15:13 +0200)]
add ability to set more error dirs. maybe it's paranoid, but we can use distributed file system, that we don't trust enough
Jeff Lenk [Wed, 11 Aug 2010 03:07:44 +0000 (22:07 -0500)]
FSBUILD-297 remove strange characters
Moises Silva [Tue, 10 Aug 2010 22:51:06 +0000 (18:51 -0400)]
freetdm: add bearer capability and layer1 pass-thru for boost
cypromis [Tue, 10 Aug 2010 17:52:08 +0000 (19:52 +0200)]
typo ...
Brian West [Tue, 10 Aug 2010 14:19:51 +0000 (09:19 -0500)]
comment out VendorInfo for the sake of interop for now
Stefan Knoblich [Tue, 10 Aug 2010 08:31:13 +0000 (10:31 +0200)]
[FreeTDM][2/2] for FreeBSD: ftdm_interrupt_multiple_wait() linux poll version should also work on all BSD variants (and Solaris too), add FreeBSD for now. (Build-tested on FreeBSD-8.1) NOTE: We may want to drop the #elif completely and just go for an #else here instead.
Stefan Knoblich [Tue, 10 Aug 2010 08:26:00 +0000 (10:26 +0200)]
[FreeTDM][1/2] for *BSD: Fix typo idle_percentate => idle_percentage.