2
0

en.xml 1.0 KB

12345678910111213141516171819202122232425
  1. <include>
  2. <language name="en" say-module="en" sound-prefix="$${sound_prefix}" tts-engine="cepstral" tts-voice="callie">
  3. <phrases>
  4. <macros>
  5. <X-PRE-PROCESS cmd="include" data="demo/*.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
  6. <!-- voicemail_en_tts is purely implemented with tts, we have the files based one that is the default. -->
  7. <X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/> <!-- vm/tts.xml if you want to use tts and have cepstral -->
  8. <X-PRE-PROCESS cmd="include" data="dir/sounds.xml"/> <!-- dir/tts.xml if you want to use tts and have cepstral -->
  9. <X-PRE-PROCESS cmd="include" data="ivr/*.xml"/> <!-- IVR and custom phrases go here -->
  10. </macros>
  11. <X-PRE-PROCESS cmd="include" data="vm/voicemail_ivr.xml"/>
  12. </phrases>
  13. </language>
  14. </include>
  15. <!--
  16. For Emacs:
  17. Local Variables:
  18. mode:xml
  19. indent-tabs-mode:nil
  20. tab-width:2
  21. c-basic-offset:2
  22. End:
  23. For VIM:
  24. vim:set softtabstop=2 shiftwidth=2 tabstop=2 expandtab:
  25. -->