[asterisk-commits] mmichelson: trunk r128599 - in /trunk: configs/ doc/tex/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 7 09:35:29 CDT 2008
Author: mmichelson
Date: Mon Jul 7 09:35:27 2008
New Revision: 128599
URL: http://svn.digium.com/view/asterisk?view=rev&rev=128599
Log:
Update a few instances of "extensions reload" to "dialplan reload"
in the documentation.
Patch provided by caio1982 (license 22)
Modified:
trunk/configs/extensions.conf.sample
trunk/doc/tex/extensions.tex
Modified: trunk/configs/extensions.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/extensions.conf.sample?view=diff&rev=128599&r1=128598&r2=128599
==============================================================================
--- trunk/configs/extensions.conf.sample (original)
+++ trunk/configs/extensions.conf.sample Mon Jul 7 09:35:27 2008
@@ -70,7 +70,7 @@
;extenpatternmatchnew=no
;
; If clearglobalvars is set, global variables will be cleared
-; and reparsed on an extensions reload, or Asterisk reload.
+; and reparsed on a dialplan reload, or Asterisk reload.
;
; If clearglobalvars is not set, then global variables will persist
; through reloads, and even if deleted from the extensions.conf or
Modified: trunk/doc/tex/extensions.tex
URL: http://svn.digium.com/view/asterisk/trunk/doc/tex/extensions.tex?view=diff&rev=128599&r1=128598&r2=128599
==============================================================================
--- trunk/doc/tex/extensions.tex (original)
+++ trunk/doc/tex/extensions.tex Mon Jul 7 09:35:27 2008
@@ -6,7 +6,7 @@
access to this context.
If you change the dialplan, you can use the Asterisk CLI command
-"extensions reload" to load the new dialplan without disrupting
+"dialplan reload" to load the new dialplan without disrupting
service in your PBX.
Extensions are routed according to priority and may be based on any set
More information about the asterisk-commits
mailing list