<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>贝高林的Blog - </title><link>category/335433.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 11 Jun 2008 17:41:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>golin</dc:creator><title>基于Asterisk的VoIP开发指南——Asterisk 模块编写指南(1)</title><link>http://blog.csdn.net/lin_bei/archive/2008/06/11/2536569.aspx</link><pubDate>Wed, 11 Jun 2008 17:29:00 GMT</pubDate><guid>http://blog.csdn.net/lin_bei/archive/2008/06/11/2536569.aspx</guid><wfw:comment>comments/2536569.aspx</wfw:comment><comments>http://blog.csdn.net/lin_bei/archive/2008/06/11/2536569.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2536569.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2536569</trackback:ping><description>基于Asterisk的VoIP开发指南——Asterisk 模块编写指南，认证计费模块的概述&lt;img src ="aggbug/2536569.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>golin</dc:creator><title>基于Asterisk的VoIP开发指南——(2)Asterisk AGI程序编写指南	</title><link>http://blog.csdn.net/lin_bei/archive/2008/06/01/2500340.aspx</link><pubDate>Sun, 01 Jun 2008 06:16:00 GMT</pubDate><guid>http://blog.csdn.net/lin_bei/archive/2008/06/01/2500340.aspx</guid><wfw:comment>comments/2500340.aspx</wfw:comment><comments>http://blog.csdn.net/lin_bei/archive/2008/06/01/2500340.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>comments/commentRss/2500340.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2500340</trackback:ping><description>基于Asterisk的VoIP开发指南——(2)Asterisk AGI程序编写指南	&lt;img src ="aggbug/2500340.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>golin</dc:creator><title>基于Asterisk的VoIP开发指南——(1)实现基本呼叫功能</title><link>http://blog.csdn.net/lin_bei/archive/2008/05/31/2497750.aspx</link><pubDate>Sat, 31 May 2008 00:21:00 GMT</pubDate><guid>http://blog.csdn.net/lin_bei/archive/2008/05/31/2497750.aspx</guid><wfw:comment>comments/2497750.aspx</wfw:comment><comments>http://blog.csdn.net/lin_bei/archive/2008/05/31/2497750.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2497750.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2497750</trackback:ping><description>1．本文档探讨基于Asterisk如何实现VoIP的一些基本功能，包括基本呼叫功能的方案选取、主叫号码透传、如何编写Asterisk AGI程序、如何在Asterisk中实现Radius认证计费模块等。2．本文档VoIP软终端使用X-Lite，其它终端均可以接入测试。2．文章内容仅供参考,转载请注明出处。&lt;img src ="aggbug/2497750.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>golin</dc:creator><title>VoIP网络解决方案分析 </title><link>http://blog.csdn.net/lin_bei/archive/2008/01/03/2024077.aspx</link><pubDate>Thu, 03 Jan 2008 23:27:00 GMT</pubDate><guid>http://blog.csdn.net/lin_bei/archive/2008/01/03/2024077.aspx</guid><wfw:comment>comments/2024077.aspx</wfw:comment><comments>http://blog.csdn.net/lin_bei/archive/2008/01/03/2024077.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>comments/commentRss/2024077.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2024077</trackback:ping><description>    接触VoIP网络将近半年，从VoIP软终端技术[开源SIP协议栈、SIP软终端、IP网络电话机]到对接VoIP落地网关设备整个网络环境的部署，从VoIP协议SIP到VoIP协议H323的整合、桥接，基本上有感性的认识了，下面从VoIP话务运营及VoIP落地网关运营的角度来看看如何从软终端、软交换出发来构建、部署一个PC2PHONE网络环境。&lt;img src ="aggbug/2024077.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>golin</dc:creator><title>asterisk利器：部署asterisk项目到Netbeans进行实时调试(图解)</title><link>http://blog.csdn.net/lin_bei/archive/2007/10/20/1834906.aspx</link><pubDate>Sat, 20 Oct 2007 22:11:00 GMT</pubDate><guid>http://blog.csdn.net/lin_bei/archive/2007/10/20/1834906.aspx</guid><wfw:comment>comments/1834906.aspx</wfw:comment><comments>http://blog.csdn.net/lin_bei/archive/2007/10/20/1834906.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>comments/commentRss/1834906.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1834906</trackback:ping><description>为了更好地使用Asterisk开发项目， 一个途径就是有针对性地学习、分析与项目有关的那部分asterisk源代码。虽然说代码是模块化的，但是赤手空拳地针对每个源文件进行学习，确实增加了一定的难度，如果能够借助某些工具来调试asterisk，将是多方便的一件事情呀！经过研究，终于把asterisk整个项目部署到了Linux下的netbeans 5.5.1 IDE上了，通过这个IDE，我们可以进行asterisk源代码的学习、调试，这样一举两得的事情，何乐而不为呢？&lt;img src ="aggbug/1834906.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>