forked from Mirrors/freeswitch
adding a sip_acl to the default config for ip auth on the internal profile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9053 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d5d0bad6d5
commit
b46c1b8c0e
@ -19,6 +19,11 @@
|
||||
<list name="strict" default="deny">
|
||||
<node type="allow" cidr="208.102.123.124/32"/>
|
||||
</list>
|
||||
|
||||
<list name="sip_acl" default="deny">
|
||||
<node type="allow" cidr="192.168.0.234/32"/>
|
||||
</list>
|
||||
|
||||
</network-lists>
|
||||
</configuration>
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
<param name="aggressive-nat-detection" value="true"/>
|
||||
<!--<param name="enable-timer" value="false"/>-->
|
||||
<!--<param name="enable-100rel" value="false"/>-->
|
||||
<!--<param name="apply-inbound-acl" value="rfc1918"/>-->
|
||||
<param name="apply-inbound-acl" value="sip-acl"/>
|
||||
<!--<param name="apply-register-acl" value="rfc1918"/>-->
|
||||
<!--<param name="dtmf-type" value="info"/>-->
|
||||
<param name="record-template" value="$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
|
||||
|
Loading…
Reference in New Issue
Block a user