block addition of silence files... not needed here
[asterisk-bristuff.git] / configs / http.conf.sample
blob7135463d672d9d66fa5db5631679741eaaa2688d
2 ; Asterisk Builtin mini-HTTP server
5 [general]
7 ; Whether HTTP interface is enabled or not.  Default is no.
9 ;enabled=yes
11 ; Whether Asterisk should serve static content from http-static
12 ; Default is no.
14 ;enablestatic=yes
16 ; Address to bind to.  Default is 0.0.0.0
18 bindaddr=127.0.0.1
20 ; Port to bind to (default is 8088)
22 bindport=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
28 ;prefix=asterisk