]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
update for reload commands (bug #3697)
authorRussell Bryant <russell@russellbryant.com>
Mon, 28 Mar 2005 05:54:19 +0000 (05:54 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 28 Mar 2005 05:54:19 +0000 (05:54 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5286 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/enum.conf.sample
configs/extensions.conf.sample
configs/iax.conf.sample
configs/logger.conf.sample
configs/manager.conf.sample
configs/meetme.conf.sample
configs/sip.conf.sample

index 905f10fe11a9bad736518655321d1c3f9f081819..1e0c1e1be27e1e8977f803bc238e24a4c9cc0b39 100755 (executable)
@@ -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 624aff8aaad90127ddd5706e07f088e77599147e..91721caf4aca9f1e64d94a9649e875194cf2481a 100755 (executable)
@@ -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 98ffd3d9ca0c575cf7f5aa04d5f51fc925fb15eb..d34d9bc87c63f338131f4fd6c2bd93a37d27167e 100755 (executable)
@@ -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 bf28f2f4080a103e865fc0ce53f1a7aa2b1c4fcd..b1c65738df1da75620b32384dfe796c1a182ce5b 100755 (executable)
@@ -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 4560904e2534ce9c8c66b658cfe7356d171369f8..479c919383bd93de6114c04a0980d7b51b496815 100755 (executable)
@@ -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 @@ bindaddr = 0.0.0.0
 ;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 c78cc21ac05d077bd58001b20bb9b8bc721b030a..417ce862eeb491555ac8f3b49b252d0325753644 100755 (executable)
@@ -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 f3fc8758031911809c5f4e027d75947b8d353c48..5b9053de57354028dd75807e299e458902e27660 100755 (executable)
@@ -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