added manager config for webinterface

This commit is contained in:
Your Name
2020-12-12 19:13:31 +00:00
parent 205bf40ed3
commit 908707d744

View File

@@ -19,8 +19,8 @@
; default is 60 seconds. ; default is 60 seconds.
; ;
[general] [general]
enabled = no enabled = yes
;webenabled = yes webenabled = yes
port = 5038 port = 5038
bindaddr = 0.0.0.0 bindaddr = 0.0.0.0
@@ -154,3 +154,9 @@ bindaddr = 0.0.0.0
; ;
;read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan ;read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
;write = system,call,agent,user,config,command,reporting,originate,message ;write = system,call,agent,user,config,command,reporting,originate,message
[monast]
secret = monast
read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
write = system,call,agent,user,config,command,reporting,originate,message
writetimeout=100