随笔分类 - voip
摘要:仅用opencv的方式: // main2.cpp #include "opencv2/opencv.hpp" #include <opencv2/videoio.hpp> #include <iostream> using namespace cv; using namespace std; in
阅读全文
摘要:https://www.vocal.com/sip-2/sip-user-authentication/ https://tools.ietf.org/html/rfc3261 SIP User Authentication There are two forms of authentication
阅读全文
摘要:https://tools.ietf.org/html/rfc4749 git://git.linphone.org/linphone-android.git http://stackoverflow.com/questions/31099875/how-to-integrate-g-729-cod
阅读全文
摘要:http://stackoverflow.com/questions/35133331/difference-between-session-dialog-and-transaction-in-sip http://sipforum.org/pipermail/discussion/2007-Aug
阅读全文
该文被密码保护。
摘要:http://www.html5rocks.com/en/tutorials/webrtc/basics/
阅读全文
摘要:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://wangchunhai.blog.51cto.com/225186/42379 为了节省办公费用,尤其是长途电话费用,许多企业和个人用户,都在部分或全部使用IP电话进行联系。 随着I
阅读全文
摘要:http://openmcu.ru/eng.htm openmcu: http://h323plus.cvs.sourceforge.net/viewvc/h323plus/applications/openmcu/ Debian官方提供了openmcu包,但是已经更新为2.1版本的,从版本2.0开
阅读全文
摘要:Asterisk 与freeswitch都是流行的开源软交换服务器,Asterisk出现的比较早,大概在1999年开始此项目,应该是最流行的开源软交换服务器,整个社区上下游都已经很成熟。 freeswitch 算是后起之秀,2005年才开始,但性能和稳定性都明显优于Asterisk,但由于出现的 晚
阅读全文
摘要:首先参见 asterisk manager api 的配置,然后根据freepbx的官方文档:http://wiki.freepbx.org/display/HTGS/Installing+FreePBX+12+on+Ubuntu+Server+14.10http://wiki.freepbx.or...
阅读全文
摘要:http://blog.csdn.net/niino/article/details/5748805要激活AMI,需要在/etc/asterisk/manager.conf中,[general]块下设置enabled=yes然后添加用户,比如[admin]secret = admindeny = 0...
阅读全文
摘要:my.oschina.net/fcboys/blog/2695FXS (Foreign Exchange Station)FXS is an interface which drives a telephone. FXS interfaces get phones plugged into them...
阅读全文
摘要:http://blogs.digium.com/2012/11/14/how-to-install-asterisk-11-on-ubuntu-12-4-lts/Last week I put up an install guide for Asterisk 11 on CentOS 6. Aste...
阅读全文
摘要:http://gnu-linux.org/xmpp-integration-with-asterisk.htmlXmpp stands for eXtensible Messaging and Presence Protocol, Its a widely used communication pr...
阅读全文
摘要:http://www.mundoopensource.com.br/en_page_xmpp_asterisk_pratical_example/www.mundoopensource.com.br/xmpp-asterisk-integration-practical-example-part-2...
阅读全文
摘要:若使用的是chan_sip.so模块,则在sip.conf里添加:[10]type=friend;context=phonescontext=publichost=dynamicsecret=12345678[11]type=friend;context=phonescontext=publicho...
阅读全文
摘要:100 Trying 说明caller正在呼叫,但还没联系上callee。 180 Ringing 说明callee已经被联系上,callee的铃正在响.收到这个信息后,等待200 OK 181 Call is being forwarded 说明call被重新路由到另外一个目的地 182 Queu...
阅读全文
摘要:1、查看某个模块是否被包含在编译选项里了:See menuselect.makeoptsIf you see chan_sip in the MENUSELECT_CHANNELS option, then it wasn't selected for building.2、查看是否加载了某个模块:...
阅读全文