2 ; Asterisk Builtin mini-HTTP server
7 ; Whether HTTP interface is enabled or not. Default is no.
11 ; Whether Asterisk should serve static content from http-static
16 ; Address to bind to. Default is 0.0.0.0
20 ; Port to bind to (default is 8088)
24 ; Prefix allows you to specify a prefix for all requests
25 ; to the server. The default is "asterisk" so that all
26 ; requests must begin with /asterisk
30 ; The post_mappings section maps URLs to real paths on the filesystem. If a
31 ; POST is done from within an authenticated manager session to one of the
32 ; configured POST mappings, then any files in the POST will be placed in the
33 ; configured directory.
37 ; In this example, if the prefix option is set to "asterisk", then using the
38 ; POST URL: /asterisk/uploads will put files in /var/lib/asterisk/uploads/.
39 ;uploads = /var/lib/asterisk/uploads/