From e2b0c5b55852d20ff90c2d9d95fed1534060b864 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Mon, 26 Jun 2006 16:24:43 +0000 Subject: [PATCH] Add example of permit/deny to sip.conf.sample git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36054 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 42dad6c..4b7dec2 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -537,6 +537,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ;callgroup=1,3-4 ; We are in caller groups 1,3,4 ;pickupgroup=1,3-5 ; We can do call pick-p for call group 1,3,4,5 ;defaultip=192.168.0.60 ; IP address to use if peer has not registred +;deny=0.0.0.0/0.0.0.0 ; ACL: Controll access to this account based on IP address +;permit=192.168.0.60/255.255.255.0 ;[cisco1] ;type=friend -- 1.7.9.5