Freeswitch, add a LAN SIP profile
This commit is contained in:
parent
b27eb8c27f
commit
f0ce99d6a5
2 changed files with 59 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<list name="domains" default="deny">
|
||||
<!-- domain= is special it scans the domain from the directory to build the ACL -->
|
||||
<!--<node type="allow" domain="$${domain}"/> -->
|
||||
<node type="allow" cidr="192.168.0.0/24"/>
|
||||
<node type="allow" cidr="192.168.11.0/24"/>
|
||||
<node type="allow" cidr="10.23.0.0/16"/>
|
||||
<node type="allow" cidr="172.16.0.0/16"/>
|
||||
<node type="allow" cidr="127.0.0.1/32"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue