Enable http and ari read only account
This commit is contained in:
10
ari.conf
10
ari.conf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user