forked from Mirrors/freeswitch
mess with config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6264 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e7dab08e59
commit
423567be6e
@ -107,14 +107,7 @@
|
||||
<!-- phrases section (under development still) -->
|
||||
<section name="phrases" description="Speech Phrase Management">
|
||||
<macros>
|
||||
<language name="en" sound-path="/snds" tts-engine="cepstral" tts-voice="david">
|
||||
<X-PRE-PROCESS cmd="include" data="lang_en.xml"/>
|
||||
<!--voicemail_en_tts is purely implemented with tts, we need a files based implementation too -->
|
||||
<X-PRE-PROCESS cmd="include" data="voicemail_en_tts.xml"/>
|
||||
</language>
|
||||
<language name="fr" sound_path="/var/sounds/lang/fr/jean" tts_engine="cepstral" tts_voice="jean-pierre">
|
||||
<X-PRE-PROCESS cmd="include" data="lang_fr.xml"/>
|
||||
</language>
|
||||
<X-PRE-PROCESS cmd="include" data="lang/*/*.xml"/>
|
||||
</macros>
|
||||
</section>
|
||||
|
||||
|
7
conf/lang/en/en.xml
Normal file
7
conf/lang/en/en.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<include>
|
||||
<language name="en" sound-path="/snds" tts-engine="cepstral" tts-voice="david">
|
||||
<X-PRE-PROCESS cmd="include" data="demo/demo.xml"/>
|
||||
<!--voicemail_en_tts is purely implemented with tts, we need a files based implementation too -->
|
||||
<X-PRE-PROCESS cmd="include" data="vm/tts.xml"/>
|
||||
</language>
|
||||
</include>
|
Loading…
Reference in New Issue
Block a user