version:查看服务器版本。 xml_curl debug_on:打开mod_xml_curl模块的调试。会将每次请求得到的XML文件存放到系统临时目录中。 有些命令可以使用COMMAND help查看帮助。 示例: originateuser/1000&echo originateuser/10001001 originateuser/10001001XML originateuser/1000echo originateuser/1000echo inline originate {or...
mod_cepstral:使用Cepstral语音库支持TTS。 mod_flite:使用Festival Lite库支持TTS。只支持英文。 mod_pocketsphinx:使用pocketsphinx库支持语音识别。 mod_tts_commandline:通过命令行程序使用TTS。 mod_unimrcp:通过uniMRCP协议与其他ASR/TTS产品对接。uniMRCP是一个标准的协议,很多语音产品都支持它。 codecs 该目录下的...
mod_pocketsphinx– Free open source Speech Recognition. mod_tts_commandline– Run a command line and play the outputted file. mod_shout– allows you to stream audio from an url hence can be used with online TTS providers; see [Examples] mod_unimrcp– Module for an open MRCP implementation....
alias,[add|stickyadd] <alias><command> | del [<alias>|*],Alias,mod_commands banner,,Return the system banner,mod_commands bg_system,<command>,Execute a systemcommand in the background,mod_commands bgapi,<command>[ <arg>],Executean api command in a thread,mod_commands break,<uuid>[all...
mod_tts_commandline模块,本身没有TTS能力,而是通过调用TTS引擎的命令生成语音文件,tts命令可以配置,最终实现自动TTS语音播放的功能。 今天,我们介绍一下该模块的一般应用方法。 环境 centos:CentOS release 7.0 (Final)或以上版本 freeswitch:v1.8.7 GCC:4.8.5 ...
1. 内置监控工具 mod_event_socket模块:这是FreeSWITCH自带的一个强大模块,允许开发者通过TCP/IP连接发送命令和接收事件通知。利用它可以构建自定义的监控应用,比如创建一个仪表板来展示当前呼叫状态、CPU使用率等信息。fs_cli(FreeSWITCH Command Line Interface):提供了一个交互式的命令行界面,可用于查询系统...
sendApiCommand或者sendBackgroundApiCommand(bgapi后台执行,比拨号命令originate就需要bgapi执行 )。 具体命令参考https://freeswitch.org/confluence/display/FREESWITCH/mod_commands sendBackgroundApiCommand("originate","user/1000 9999") 执行APP sendMessage可以用来执行APP。具体APP参考https://freeswitch.org/conf...
a receive_event handler, this message gets sent to that session and is interpreted as an instant message. uuid_debug_media The command was uuid_debug_audio, changed into current name when video options was added. Debug media Usage: <uuid> <read|write|both|vread|vwritevboth> on|...
mod_tts_commandline模块,本身没有TTS能力,而是通过调用TTS引擎的命令生成语音文件,tts命令可以配置,最终实现自动TTS语音播放的功能。 今天,我们介绍一下该模块的一般应用方法。 环境 centos:CentOS release 7.0 (Final)或以上版本 freeswitch:v1.8.7 GCC:4.8.5 ...
│ ├── mod_commands │ ├── mod_conference │ │ └── conf │ │ ├── autoload_configs │ │ └── dialplan 当然,这里我们只显示了一部分,如果全显示了,估计手机要爆炸。从明天开始,我们就要介绍单独的模块了。按字母顺序讲显示不合适,看来我只好随机选择了。当然,大家如果想先听哪一个,也...