码迷,mamicode.com
首页 > 其他好文 > 详细

freeswitch 1.4

时间:2016-06-24 14:22:55      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:

yum install git gcc-c++ autoconf automake libtool wget python ncurses-devel zlib-devel libjpeg-devel openssl-devel e2fsprogs-devel sqlite-devel libcurl-devel pcre-devel speex-devel ldns-devel libedit-devel
git clone -b v1.4 https://freeswitch.org/stash/scm/fs/freeswitch.git
wget http://soft.docall100.com/soft/freeswitch.1.4.tar.gz
./bootstrap.sh -j
edit user-agent profile->user_agent =./src/mod/endpoints/mod_sofia/sofia.c 4063
./configure -C --prefix=/home/freeswitch-1.4
make && make install


edit
acl
dialplan/default.xml
logfile
ip
event_socket
internal.xml context=default
external context=default
inbound-reg-in-new-thread

 

freeswitch 1.4

标签:

原文地址:http://www.cnblogs.com/cnsanshao/p/5613814.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!