2 enabled = yes ; When set to no, ARI support is disabled.
3 ;pretty = no ; When set to yes, responses from ARI are
4 ; ; formatted to be human readable.
5 ;allowed_origins = ; Comma separated list of allowed origins, for
6 ; ; Cross-Origin Resource Sharing. May be set to * to
8 ;auth_realm = ; Realm to use for authentication. Defaults to Asterisk
12 ;type = user ; Specifies user configuration
13 ;read_only = no ; When set to yes, user is only authorized for
14 ; ; read-only requests.
16 ;password = ; Crypted or plaintext password (see password_format).
18 ; password_format may be set to plain (the default) or crypt. When set to crypt,
19 ; crypt(3) is used to validate the password. A crypted password can be generated
20 ; using mkpasswd -m sha-512.
22 ; When set to plain, the password is in plaintext.
24 ;password_format = plain