mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
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) -->
|
<!-- phrases section (under development still) -->
|
||||||
<section name="phrases" description="Speech Phrase Management">
|
<section name="phrases" description="Speech Phrase Management">
|
||||||
<macros>
|
<macros>
|
||||||
<language name="en" sound-path="/snds" tts-engine="cepstral" tts-voice="david">
|
<X-PRE-PROCESS cmd="include" data="lang/*/*.xml"/>
|
||||||
<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>
|
|
||||||
</macros>
|
</macros>
|
||||||
</section>
|
</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…
x
Reference in New Issue
Block a user