[svn-commits] jsmith: branch 1.4 r235181 - /branches/1.4/configs/sip.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Dec 15 15:07:56 CST 2009


Author: jsmith
Date: Tue Dec 15 15:07:55 2009
New Revision: 235181

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=235181
Log:
Add a line showing that we can use CIDR notation.

patch by jsmith, after discussion with jtodd

Modified:
    branches/1.4/configs/sip.conf.sample

Modified: branches/1.4/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/configs/sip.conf.sample?view=diff&rev=235181&r1=235180&r2=235181
==============================================================================
--- branches/1.4/configs/sip.conf.sample (original)
+++ branches/1.4/configs/sip.conf.sample Tue Dec 15 15:07:55 2009
@@ -704,6 +704,7 @@
 ;defaultip=192.168.0.60         ; IP address to use if peer has not registered
 ;deny=0.0.0.0/0.0.0.0           ; ACL: Control access to this account based on IP address
 ;permit=192.168.0.60/255.255.255.0
+;permit=192.168.0.60/24          ; we can also use CIDR notation for subnet masks
 
 ;[cisco1]
 ;type=friend




More information about the svn-commits mailing list