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
关于FreeSwitchFreeSWITCH 是一个电话的软交换解决方案,包括一个软电话和软交换机用以提供语音和聊天的产品驱动。FreeSWITCH 可以用作交换机引擎、PBX、多媒体网关以及多媒体服务器等。FreeSWITCH 支持多种通讯技术标...
分类:
系统相关 时间:
2015-06-18 17:17:47
阅读次数:
239
一.安装源码安装话说,对于一个程序员,源码安装是想当然的首眩否则,无法自定义模块,无法指定安装路径,就像手机无法root一样,难受!yuminstalllibjpeg-turbo-devel.x86_64据说是libjpeg的升级版yuminstallsqlite-devel.x86_64yuminstalllibcurl-devel.x86_64yuminstallspee..
分类:
其他好文 时间:
2015-06-16 08:03:18
阅读次数:
133
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主要命令如下: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
#!/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
#!/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
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
#!/usr/bin/lua
--Author:jncheng
--Version:20150506
----------------------------------------------------------------------------------------
session:setVariable("continue_on_fail","USER_BUSY,NO_ANSWER,TIMEOUT,NO_USER_RESPONSE")
--getthedialextensionnumber
..
分类:
其他好文 时间:
2015-05-06 15:29:04
阅读次数:
255
#!/usr/bin/lua
--Author:jncheng
--Version:20150506
-------------------------------------------------------------------------------------------
session:setVariable("continue_on_fail","USER_BUSY,NO_ANSWER,TIMEOUT,NO_USER_RESPONSE")
--session:setVariable("ca..
分类:
其他好文 时间:
2015-05-06 15:25:47
阅读次数:
956