Fix FreeSwitch config for es_MX sounds
This commit is contained in:
parent
825b7e8b6a
commit
62fb64d2fa
2 changed files with 11 additions and 7 deletions
|
@ -63,8 +63,8 @@
|
||||||
<X-PRE-PROCESS cmd="include" data="lang/fr/*.xml"/>
|
<X-PRE-PROCESS cmd="include" data="lang/fr/*.xml"/>
|
||||||
<X-PRE-PROCESS cmd="include" data="lang/ru/*.xml"/>
|
<X-PRE-PROCESS cmd="include" data="lang/ru/*.xml"/>
|
||||||
<X-PRE-PROCESS cmd="include" data="lang/he/*.xml"/>
|
<X-PRE-PROCESS cmd="include" data="lang/he/*.xml"/>
|
||||||
<X-PRE-PROCESS cmd="include" data="lang/es/es_ES.xml"/>
|
<X-NO-PRE-PROCESS cmd="include" data="lang/es/es_ES.xml"/>
|
||||||
<X-NO-PRE-PROCESS cmd="include" data="lang/es/es_MX.xml"/>
|
<X-PRE-PROCESS cmd="include" data="lang/es/es_MX.xml"/>
|
||||||
<X-PRE-PROCESS cmd="include" data="lang/pt/pt_BR.xml"/>
|
<X-PRE-PROCESS cmd="include" data="lang/pt/pt_BR.xml"/>
|
||||||
<X-NO-PRE-PROCESS cmd="include" data="lang/pt/pt_PT.xml"/>
|
<X-NO-PRE-PROCESS cmd="include" data="lang/pt/pt_PT.xml"/>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
<include>
|
<include>
|
||||||
<language name="es" sound-path="$${sounds_dir}/es/mx/maria" tts-engine="cepstral" tts-voice="marta">
|
<language name="es" say-module="es" sound-prefix="$${sounds_dir}/es/mx/maria" tts-engine="cepstral" tts-voice="marta">
|
||||||
<X-PRE-PROCESS cmd="include" data="demo/*-es-MX.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
|
<phrases>
|
||||||
<!--voicemail_es_MX_tts is purely implemented with tts, we have the files based one that is the default. -->
|
<macros>
|
||||||
<X-PRE-PROCESS cmd="include" data="vm/sounds-es-MX.xml"/> <!-- vm/tts.xml if you want to use tts and have cepstral -->
|
<X-PRE-PROCESS cmd="include" data="demo/*-es-MX.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
|
||||||
<X-PRE-PROCESS cmd="include" data="dir/sounds-es-MX.xml"/> <!-- dir/tts.xml if you want to use tts and have cepstral -->
|
<!--voicemail_es_MX_tts is purely implemented with tts, we have the files based one that is the default. -->
|
||||||
|
<X-PRE-PROCESS cmd="include" data="vm/sounds-es-MX.xml"/> <!-- vm/tts.xml if you want to use tts and have cepstral -->
|
||||||
|
<X-PRE-PROCESS cmd="include" data="dir/sounds-es-MX.xml"/> <!-- dir/tts.xml if you want to use tts and have cepstral -->
|
||||||
|
</macros>
|
||||||
|
</phrases>
|
||||||
</language>
|
</language>
|
||||||
</include>
|
</include>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue