zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    v-for基本使用
    SSH
    Git 命令
    bower笔记
    gulp使用例子
    yeoman使用例子
    grunt搭建
    不会误解的名字
    Python 多线程 多进程
    Python 协程
  • 原文地址:https://www.cnblogs.com/cnsanshao/p/5613814.html
Copyright © 2011-2022 走看看