置顶 技术文章
为公司省钱往往省不到自己身上
hqy 发表于2023-03-24 浏览5995 评论1
技术文章
SIP trunk UNREACHABLE
hqy 发表于2020-01-14 浏览2908 评论0
If you have configured in Asterisk (or you fron-end FreePBX) sip trunk provider of VoIP, but outbound link is not working, and in output:# asterisk -rx "sip show peers"you see that your sip trunk UNREACHABLE in the
技术文章
linux tcp udp 端口扫描
hqy 发表于2020-01-14 浏览2866 评论0
使用 telnet 测试现有监听端口连通性 可以使用 Linux 自带的 telnet 工具来测试现有端口的连通性,测试命令为: telnet <host> <port># host 是目标服务器 IP,port是待测试端口号示例: 可以如下指令测试 22 端口的连通性: telnet 127.