[Freeswitch-users] voicemaill
Kees Varekamp
kees at mroffice.org
Thu Aug 30 10:11:41 MSD 2012
I'm trying to get voicemail running on fs1.2 but i keep running into this:
2012-08-30 18:05:27.992966 [ERR] switch_xml.c:2986 Can't find macros tag.
Ive got this:
<section name="languages" description="Language Management">
...
<X-PRE-PROCESS cmd="include" data="lang/en/*.xml"/>
and in lang/en there is en.xml, which has this:
<include>
<language name="en" say-module="en"
sound-prefix="$${sounds_dir}/en/us/callie" tts-engine="cepstral"
tts-voice="callie">
<phrases>
<macros>
<X-PRE-PROCESS cmd="include" data="demo/*.xml"/> <!-- Note: this
now grabs whole subdir, previously grabbed only demo.xml -->
<!--voicemail_en_tts is purely implemented with tts, we have the
files based one that is the default. -->
<X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/> <!--
vm/tts.xml if you want to use tts and have cepstral -->
<X-PRE-PROCESS cmd="include" data="dir/sounds.xml"/> <!--
dir/tts.xml if you want to use tts and have cepstral -->
<X-PRE-PROCESS cmd="include" data="ivr/*.xml"/> <!-- IVR and custom
phrases go here -->
</macros>
</phrases>
</language>
</include>
Is my config wrong?
thanks,
Kees
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120830/1cd4846e/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list