mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-06 02:55:27 +00:00
8 lines
380 B
XML
8 lines
380 B
XML
<include>
|
|
<language name="he" sound-path="$${sounds_dir}/he/daniel" tts-engine="cepstral" tts-voice="daniel">
|
|
<X-PRE-PROCESS cmd="include" data="demo/*.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
|
|
<X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/>
|
|
<X-PRE-PROCESS cmd="include" data="dir/sounds.xml"/>
|
|
</language>
|
|
</include>
|