[asterisk-commits] jsmith: branch 1.6.2 r235334 - in /branches/1.6.2: ./ configs/sip.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Dec 16 10:29:00 CST 2009
Author: jsmith
Date: Wed Dec 16 10:28:59 2009
New Revision: 235334
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=235334
Log:
Merged revisions 235298 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r235298 | jsmith | 2009-12-15 23:24:58 -0600 (Tue, 15 Dec 2009) | 11 lines
Merged revisions 235181 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r235181 | jsmith | 2009-12-15 15:07:55 -0600 (Tue, 15 Dec 2009) | 4 lines
Add a line showing that we can use CIDR notation.
patch by jsmith, after discussion with jtodd
........
................
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/configs/sip.conf.sample
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/configs/sip.conf.sample?view=diff&rev=235334&r1=235333&r2=235334
==============================================================================
--- branches/1.6.2/configs/sip.conf.sample (original)
+++ branches/1.6.2/configs/sip.conf.sample Wed Dec 16 10:28:59 2009
@@ -1090,6 +1090,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 asterisk-commits
mailing list