summaryrefslogtreecommitdiff
path: root/configs/festival.conf.sample
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-07-17 21:17:28 +0000
committerMatthew Jordan <mjordan@digium.com>2014-07-17 21:17:28 +0000
commitfc0fecb4768d696db3324bcf6dd03325bb4cd513 (patch)
tree12615f96e88382b2824d4901f6949571e41ea2e4 /configs/festival.conf.sample
parent1ce23d4534994fdd8bfb8ad3b9ca1884194097be (diff)
configs: Move sample config files into a subdirectory of configs
This moves all samples configs from configs/ to configs/samples. This allows for additional sets of sample configuration files to be added in the future. Review: https://reviewboard.asterisk.org/r/3804/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418870 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/festival.conf.sample')
-rw-r--r--configs/festival.conf.sample35
1 files changed, 0 insertions, 35 deletions
diff --git a/configs/festival.conf.sample b/configs/festival.conf.sample
deleted file mode 100644
index e91821719..000000000
--- a/configs/festival.conf.sample
+++ /dev/null
@@ -1,35 +0,0 @@
-;
-; Festival Configuration
-;
-[general]
-;
-; Host which runs the festival server (default : localhost);
-;
-;host=localhost
-;
-; Port on host where the festival server runs (default : 1314)
-;
-;port=1314
-;
-; Use cache (yes, no - defaults to no)
-;
-;usecache=yes
-;
-; If usecache=yes, a directory to store waveform cache files.
-; The cache is never cleared (yet), so you must take care of cleaning it
-; yourself (just delete any or all files from the cache).
-; THIS DIRECTORY *MUST* EXIST and must be writable from the asterisk process.
-; Defaults to /tmp/
-;
-;cachedir=/var/lib/asterisk/festivalcache/
-;
-; Festival command to send to the server.
-; Defaults to: (tts_textasterisk "%s" 'file)(quit)\n
-; %s is replaced by the desired text to say. The command MUST end with a
-; (quit) directive, or the cache handling mechanism will hang. Do not
-; forget the \n at the end.
-;
-;festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n
-;
-;
-