Merge config sample updates mentioning reload (bug #3697)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5187 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Mark Spencer 21 years ago
parent 48b6ab921b
commit 3fa3e8539d

@ -2,6 +2,7 @@
; ENUM Configuration for resolving phone numbers over DNS ; ENUM Configuration for resolving phone numbers over DNS
; ;
; Sample config for Asterisk ; Sample config for Asterisk
; This file is reloaded at "reload enum" in the CLI
; ;
[general] [general]
; ;

@ -3,6 +3,9 @@
; the pbx_config module. This is where you configure all your ; the pbx_config module. This is where you configure all your
; inbound and outbound calls in Asterisk. ; 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. ; The "General" category is for certain variables.

@ -1,6 +1,9 @@
; Inter-Asterisk eXchange driver definition ; 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 ; General settings, like port number to bind to, and
; an option address (the default is to bind to all ; an option address (the default is to bind to all

@ -3,6 +3,9 @@
; ;
; In this file, you configure logging to files or to ; In this file, you configure logging to files or to
; the syslog system. ; the syslog system.
;
; "logger reload" at the CLI will reload configuration
; of the logging system.
[general] [general]
; Customize the display of debug message time stamps ; Customize the display of debug message time stamps

@ -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] [general]
enabled = no enabled = no
@ -11,5 +29,7 @@ bindaddr = 0.0.0.0
;secret = mysecret ;secret = mysecret
;deny=0.0.0.0/0.0.0.0 ;deny=0.0.0.0/0.0.0.0
;permit=209.16.236.73/255.255.255.0 ;permit=209.16.236.73/255.255.255.0
;
; Authorization for various classes
;read = system,call,log,verbose,command,agent,user ;read = system,call,log,verbose,command,agent,user
;write = system,call,log,verbose,command,agent,user ;write = system,call,log,verbose,command,agent,user

@ -2,6 +2,8 @@
; Configuration file for MeetMe simple conference rooms ; Configuration file for MeetMe simple conference rooms
; for Asterisk of course. ; for Asterisk of course.
; ;
; This configuration file is read every time you call app meetme()
;
[rooms] [rooms]
; ;
; Usage is conf => confno[,pin][,adminpin] ; Usage is conf => confno[,pin][,adminpin]

@ -19,6 +19,9 @@
; ;
; sip debug Show all SIP messages ; sip debug Show all SIP messages
; ;
; reload chan_sip.so Reload configuration file
; Active SIP peers will not be reconfigured
;
[general] [general]
context=default ; Default context for incoming calls context=default ; Default context for incoming calls

@ -2,6 +2,14 @@
; Zapata telephony interface ; Zapata telephony interface
; ;
; Configuration file ; Configuration file
;
; You need to restart Asterisk to re-configure the Zap channel
; CLI> reload chan_zap.so
; will reload the configuration file,
; but not all configuration options are
; re-configured during a reload.
[trunkgroups] [trunkgroups]
; ;

Loading…
Cancel
Save