[Freeswitch-users] "say" in other language..
Francesco Facco de Lagarda
francesco at delagarda.com
Sun Jul 22 11:00:06 UTC 2018
I am trying to make fs "say" currency in Italian.
If I
session.execute("say", "en CURRENCY PRONOUNCED 10.96");
it speaks perfectly in English, saying "10 dollars and 96 cents"
if I
session.execute("say", "it CURRENCY PRONOUNCED 10.96");
fs_cli reports
EXECUTE sofia/internal/1005 at 192.168.0.234 say(it CURRENCY PRONOUNCED 10.96)
2018-07-22 12:57:50.778081 [ERR] switch_xml.c:3174 Can't find language it.
But in modules.conf.xml, I have
<load module="mod_say_en"/>
<load module="mod_say_it"/>
And I have checked and I have all my "say" modules
ls -l /usr/lib/freeswitch/mod/mod_say*
gives me
.
-rw-r--r-- 1 root root 18664 Jan 24 02:20
/usr/lib/freeswitch/mod/mod_say_en.so
..
-rw-r--r-- 1 root root 18632 Jan 24 02:20
/usr/lib/freeswitch/mod/mod_say_it.so
..
..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180722/e47bf6d5/attachment-0001.html>
More information about the FreeSWITCH-users
mailing list