freeswitch 1.4

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

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