自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

至虛極,守靜篤

合抱之木,生於毫末;九層之臺,起於累土;千里之行,始於足下。

  • 博客(5)
  • 资源 (19)
  • 收藏
  • 关注

原创 pthread_create线程创建的过程剖析

概述在Linux环境下,pthread库提供的pthread_create()API函数,用于创建一个线程。线程创建失败时,它可能会返回ENOMEM或EAGAIN。这篇文章主要讨论线程创建过程中碰到的一些问题和解决方法。创建线程首先,本文用的实例代码example.c:/* example.c*/#include #include #includ

2012-06-18 16:56:13 31615 1

原创 Asterisk VS FreeSwitch

关于Asterisk和FreeSwitch的比较,有很多很多的口水仗,至于如何选择,仁者见仁,智者见智。以我的经验来看,我觉得Asterisk配置比较简单(我实在是讨厌XML那种配置),但FreeSwitch在音质和性能上比较高。Asterisk1.8的性能比以前提高了很多,不过我比较失望的是线程模型还是比Freeswitch保守得多,特别是植入线程的操作,简直让人发狂。Asterisk的栈处理,

2012-06-14 10:53:36 7041

原创 windows编译freeswitch1.0.7,libpcre编译失败

在Windows下编译Freeswitch1.0.7时,编译不过去,发现有很多目标编译失败。仔细一看,发现是一个外部依赖库libpcre编译失败。        pcre是有名的正规表达式库,以前在linux下,按正常的编译三部曲套路都能成功,然道在windows下有什么玄机?报错内容为源文件pcre_chartables.c不存在云云。是我下错源码了吗?        打开\freesw

2012-06-14 09:41:21 2417 1

原创 Asterisk通道锁和引用

<!--@font-face {font-family:宋体}@font-face {font-family:宋体}@font-face {font-family:Calibri}@font-face {font-family:"\@宋体"}@font-face {font-family:"Segoe UI"}p.MsoNormal, li.MsoNor

2012-06-01 14:55:44 1165 1

原创 Asterisk Chan_sip模块的SST支持

SST(SIP Session-Timers,RFC4028)是SIP协议的一个扩展机制,它允许终端和代理周期性地刷新SIP会话。按协商好的时间间隔,周期性地发送re-INVITE或UPDATE请求,以此来保证会话的kept alive。如果会话刷新失败,所有支持SST的实体,必须清除其内部的会话状态。此外,UA还需要发出一个BYE请求,以便代理和对端UA同时清除相关会话的状态(这样做,对网络路径

2012-06-01 08:54:52 1811

FreeSWITCH 1.8.pdf

VoIP and WebRTC with FreeSWITCH: The definitive source.

2020-07-21

FreeSWITCH clustering with OpenSIPS

Opensis与FreeSwitch集成的框架说明,英文版本。适合部署参考。OpenSIPS Summit 2018 - Giovanni Maruzzelli - FreeSWITCH clustering with OpenSIPS (done well)

2020-04-22

FreeSWITCH Cookbook

freeswitch官方的第二本书,案例描述,E文的。主要案例: Configure users and phones as well as connections to VoIP providers and even Google Voice Control FreeSWITCH remotely with the powerful event socket interface Route inbound and outbound calls Handle call detail records, which includes inserting CDRs into a database Enable text-to-speech conversion in your voice applications Monitor calls via the FreeSWITCH Web interface

2013-07-01

JsSIP demo

JsSIP - 提供的一个兼容WebRTC的JS SIP库,原来托管在github上的一个demo,现在原项目地址似乎不可用了,备份一个。

2013-05-24

Asterisk: The Definitive Guide, 3rd Edition

Design a complete VoIP or analog PBX with Asterisk, even if you have no previous Asterisk experience and only basic telecommunications knowledge. This bestselling guide makes it easy, with a detailed roadmap to installing, configuring, and integrating this open source software into your existing phone system. Ideal for Linux administrators, developers, and power users, this book shows you how to write a basic dialplan step by step, and quickly brings you up to speed on the latest Asterisk features in version 1.8. Integrate Asterisk with analog, VoIP, and digital telephony systems Build a simple interactive dialplan, and dive into advanced concepts Use Asterisk’s voicemail options—including a standalone voicemail server Build a menuing system and add applications that act on caller input Incorporate a relational database with MySQL and Postgre SQL Connect to external services such as LDAP, calendars, XMPP, and Skype Use Automatic Call Distribution to build a call queuing system Learn how to use Asterisk’s security, call routing, and faxing features

2013-01-25

FreeSWITCH 1.0.6

关于freeswitch经典书箱,英文版的。 Install and configure a complete telephony system of your own even if you are using FreeSWITCH for the first time In-depth discussions of important concepts like the dialplan, user directory, and the powerful FreeSWITCH Event Socket The first ever book on FreeSWITCH, packed with real-world examples for Linux/Unix systems, Mac OSX, and Windows, along with useful screenshots and diagrams Best practices and expert tips from the FreeSWITCH experts, including the creator of FreeSWITCH, Anthony Minessale Book Details Language : English Paperback : 320 pages [ 235mm x 191mm ] Release Date : July 2010 ISBN : 1847199968 ISBN 13 : 978-1-847199-96-6 Author(s) : Anthony Minessale, Darren Schreiber, Michael S. Collins Topics and Technologies : All Books, Networking & Telephony, Open Source

2012-04-13

RPM详细教程

详尽的RPM应用教程,包括使用和制作。linux开发必备工具

2011-09-23

Linux常用的压缩及解压缩命令

Linux常用的压缩及解压缩命令。SHELL编程必备

2011-09-22

VoiceXML基础教程

VoiceXML基础教程针对VoiceXML初学者编写,其由浅入深地介绍VoiceXML的主要内容,包括VoiceXML的历史背景与现状、VoiceXML的脚本设计基础等。

2011-09-22

awk学习笔记

awk工具的使用详解。SHELL编程的必备手册。

2011-09-13

Prentice.Hall.PTR.UNIX.Shells.by.Example.4th.Edition

Shell Example

2008-07-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除