Jeff Lenk
c4d1df7619
continuation of msbuild enabled automated installers for Win32/X64
2010-10-14 14:45:15 -05:00
Jeff Lenk
184f395553
fix several code analysis problems and mask several that are required
2010-09-20 09:25:14 -05:00
Luke Dashjr
128d53c2e6
Implement UniMRCP asr_enable_grammar, asr_disable_grammar, and asr_disable_all_grammars which allow for multiple grammar recognition
2010-08-22 20:21:50 -05:00
Luke Dashjr
e719ae662b
Allow loading grammars without sending RECOGNIZE with start-recognize=false parameter
2010-08-22 20:20:26 -05:00
Jeff Lenk
1abe3b9337
MODSOFIA-92 VS2010
2010-08-19 09:58:30 -05:00
Christopher Rienzo
336f0b4eda
FSMOD-67 fix fortify findings for mod_unimrcp
2010-08-17 13:59:28 +00:00
Christopher Rienzo
cc73aec6cf
Updated mod_unimrcp to allow speech/asr channels to be named for logging
2010-07-28 21:07:24 +00:00
Jeff Lenk
e660e01d20
add missing vs2010
2010-07-23 19:49:30 -05:00
Jeff Lenk
a87429ac87
Add initial support for VS2010
2010-06-28 15:49:19 -05:00
Christopher Rienzo
2cf81f9dfc
Skip whitespace for grammars
2010-06-09 12:48:30 +00:00
Jeff Lenk
2cb8efc4bb
FSBUILD-269
2010-05-25 13:04:28 -05:00
Christopher Rienzo
a2dfddd129
Do not allow timeout when opening MRCP session
2010-04-28 14:46:49 +01:00
Christopher Rienzo
31c9f50fa1
my first git commit - added comment to mod_unimrcp.c
2010-04-16 14:34:22 +01:00
Mathieu Parent
917e152518
Merge branch 'master' of git.freeswitch.org:freeswitch
2010-04-08 20:52:30 +02:00
Mathieu Parent
3d089f0075
FSMOD-35: mod_tts_commandline core dump, temp file problem.
...
flush can be called several times
2010-04-08 20:49:56 +02:00
Travis Cross
db26c65ea7
Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree.
...
Check for files that we are accidentally ignoring:
git ls-files -i --exclude-standard | sed -e "s:.:\!\/\\0:"
Check for files that we might want to ignore:
git ls-files -o --exclude-standard | sed -e "s:.:\/\\0:"
2010-04-05 23:17:43 +00:00
Christopher Rienzo
3b09933f31
Do not allow speech_channel_destroy() to return unless MRCP session has been terminated. Do not explicitly destroy mutexes, buffers, and condvars that are allocated off of pool.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16938 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-08 14:03:35 +00:00
Christopher Rienzo
b8153e0e9d
try to prevent core dump- still don't completely understand the cause
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16855 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-02 00:01:52 +00:00
Christopher Rienzo
a82506de57
Added ssml-mime-type config param to deal with server that doesn't like application/ssml+xml
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16720 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-22 17:10:01 +00:00
Christopher Rienzo
12093e9913
Remove support for old version of UniMRCP
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16718 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-22 15:19:52 +00:00
Christopher Rienzo
56f5e13c8b
Added synthparams and recogparams to config so that default MRCP params can be defined for SPEAK and RECOGNIZE requests.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16717 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-22 14:26:16 +00:00
Anthony Minessale
886e1ddb4d
run indent on the whole tree and update copyright dates in prep for 1.0.5
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16579 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 03:38:24 +00:00
Michael Jerris
9eea7caf2a
::
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16337 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-17 07:49:52 +00:00
Michael Jerris
ab66f1fd6a
problem found, debug removed
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16246 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 19:35:58 +00:00
Stefan Knoblich
364483d5c3
Add some debug output to track down a buildbot issue
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16244 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 18:17:30 +00:00
Michael Jerris
89ae5f4741
add configure vars for htdocs and grammar dirs
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16239 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 15:47:36 +00:00
Stefan Knoblich
c70f2d7e9f
Avoid building static version of modules (e.g. mod_enum.a) by adding the "-shared" libtool option.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16225 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-10 00:27:48 +00:00
Michael Jerris
a11493be5d
look for flite libs in the right dir
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15990 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-17 20:49:46 +00:00
Michael Jerris
0c62b3f1d6
fixes for --srcdir
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15933 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-12 03:28:15 +00:00
Michael Jerris
736136c86e
fix typo and --srcdir build for mod_pocketsphinx
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15925 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 23:01:21 +00:00
Michael Jerris
d2cf7f862a
fix --srcdir builds for modules that download libraries mod_flite mod_pocketsphinx mod_celt mod_radius_cdr mod_soundtouch mod_memcache mod_curl mod_xml_ldap mod_shout mod_ldap (FSBUILD-211)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15917 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 21:20:02 +00:00
Brian West
d2e00a74fd
update sphinxbase, pocketsphinx
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15907 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 15:04:30 +00:00
Brian West
21e3bb970a
if space
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15893 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 01:20:26 +00:00
Michael Jerris
4b095aebcb
cleanup Makefile.am based module Makefiles
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15811 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 06:47:28 +00:00
Michael Jerris
8faff0e076
code before decl
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15796 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-04 21:25:57 +00:00
Michael Jerris
02c7a3acc9
picked the wrong day to stop sniffing glue...
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15745 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-01 22:19:07 +00:00
Christopher Rienzo
578466fd4a
fix for loquendo MRCPv2 - destroy session instead of removing channel
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15736 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-01 14:59:34 +00:00
Jeff Lenk
19570f9127
unimrcp windows x64 build support and fix release builds
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15621 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 16:50:46 +00:00
Michael Jerris
ec762ca316
update to new api in unimrcp r1297
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15616 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 16:03:13 +00:00
Jeff Lenk
8e3019475e
MODUNIMRCP-6 add initial build support to windows
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15610 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 15:09:00 +00:00
Michael Jerris
8b0d96a23b
add additional api change (should this really be UNI_VERSION_AT_LEAST(0,9,0) ?)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15582 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-20 22:16:30 +00:00
Christopher Rienzo
05394cdc0a
switch_thread_cond_timedwait corrections for mod_unimrcp
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15573 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-20 17:32:47 +00:00
Christopher Rienzo
1ba29d5763
support resampling for TTS (UniMRCP 0.8.0 only)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15570 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-20 15:12:50 +00:00
Christopher Rienzo
e053e06929
Update Windows build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15556 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-19 20:28:51 +00:00
Christopher Rienzo
348fe1d8f7
Support UniMRCP 0.8.0 and new RTCP configuration params
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15554 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-19 20:10:20 +00:00
Christopher Rienzo
379eba12f2
Add enable-profile-events param to mod_unimrcp
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15528 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-18 19:48:34 +00:00
Christopher Rienzo
0851459e8d
hopefully fixed pizza demo bug, other misc ungoodness
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15330 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-03 16:52:22 +00:00
Christopher Rienzo
cd0245be43
add support for file://, <speak, and <grammar
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15236 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-26 22:25:51 +00:00
Anthony Minessale
df7637f687
change switch_strlen_zero to zstr
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-23 16:03:42 +00:00
Brian West
c1c3b65a21
FSCORE-446
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14958 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-23 17:32:01 +00:00