371 Commits

Author SHA1 Message Date
Brian West
1a39d7fb34 Update PocketSphinx to the latest builds... only had to make two changes 2011-06-15 13:09:00 -05:00
Christopher Rienzo
5099d3b8e3 fix mod_unimrcp reloadxml issue 2011-06-03 20:41:09 +00:00
Jeff Lenk
28738b0629 FS-3001 --resolve 2011-04-19 23:02:51 -05:00
Christopher Rienzo
478d51860d FS-3247 check for NULL recog_hdr 2011-04-14 14:50:41 +00:00
Christopher Rienzo
f5704114cd FS-3163 add locking to mrcp dtmf generator 2011-03-18 19:15:08 +00:00
Luke Dashjr
1809ce5d83 MERGE: Bugfix: Destroy schannel only *after* cleanup of its contents is done 2011-03-17 15:32:47 -05:00
Luke Dashjr
0f17bcc5b6 Bugfix: Destroy schannel only *after* cleanup of its contents is done 2011-03-17 15:31:07 -05:00
Christopher Rienzo
4f5ca9e88d FS-3077 prevent crash on double call to asr_close 2011-02-21 15:00:35 +00:00
Anthony Minessale
02234ae87d fix file leaks in mod_commandline_tts 2011-02-11 16:49:17 -06:00
Christopher Rienzo
8037b69f40 FS-3043 break during mod_unimrcp can hang session 2011-02-09 16:53:32 +00:00
Christopher Rienzo
20976da411 forgot this spot when closing speech channel 2011-02-04 20:18:33 +00:00
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
Brian West
3734f4cd44 bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
Jeff Lenk
c57c17604c Update mod_cepstral for windows vs2010 2010-11-25 10:40:20 -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
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