created BASE_INSTALL.txt for more simplified installation instructions

created many x.conf.sample files in conf_examples directory

git-svn-id: svn://192.168.202.10@232 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-08-29 19:15:17 +00:00
parent 805c4a0e46
commit 9b7ea533dc
14 changed files with 1560 additions and 32 deletions
+27
View File
@@ -0,0 +1,27 @@
; /etc/asterisk/manager.conf:
; This is the sample manager API configuration file
[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0
[cron]
secret = 1234
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user
[updatecron]
secret = 1234
read = command
write = command
[listencron]
secret = 1234
read = system,call,log,verbose,command,agent,user
write = command
[sendcron]
secret = 1234
read = command
write = system,call,log,verbose,command,agent,user