Anthony Minessale
97cc089826
fix compile errs
2014-06-12 13:12:39 -04:00
Michael Jerris
bcd9f49fbe
move applications to use automake
2014-03-07 18:36:12 -05:00
Nathan Neulinger
32adc789f6
make noexpandtab explicit in all vim modelines other than xml files
2013-06-25 11:50:17 -05:00
Travis Cross
8f10ff073a
Fix memory leaks in mod_tts_commandline
...
We were using both switch_util_quote_shell_arg and
switch_string_replace without freeing the results even though both
functions malloc.
2013-05-26 01:03:08 +00:00
Anthony Minessale
becb8b6277
fix bug in xml_curl that was being masked by versions < 679da2f0f609c7a893c62929481cb8feaafef7b5
2012-01-04 17:16:29 -06:00
Anthony Minessale
02234ae87d
fix file leaks in mod_commandline_tts
2011-02-11 16:49:17 -06: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
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
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
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
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
Mathieu Parent
fee3c78712
mod_tts_commandline: Remove Makefile and svn:ignore it
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14957 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-23 17:04:39 +00:00
Mathieu Parent
a129dcfa05
mod_tts_commandline: commit initial Makefile
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14956 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-23 16:55:10 +00:00
Mathieu Parent
22bb9e023b
mod_tts_commandline: various memory fixes, corrected indentation
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14933 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-21 14:11:08 +00:00
Mathieu Parent
1d028b5437
mod_tts_commandline: quote shell args, create an unique tempfile
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14931 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-21 08:48:12 +00:00
Brian West
95c625552c
adding config
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14887 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 18:50:53 +00:00
Mathieu Parent
fa4c5431be
mod_tts_commandline: cut samples in half (suggested by anthm), ajust and clean log levels
...
<cite>
[19:32] <@anthm> the tts stuff uses bytes not samples
[19:32] <@anthm> so when you pass datalen to file_read
[19:32] <@anthm> you need to cut it in half
[19:33] <@anthm> size_t my_datalen = *datalen / 2;
[19:33] <sathieu> I'm testing
[19:33] <@anthm> switch_core_file_read(&info->fh, data, datalen)
[19:33] <@anthm> change datalen to &my_datalen
[19:33] <@anthm> then after *datalen = my_datalen * 2;
</cite>
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14886 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 17:48:55 +00:00
Mathieu Parent
20e90188da
tts_commandline: introduce the rate parameter, decrease useless verbosity
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14885 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 17:34:24 +00:00
Mathieu Parent
eb33af5465
tts_commandline:
...
- load config on module load and on "reloadxml"
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14878 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 20:40:13 +00:00
Brian West
e2a0d2bc5e
MODASRTTS-19
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14828 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-11 15:45:29 +00:00