03
2019
04
提交 INACTIVE_OWNER_OR_USER: owner or user is inactive. Org Id:00DU0000000Jpn7
https://community.wd.com/t/password-reset-not-working/212066
作者:hqy | 分类:技术文章 | 浏览:5088 | 评论:0
03
2019
04
Asterisk12 上使用pjsip模块
PJSIP在Asterisk12中被集成进来,作为asterisk第二个SIP协议栈。以下是安装步骤,记录下来已备忘。首先安装版本控制工具git,在这里只是下载pjsip的代码;下载git-1.8.1.5到/home目录内:# cd /home# tar zxvf git-1.8.1.5.tar.gz# cd git-1.8.1.5下面编译安装:# make prefix=/usr/local install二进制文件会被安装到/usr/local/bin目录里;系统上已经安装过git的,此步可
作者:hqy | 分类:技术文章 | 浏览:3533 | 评论:0
03
2019
04
asterisk extension calls between res_pjsip and chan_sip
As you know, asterisk has integrated pjsip for sip signalling since asterisk-11. pjsip has advantages of faster and flexiblility than chan_sip.If you are used to use chan_sip, you' d better to migrate your projects from chan_sip to res_pjsip. But
作者:hqy | 分类:技术文章 | 浏览:2849 | 评论:0
03
2019
04
FAQ's SIP vs. CHAN_SIP vs. CHAN_PJSIP
"Does your service work with PJSIP?" I get this question once a week, at most. However, I am always astounded by the lack of knowledge brought to the table when I ask the logical question, "What is the use case for PJSIP?" T
作者:hqy | 分类:技术文章 | 浏览:2788 | 评论:0
03
2019
04
Asterisk 12 Part IV: The SIP Stack of the Future
http://www.digium.com/blog/2013/11/20/asterisk-12-part-iv-sip-stack-future/Hello again! Last time, we looked at Asterisk 12. Since then, a lot has happened – namely, AstriCon! You may have read just a little bit about AstriCon on this blog
作者:hqy | 分类:技术文章 | 浏览:2744 | 评论:0
03
2019
04
電訊茶室 ? VoIP 研究室
http://www.telecom-cafe.com/forum/forumdisplay.php?fid=8
作者:hqy | 分类:技术文章 | 浏览:4165 | 评论:0
03
2019
04
PJSIP+Configuration+Sections+and+Relationships
https://wiki.asterisk.org/wiki/display/AST/PJSIP+Configuration+Sections+and+Relationships https://asterisk-pbx.ru/wiki/asterisk/pjsip
作者:hqy | 分类:技术文章 | 浏览:4146 | 评论:0
03
2019
04
YateClient is an Instant Messenger and a SoftPhone.
Chat interfaceTelephony interfaceIM providersGoogle talk/Google VoiceFacebook chatjabber.orgChat FeaturesMessage archiveSearch in chat historyJoining ChatRoomsSharing FeaturesSharing your directoriesTelephony ProtocolsJingle/Google Talk/XMPPSIPH.323I
作者:hqy | 分类:技术文章 | 浏览:3577 | 评论:0
03
2019
04
https://datahunter.org/asterisk
夢想家活一身, 學無限~ 夢不息, 心不倦~Server 坐右銘 電影 手冊 指令 日誌 連結搜尋本站: 首頁Asterisk檢視 追蹤由 datahunter 在 五, 14/09/2012 - 01:02 發表hardware(dahdi)compile asterisk 13Asterisk ConfigureAsterisk - CLIAsterisk - DialplanAsterisk - L
作者:hqy | 分类:技术文章 | 浏览:3844 | 评论:0
03
2019
04
https://www.microsip.org/
https://www.microsip.org/ MicroSIP - open source portable SIP softphone based on PJSIP stack for Windows OS.It allowing to do high quality VoIP calls (person-to-person or on regular telephones) via open SIP protocol. From cloud of SIP providers you c
作者:hqy | 分类:技术文章 | 浏览:2882 | 评论:0
03
2019
04
Asterisk SIP支持即时通信IM功能
Asterisk的Chan_SIP和PJSIP支持SIP Instant Message功能,配合SIP软电话,类似于QQ即时通信功能。参考网址:https://asteriskfaqs.org/2015/11/16/asterisk-users/how-do-i-enable-instant-messaging-support-for-pjsip-endpoints-on-asterisk-1310.html一、Chan_SIP下IM配置1、sip.conf配置文件/etc/asterisk/
作者:hqy | 分类:技术文章 | 浏览:3632 | 评论:0
03
2019
04
Asterisk权威指南/第五章 用户设备配置
https://zh.m.wikibooks.org/wiki/Asterisk%E6%9D%83%E5%A8%81%E6%8C%87%E5%8D%97Asterisk权威指南/第五章 用户设备配置本章我们将研究连接到Asterisk的用户设备,一般来说是某种形式的VoIP电话。在Asterisk中配置信道供设备使用相对来说比较简单,但你也需要配置设备本身以使得它知道向谁发起呼叫(这已经跟Asterisk没有关系了,每个硬件厂商都有自己的工具让你配置设备的)。换句话说,配置一个设备分为两个部分:
作者:hqy | 分类:技术文章 | 浏览:4213 | 评论:0
03
2019
04
sip.conf配置详情
l 安装完asterisk 配置sip.conf文件[8001]type=friendusername=8001accountcode=8001secret=8001context=from-exten-sip;followed advance settingshost=dynamicnat=yesqualify=2000canreinvite=nocallgroup=0,pickupgroup=0,setvar=call-limit=1说明:(1)type:sip的类型。格式:ty
作者:hqy | 分类:技术文章 | 浏览:2341 | 评论:0
03
2019
04
Asterisk的SIP type和身份认证
在Asterisk中对某个peer的类型分为3种:peer, user和friend看看voip-info对这三种类型的解释peer : A SIP entity to which Asterisk sends calls (a SIP provider for example). If you want a user (extension) to have multiple phones, define an extension that calls two SIP peers. The pe
作者:hqy | 分类:技术文章 | 浏览:2313 | 评论:0
02
2019
04
中国电信SIP账号在FreePBX 13中的中继设置
http://zhmail.com/2016/10/14/freepbx-13-ctc-sip-account-trunk-setting/在《配置EPON家庭网关接入中国电信电话交换IP网络》一文中我们介绍了如何使用MicroSIP软电话程序接入中国电信的电话IP网络,并提出了实现局域网电话软交换(IP-PBX)的可能性。以下FreePBX 13的中继设置已经通过几周的实际测试,可以放心使用。在FreePBX 13管理界面上,创建类型为chan_pjsip的SIP中继(Trunk),并在中继编
作者:hqy | 分类:技术文章 | 浏览:3347 | 评论:0
02
2019
04
IPv6 link-local和site-local address
IPV6的时候涉及到一个概念,link-local address, 中文叫“链路本地地址”,它的前缀是FE80::/64一个link-local address的范例:FE80::713e:a426:d167:37ab实际上,这个概念类似于ipv4中,当DHCP分配失败时自动生成的169.254.XXX.XXX这样的地址,凡是源地址或目的地址中含有link-local address的报文,路由器都不应当转发它。这样的报文只能在一个LAN中互通。<IPV6的地址类型>可分为三大类:1、单播地址
作者:hqy | 分类:技术文章 | 浏览:3410 | 评论:0
02
2019
04
如何删除link-local(169.255.0.0) 路由表项
如何删除link-local(169.255.0.0) 路由表项route -n 时你总能看到这样一条路由Destination Gateway Genmask Flags Metric Ref Use Iface169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0由RFC3330 可知 169.254.0.0/16 为本地链路地址“169.254.0.0/16 – This is the “link local” block. It is alloca
作者:hqy | 分类:技术文章 | 浏览:4127 | 评论:0
02
2019
04
Fail2ban 阻止暴力破解
简介:Fail2ban 能够监控系统日志,匹配日志中的错误信息(使用正则表达式),执行相应的屏蔽动作(支持多种,一般为调用 iptables ),是一款很实用、强大的软件。如:攻击者不断尝试穷举 SSH 、SMTP 、FTP 密码等,只要达到预设值,fail2ban 就会调用防火墙屏蔽此 IP ,并且可以发送邮件通知系统管理员。功能、特性:1、支持大量服务:sshd 、apache 、qmail 等2、支持多作动作:iptables 、tcp-wrapper 、shorewall 、mail n
作者:hqy | 分类:技术文章 | 浏览:2744 | 评论:0
02
2019
04
CentOS7下安装和使用Fail2ban
本文主要介绍一下CentOS7下Fail2ban安装以及如何和iptables联动来阻止恶意扫描和密码猜测等恶意攻击行为。从CentOS7开始,官方的标准防火墙设置软件从iptables变更为firewalld。 为了使Fail2ban与iptables联动,需禁用自带的firewalld服务,同时安装iptables服务。因此,在进行Fail2ban的安装与使用前需根据博客CentOS7安装和配置iptables防火墙进行环境配置。关于Fail2banFail2ban可以监视你的系统日志,然后
作者:hqy | 分类:技术文章 | 浏览:2786 | 评论:0
02
2019
04
webmin Installation
pkg (FreeBSD)Installation of Webmin on FreeBSD is simple using the pkg system. This should be done as a root user and will also work on FreeNAS inside of a Jail. If installing in a FreeNAS jail, use passwd to set a root password before installation.
作者:hqy | 分类:技术文章 | 浏览:2768 | 评论:0