码迷,mamicode.com
首页 > 其他好文 > 详细

FreeSWITCH取消Digest校验流程

时间:2017-12-08 00:05:56      阅读:395      评论:0      收藏:0      [点我收藏+]

标签:cto   range   div   directory   dom   direct   pre   校验   can   

方法一、通过使用acl配置
<list name="domains" default="deny">
<!-- domain= is special it scans the domain from the directory to build the ACL -->
<node type="allow" domain="$${domain}"/>
<!-- use cidr= if you wish to allow ip ranges to this domains acl. -->
<node type="allow" cidr="172.18.4.0/24"/>

1 <node type="deny" cidr="172.29.1.129/32"/> //加上deny选项,此时从172.29.1.129发过来的呼叫需要407鉴权。
2 <node type="allow" cidr="172.29.1.129/32"/> //加上allow选项,此时从172.29.1.129发过来的呼叫不需要407鉴权。
3 <node type="allow" cidr="0.0.0.0/32"/> //放行所有的IP地址

</list>

FreeSWITCH取消Digest校验流程

标签:cto   range   div   directory   dom   direct   pre   校验   can   

原文地址:http://www.cnblogs.com/yoyotl/p/7891488.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!