问题描述
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.
解决方法
您检查了本手册吗?
https://freeswitch.org/confluence/display/FREESWITCH/Speech+Phrase+Management
对于每种要支持的语言,您都需要在conf / autoload_configs / modules.conf.xml中加载适当的mod_say_xx模块
此外,您还必须相应地更新conf/freeswitch.xml
。