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:
@@ -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
|
||||
Reference in New Issue
Block a user