[Asterisk-cvs] asterisk/configs enum.conf.sample, 1.3, 1.3.2.1 extensions.conf.sample, 1.29, 1.29.2.1 iax.conf.sample, 1.32, 1.32.2.1 logger.conf.sample, 1.9, 1.9.2.1 manager.conf.sample, 1.3, 1.3.4.1 meetme.conf.sample, 1.2, 1.2.4.1 sip.conf.sample, 1.40.2.2, 1.40.2.3

russell at lists.digium.com russell at lists.digium.com
Mon Mar 28 00:00:28 CST 2005


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv551/configs

Modified Files:
      Tag: v1-0
	enum.conf.sample extensions.conf.sample iax.conf.sample 
	logger.conf.sample manager.conf.sample meetme.conf.sample 
	sip.conf.sample 
Log Message:
update for reload commands (bug #3697)


Index: enum.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/enum.conf.sample,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- enum.conf.sample	19 May 2004 03:28:36 -0000	1.3
+++ enum.conf.sample	28 Mar 2005 05:54:19 -0000	1.3.2.1
@@ -2,6 +2,7 @@
 ; ENUM Configuration for resolving phone numbers over DNS
 ;
 ; Sample config for Asterisk
+; This file is reloaded at "reload" in the CLI
 ;
 [general]
 ;

Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.29
retrieving revision 1.29.2.1
diff -u -d -r1.29 -r1.29.2.1
--- extensions.conf.sample	24 Sep 2004 16:49:00 -0000	1.29
+++ extensions.conf.sample	28 Mar 2005 05:54:19 -0000	1.29.2.1
@@ -3,6 +3,9 @@
 ; the pbx_config module. This is where you configure all your 
 ; inbound and outbound calls in Asterisk. 
 ; 
+; This configuration file is reloaded 
+; - With the "extensions reload" command in the CLI
+; - With the "reload" command (that reloads everything) in the CLI
 
 ;
 ; The "General" category is for certain variables.  

Index: iax.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/iax.conf.sample,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -u -d -r1.32 -r1.32.2.1
--- iax.conf.sample	17 Sep 2004 12:45:03 -0000	1.32
+++ iax.conf.sample	28 Mar 2005 05:54:19 -0000	1.32.2.1
@@ -1,6 +1,9 @@
 
 ; Inter-Asterisk eXchange driver definition
 ;
+; This configuration is re-read at reload
+; or with the CLI command
+; 	reload chan_iax2.so
 ;
 ; General settings, like port number to bind to, and
 ; an option address (the default is to bind to all

Index: logger.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/logger.conf.sample,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- logger.conf.sample	5 Sep 2004 03:48:05 -0000	1.9
+++ logger.conf.sample	28 Mar 2005 05:54:19 -0000	1.9.2.1
@@ -3,6 +3,9 @@
 ;
 ; In this file, you configure logging to files or to
 ; the syslog system.
+;
+; "logger reload" at the CLI will reload configuration
+; of the logging system.
 
 [general]
 ; Customize the display of debug message time stamps

Index: manager.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/manager.conf.sample,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -d -r1.3 -r1.3.4.1
--- manager.conf.sample	5 May 2003 06:14:25 -0000	1.3
+++ manager.conf.sample	28 Mar 2005 05:54:19 -0000	1.3.4.1
@@ -1,5 +1,23 @@
 ;
-; Asterisk Call Management support
+; AMI - The Asterisk Manager Interface
+; 
+; Third party application call management support
+; and PBX event supervision
+;
+; This configuration file is read every time someone
+; logs in
+;
+; Use the "show manager commands" at the CLI to list
+; availabale manager commands and their authorization
+; levels.
+;
+; "show manager command <command>" will show a help text.
+;
+; ------------------- SECURITY NOTE -----------------
+; Note that you should not enable the AMI on a public
+; IP address. If needed, block this TCP port with
+; iptables (or another FW software) and reach it
+; with IPsec, SSH or SSL vpn tunnel
 ;
 [general]
 enabled = no
@@ -10,5 +28,7 @@
 ;secret = mysecret
 ;deny=0.0.0.0/0.0.0.0
 ;permit=209.16.236.73/255.255.255.0
+;
+; Authorization for various classes 
 ;read = system,call,log,verbose,command,agent,user
 ;write = system,call,log,verbose,command,agent,user

Index: meetme.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/meetme.conf.sample,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -d -r1.2 -r1.2.4.1
--- meetme.conf.sample	14 Jan 2004 06:38:29 -0000	1.2
+++ meetme.conf.sample	28 Mar 2005 05:54:19 -0000	1.2.4.1
@@ -2,6 +2,8 @@
 ; Configuration file for MeetMe simple conference rooms
 ; for Asterisk of course.
 ;
+; This configuration file is read every time you call app meetme()
+;
 [rooms]
 ;
 ; Usage is conf => confno[,pin]

Index: sip.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/sip.conf.sample,v
retrieving revision 1.40.2.2
retrieving revision 1.40.2.3
diff -u -d -r1.40.2.2 -r1.40.2.3
--- sip.conf.sample	5 Jan 2005 05:59:07 -0000	1.40.2.2
+++ sip.conf.sample	28 Mar 2005 05:54:19 -0000	1.40.2.3
@@ -19,6 +19,9 @@
 ;
 ;   sip debug			Show all SIP messages
 ;
+;   reload chan_sip.so		Reload configuration file
+;				Active SIP peers will not be reconfigured
+;
 
 [general]
 context=default			; Default context for incoming calls




More information about the svn-commits mailing list