mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-02 11:19:28 +00:00
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">
|
<list name="strict" default="deny">
|
||||||
<node type="allow" cidr="208.102.123.124/32"/>
|
<node type="allow" cidr="208.102.123.124/32"/>
|
||||||
</list>
|
</list>
|
||||||
|
|
||||||
|
<list name="sip_acl" default="deny">
|
||||||
|
<node type="allow" cidr="192.168.0.234/32"/>
|
||||||
|
</list>
|
||||||
|
|
||||||
</network-lists>
|
</network-lists>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
<param name="aggressive-nat-detection" value="true"/>
|
<param name="aggressive-nat-detection" value="true"/>
|
||||||
<!--<param name="enable-timer" value="false"/>-->
|
<!--<param name="enable-timer" value="false"/>-->
|
||||||
<!--<param name="enable-100rel" 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="apply-register-acl" value="rfc1918"/>-->
|
||||||
<!--<param name="dtmf-type" value="info"/>-->
|
<!--<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"/>
|
<param name="record-template" value="$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user