码迷,mamicode.com
首页 >  
搜索关键字:freeswitch g729    ( 171个结果
freeswitch服务器状态web端监控(可以更换为任意服务器进程)
首先在监控服务器上创建一个数据库monitor:mysql -h172.16.150.23 -uroot -proot create database monitor; use monitor; mysql> create table servers ( id int not null primary key auto_increment, hostname...
分类:Web程序   时间:2015-07-16 20:03:54    阅读次数:241
64位FreeSWITCH编译安装(版本1.4.20)
1.安装64位的CentOS6.5操作系统(勾选的服务器版本安装)。2.下载FreeSWITCH安装包以及关联的lib库。下载地址http://files.freeswitch.org/downloads/。3.此次安装的FreeSWITCH版本为1.4.20。4.执行./devel-bootstr...
分类:其他好文   时间:2015-07-10 16:32:15    阅读次数:308
freeswitch 拨号时添加自定义变量
Using Channel Variables in Dialplan Condition StatementsChannel variables can be used in conditions:Seedialplan conditionsfor specifics.Keep in mind t...
分类:其他好文   时间:2015-07-08 14:31:39    阅读次数:845
FreeSwitch SIP(1):linux下编译安装v1.4
关于FreeSwitchFreeSWITCH 是一个电话的软交换解决方案,包括一个软电话和软交换机用以提供语音和聊天的产品驱动。FreeSWITCH 可以用作交换机引擎、PBX、多媒体网关以及多媒体服务器等。FreeSWITCH 支持多种通讯技术标...
分类:系统相关   时间:2015-06-18 17:17:47    阅读次数:239
FreeSwitch
一.安装源码安装话说,对于一个程序员,源码安装是想当然的首眩否则,无法自定义模块,无法指定安装路径,就像手机无法root一样,难受!yuminstalllibjpeg-turbo-devel.x86_64据说是libjpeg的升级版yuminstallsqlite-devel.x86_64yuminstalllibcurl-devel.x86_64yuminstallspee..
分类:其他好文   时间:2015-06-16 08:03:18    阅读次数:133
服务器自动发送邮件监测freeswitch进程
vim /etc/mail.rc 添加 set from=******@163.com smtp=smtp://smtp.163.com:25 set smtp-auth-user=******@163.com  smtp-auth-password=****** smtp-auth=login vim check.sh #!/bin/bash source .bas...
分类:系统相关   时间:2015-06-09 17:19:12    阅读次数:142
FreeSwitch安装配置记录
安装FreeSwitch主要命令如下:git clone -b v1.2.stable git://git.freeswitch.org/freeswitch.git cd freeswitch/ ./bootstrap.sh && ./configure && make && make install && make hd-sounds-install && make hd-moh-insta...
分类:其他好文   时间:2015-06-02 13:30:25    阅读次数:1181
FreeSWITCH Dialplan of conference join user
#!/usr/bin/envlua--Author:jncheng--Email:burtte@sina.com--Version:20150520--[[1.Ifyouwantusetheluafile,youmustmodifytheconference.conf.xml:<controlaction="execute_application"digits="*"data="lua/${FreeSWITCH_base_dir}/scripts/add_user_to_conference.lua"/..
分类:其他好文   时间:2015-05-20 14:58:57    阅读次数:448
FreeSWITCH Dialplan of conference
#!/usr/bin/lua--Author:jncheng--Version:20150518--Getthesomevariabledomain=session:getVariable("domain_name")dest_exten=session:getVariable("destination_number")--ConnecttheFreeSWITCHCoredatabaselocaldbh=freeswitch.Dbh("odbc://fs:fs:123qwe")freeswitch.conso..
分类:其他好文   时间:2015-05-18 21:03:54    阅读次数:300
freeswitch和sofia-sip中关于sip的消息机制
Sofia-sip内部使用消息队列的方式对sip协议进行处理,sofia-sip和application之间是通过reactor模式进行通信,即通过回调实现,本文主要关注sofia-sip内部消息队列的实现: 1. 需要了解sofia-sip使用到的一些oo(面向对象)技术,链接如下 http://sofia-sip.sourceforge.net/refdocs/programmin...
分类:其他好文   时间:2015-05-07 20:30:31    阅读次数:276
171条   上一页 1 ... 12 13 14 15 16 ... 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!