FreeSwitch 笔记

# 第一步下载源代码:

  git clone https://github.com/signalwire/freeswitch.git

#.Ubuntu 环境安装以下依赖:

  apt-get -y install build-essential subversion automake autoconf wget libtool libtool-bin libncurse5-dev

# 编译安装 

  ./bootstrap.sh

  ./configure

  sudo make

  sudo make install

 

# 中途会提示你缺少spandsp,然后这玩意需要编译安装

  git clone http://github.com/freeswitch/spandsp.git

  ./bootstrap.sh

  ./configure

  sudo make

  sudo make install  

  ldconfig

  可是,装完提示任然不存在。。。。救我。。。

上一篇:使用adb命令有效的获取手机ip地址


下一篇:使用java esl写一个FreeSwitchEventListener 服务