蔬菜小程序的开发全流程详解
743
2022-10-03
freeswitch 笔记之 安装,运行
提供基于IMS/SIP的视频硬终端整体solution.
1. Edit modules.conffile to customize which modules are compiled bydefault
freeswitch根目录中的modules.conf配置编译哪些模块
2. Run configure script
3. Run make and make install to compile and install
4. Edit modules.conf.xml tocustomize which modules are loaded by default
编辑配置文件modules.conf.xml指定系统启动时加载哪些模块,注意与第一步的区别。系统默认加载module.conf文件中编译的所有模块,如果想添加自己的模块,一方面要修改modules.conf文件编译此模块,另一方面在/usr/local/freeswitch/conf/autoload_configs/modules.conf.xml文件中指定加载此模块。
5. Install the sound and music files
# make cd-sounds-install
# make cd-moh-install
可以安装高清语音文件,用make hd-sounds-install,makehd-moh-install
6. Upgrade tolatest:
# make current
7. Rebuild all:
make sure
8. Install/Re-install default config:
make samples
9.运行
系统默认安装在 /usr/local/freeswitch/目录,
[root@openser-dev freeswitch]# pwd
/usr/local/freeswitch
[root@openser-dev freeswitch]# ls
bin conf db grammar htdocs include lib log mod recordings run scripts sounds storage
[root@openser-dev freeswitch]#
启动freeswitch并后台运行
[root@openser-dev freeswitch]#
/usr/local/freeswitch/bin/freeswitch –nc
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~