[Asterisk-doc] docs extensions.xml,1.4,1.5
websmith
asterisk-doc@lists.digium.com
Fri, 19 Mar 2004 18:04:24 +0000
Comments:
Update of /cvsroot/asterisk/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27337
Modified Files:
extensions.xml
Log Message:
Fix a couple of places where we referenced a [global] section instead of a [globals]
Index: extensions.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/extensions.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** extensions.xml 12 Jan 2004 06:05:25 -0000 1.4
--- extensions.xml 19 Mar 2004 18:04:18 -0000 1.5
***************
*** 197,201 ****
per call variable. They are either during call set up, or by
functions in extension definitions such as SetVar. The Second kind of
! variables are global, and are defined either in the global
section of the extensions.conf file, or by the function
SetGlobalVar encountered in a extension definition.
--- 197,201 ----
per call variable. They are either during call set up, or by
functions in extension definitions such as SetVar. The Second kind of
! variables are global, and are defined either in the [globals]
section of the extensions.conf file, or by the function
SetGlobalVar encountered in a extension definition.
***************
*** 209,213 ****
</para>
<programlisting>
! [global]
Lief=Zap/3
Critch=Zap/4
--- 209,213 ----
</para>
<programlisting>
! [globals]
Lief=Zap/3
Critch=Zap/4
***************
*** 360,364 ****
</para>
<programlisting>
! [global]
Lief=Zap/2
Critch=Zap/3
--- 360,364 ----
</para>
<programlisting>
! [globals]
Lief=Zap/2
Critch=Zap/3