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
【物理设计的工作】① 选择合适的数据库管理系统:Oracle,SQLServe,MySQL,PgSQL② 定义数据库、表及字段的命名规范③ 根据所选的 DBMS 系统选择合适的字段类型④ 反范式化设计 —— 考虑读效率,在一些表中增加适当的冗余(空间换时间)【数据库选择】【MySQL 常用的存储引擎...
分类:
数据库 时间:
2015-05-04 06:22:44
阅读次数:
253
Puppetdb安装系统环境:selinuxandiptablesdisabledRhel6.5Puppet3.7.5Ruby1.8.7简介:puppetdb是puppet的数据库,能够检索到已生成的数据。提高puppet执行效率自带的HSQLDB适用在100节点内,所以用pgsql(*递归查询*)两种方法:第一种复杂,第二种简单,但中间也会有各种问题..
分类:
数据库 时间:
2015-04-26 01:48:00
阅读次数:
433
FreeSwitch源代码分析之模块加载和音频视频简要分析...
分类:
其他好文 时间:
2015-04-20 17:05:36
阅读次数:
182
1.linux postgresql 安装配置详解 http://blog.51yip.com/pgsql/1520.html2.PostgreSQL学习手册(客户端命令) http://www.cnblogs.com/stephen-liu74/archive/2012/06/01/2307813...
分类:
其他好文 时间:
2015-04-20 12:54:50
阅读次数:
115
vim /etc/odbc.ini
[freeswitch]
Driver = mysql
SERVER = 192.168.10.100
PORT = 3306
DATABASE = freeswitch
OPTION = 67108864
USER = root
...
分类:
数据库 时间:
2015-04-20 11:20:25
阅读次数:
172
1,sofia profile internal restart
2,list_users
3, 用法: show
item类型如下:
codec
endpoint
application
api
dialplan
file
timer
calls [count]
channels [count|like ]
calls
...
分类:
其他好文 时间:
2015-04-20 11:18:10
阅读次数:
135
从FreeSWITCH 安装过程./configure 时遇到sqlite 的问题开始:checking for sqlite3 >= 3.6.20… Package sqlite3 was not found in the pkg-config search path. Perhaps you s...
分类:
其他好文 时间:
2015-04-14 19:40:20
阅读次数:
239