https://github.com/litongjava/freeswitch-mod-yy-asr
freeswitch-mod-yy-asr
https://github.com/litongjava/freeswitch-mod-yy-asr
Last synced: about 1 year ago
JSON representation
freeswitch-mod-yy-asr
- Host: GitHub
- URL: https://github.com/litongjava/freeswitch-mod-yy-asr
- Owner: litongjava
- Created: 2024-05-18T18:11:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T19:01:51.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T04:09:35.681Z (about 1 year ago)
- Language: C
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## build
```
gcc -shared -fPIC -o /usr/local/freeswitch/mod/mod_yyasr.so mod_yyasr.c -I /usr/local/freeswitch/include/freeswitch
```
```
cp conf/yyasr.conf.xml /usr/local/freeswitch/conf/autoload_configs/
```
```
vi /usr/local/freeswitch/conf/autoload_configs/modules.conf.xml
```
```
```