mrcp-plugin-with-freeswitch icon indicating copy to clipboard operation
mrcp-plugin-with-freeswitch copied to clipboard

使用FreeSWITCH接受用户手机呼叫,通过UniMRCP Server集成讯飞开放平台(xfyun)插件将用户语音进行语音识别(ASR),并根据自定义业务逻辑调用语音合成(TTS),构建简单的端到端语音呼叫中心。

Results 18 mrcp-plugin-with-freeswitch issues
Sort by recently updated
recently updated
newest added

这个问题不知道有没有遇到过 编译这个文件夹unimrcp-deps-1.5.0出现的 dependency编过了

#JSGF V1.0; /** JSGF Grammar for example */ grammar example; public = []; 2022-07-04 19:07:32.886766 [DEBUG] apt_poller_task.c:246 () Wait for Messages [MRCPv2ConnectionAgent] timeout [3000] 2022-07-04 19:07:32.886766 [DEBUG] apt_poller_task.c:269 () Process...

大神好!我按照您的文档一步步配置,TTS可以正常运行,听到声音,但是ASR 科大讯飞服务返回的识别结果是Completion-Cause: 002 no-input-timeout. 在UniMRCP服务器侧抓包发现Freeswitch发给UniMRCP服务器的RTP包的Payload内容全为7f7f7f7f7f7f7f7f..., 想请教您可能是什么原因造成的,万分感谢! 192.168.20.148是Freeswitch的IP地址,192.168.20.43是UniMRCP服务器的IP地址。 ![image](https://user-images.githubusercontent.com/10418889/85390126-f0465480-b57a-11ea-86cd-e0cd698d755c.png)

### 我能够完成所有步骤,但是不知道最终效果是不是成功了。 ### 我的最终效果就是,我说一句话,比如“从北京到上海”,不能立即识别,需要历经一些时间才能识别。但是并不能在FreeSWITCH控制台上看到效果。单纯地在UniMRCP控制台中看书输出识别的内容。

Hi ALL, I am facing the issue while loading the govivace plugin kindly help me 2020-02-19 16:25:16:343563 [INFO] Load Plugin [GoVivace-SR-1 [/usr/local/unimrcp/plugin/umsgovivacesr.so] 2020-02-19 16:25:16:345433 [WARN] Failed to Load DSO: /usr/local/unimrcp/plugin/umsgovivacesr.so:...

当我们等待用户说话进行识别,但是当用户一直不说话,那`detect_speech_result`就一直不会执行,我如何设置让他5秒不说话就结束呢?

### 代码出处 --- lua ```lua if (xml == nil) then freeswitch.consoleLog("CRIT","Result is 'nil'\n") tryagain = 0 else freeswitch.consoleLog("CRIT","Result is '" .. xml .. "'\n") tryagain = 0 ``` ### 错误...

2019-03-28 20:41:19.130070 [INFO] mrcp_sofiasip_client_agent.c:609 () Receive SIP Event [nua_i_state] Status 0 INVITE sent [unimrcpserver-mrcp2] 2019-03-28 20:41:19.130070 [NOTICE] mrcp_sofiasip_client_agent.c:547 (TTS-1) SIP Call State TTS-1 [calling] 2019-03-28 20:41:19.130070 [INFO] mrcp_sofiasip_client_agent.c:609 () Receive...

src/xfyun_synth_engine.c:311:35: warning: passing 'const void *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] mpf_buffer_audio_write(buffer, data, audio_len); ^~~~ ../../libs/mpf/include/mpf_buffer.h:43:63: note: passing argument to parameter 'data' here apt_bool_t mpf_buffer_audio_write(mpf_buffer_t *buffer,...

` make install-am make[3]: Entering directory `/opt/MRCP-Plugin-Demo/unimrcp-deps-1.5.0/libs/sofia -sip/libsofia-sip-ua/tport' LTCOMPILE tport_tls.lo tport_tls.c: In function 'tls_init_context': tport_tls.c:300:7: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarati ons] meth = TLSv1_method(); In file included from /usr/include/openssl/e_os2.h:13:0, from...