如何在FreeSWITCH中设置意大利语语音?

当我设置默认意大利语言时,以下错误会出现。

table.insert(xml, [[<action application="set" data="default_language=it"/>]]);

错误信息:

2020-08-17 05:34:59.396425 [DEBUG] switch_ivr_play_say.c:70 No language specified - Using [it]
2020-08-17 05:34:59.396425 [ERR] switch_xml.c:3274 Can't find language it.
2020-08-17 05:34:59.396425 [DEBUG] switch_ivr_play_say.c:70 No language specified - Using [it]
2020-08-17 05:34:59.416382 [ERR] switch_xml.c:3274 Can't find language it.
点赞
用户5492644
用户5492644

你查看过这个手册吗?

https://freeswitch.org/confluence/display/FREESWITCH/Speech+Phrase+Management

对于每种你想支持的语言,你需要在conf/autoload_configs/modules.conf.xml中加载相应的mod_say_xx模块。

此外,你还必须相应地更新conf/freeswitch.xml

2020-08-17 13:38:10