Enable http and ari read only account

This commit is contained in:
Your Name
2020-12-14 19:26:37 +00:00
parent d7eb7f83d1
commit 93bab1f3ae
2 changed files with 11 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
[general]
enabled = yes ; When set to no, ARI support is disabled.
;pretty = no ; When set to yes, responses from ARI are
pretty = yes ; When set to yes, responses from ARI are
; ; formatted to be human readable.
;allowed_origins = ; Comma separated list of allowed origins, for
allowed_origins = * ; Comma separated list of allowed origins, for
; ; Cross-Origin Resource Sharing. May be set to * to
; ; allow all origins.
;auth_realm = ; Realm to use for authentication. Defaults to Asterisk
@@ -33,3 +33,9 @@ enabled = yes ; When set to no, ARI support is disabled.
; When set to plain, the password is in plaintext.
;
;password_format = plain
[queueview]
type=user
read_only=yes
password=queueview
password_format=plain