[svn-commits] lmadsen: branch 1.6.0 r250040 - /branches/1.6.0/doc/tex/configuration.tex
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Mar 2 14:42:45 CST 2010
Author: lmadsen
Date: Tue Mar 2 14:42:42 2010
New Revision: 250040
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=250040
Log:
Merged revisions 250037 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r250037 | lmadsen | 2010-03-02 15:36:10 -0500 (Tue, 02 Mar 2010) | 4 lines
Update documentation to not imply we support overriding options.
(closes issue #16855)
Reported by: davidw
........
Modified:
branches/1.6.0/doc/tex/configuration.tex
Modified: branches/1.6.0/doc/tex/configuration.tex
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.0/doc/tex/configuration.tex?view=diff&rev=250040&r1=250039&r2=250040
==============================================================================
--- branches/1.6.0/doc/tex/configuration.tex (original)
+++ branches/1.6.0/doc/tex/configuration.tex Tue Mar 2 14:42:42 2010
@@ -152,17 +152,19 @@
\begin{astlisting}
\begin{verbatim}
[foo]
-permit=192.168.0.2
-host=asdf
-deny=192.168.0.1
+disallow=all
+allow=ulaw
+allow=alaw
[bar]
-permit=192.168.1.2
-host=jkl
-deny=192.168.1.1
+allow=gsm
+allow=g729
+permit=192.168.2.1
[baz](foo,bar)
+type=friend
permit=192.168.3.1
+context=incoming
host=bnm
\end{verbatim}
\end{astlisting}
@@ -173,16 +175,22 @@
\begin{astlisting}
\begin{verbatim}
[baz]
-permit=192.168.0.2
-host=asdf
-deny=192.168.0.1
-permit=192.168.1.2
-host=jkl
-deny=192.168.1.1
+disallow=all
+allow=ulaw
+allow=alaw
+allow=gsm
+allow=g729
+permit=192.168.2.1
+type=friend
permit=192.168.3.1
+context=incoming
host=bnm
\end{verbatim}
\end{astlisting}
+
+It should also be noted that there are no guaranteed overriding semantics,
+meaning that if you define something in one template, you should not expect to
+be able to override it by defining it again in another template.
\subsubsection{Additional Examples}
More information about the svn-commits
mailing list