62 Commits

Author SHA1 Message Date
Christopher Rienzo
e37dd41e31 FS-3201 fix truncated TTS 2011-02-04 20:08:43 +00:00
Luke Dashjr
02082c930c MERGE: OpenMethods DTMF recognition via ASR modules 2011-01-26 14:56:05 -06:00
Luke Dashjr
89253a1391 MERGE: OpenMethods ASR enhancements: multiple concurrent grammars and dialplan access to start-input-timers 2011-01-26 14:54:36 -06:00
Luke Dashjr
15e65cfafb MERGE: DTMF recognition via ASR modules (implemented in UniMRCP) 2011-01-26 14:40:35 -06:00
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
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
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
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
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
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
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
b18a48b43b clarify usage of unimrcp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14706 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-31 20:38:23 +00:00
Christopher Rienzo
65d596b27e Allow multiple grammars to be loaded in a session, added support for decoupling recognition from load_grammar if the core is changed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14111 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-02 15:12:01 +00:00
Christopher Rienzo
47d2ea5305 removed unneeded global var, fixed comments, added speech_channel_set_state_unlocked()
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14049 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-30 16:32:59 +00:00
Christopher Rienzo
73dee21e76 MODUNIMRCP-4
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14037 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-29 22:33:18 +00:00
Christopher Rienzo
c9d903fbbe MODUNIMRCP-3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14034 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-29 20:34:27 +00:00
Christopher Rienzo
3a878e92e5 use inline: for inline grammars. local files are now handled like mod_pocketsphinx
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13927 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 23:28:09 +00:00
Christopher Rienzo
163f5da3d8 Add support for host byte ordered L16 from UniMRCP. We need UniMRCP r995 now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13871 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 18:51:01 +00:00
Michael Jerris
6f6af777c7 msvc build fixes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13860 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 04:42:39 +00:00
Mathieu Rene
1d4944f663 Fix bad ptr in mrcp profile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13845 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 18:26:50 +00:00
Christopher Rienzo
c5da61c1df MODUNIMRCP-1 thanks raul
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13833 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 13:19:31 +00:00