|
|
@ -9,7 +9,7 @@
|
|
|
|
; HTTP server is enabled in this file by setting the "enabled", "bindaddr",
|
|
|
|
; HTTP server is enabled in this file by setting the "enabled", "bindaddr",
|
|
|
|
; and "bindport" options, then you should be able to view the documentation
|
|
|
|
; and "bindport" options, then you should be able to view the documentation
|
|
|
|
; remotely by browsing to:
|
|
|
|
; remotely by browsing to:
|
|
|
|
; http://<server_ip>:<bindport/asterisk/static/docs/index.html
|
|
|
|
; http://<server_ip>:<bindport>/static/docs/index.html
|
|
|
|
;
|
|
|
|
;
|
|
|
|
[general]
|
|
|
|
[general]
|
|
|
|
;
|
|
|
|
;
|
|
|
@ -27,8 +27,8 @@ bindaddr=127.0.0.1
|
|
|
|
;bindport=8088
|
|
|
|
;bindport=8088
|
|
|
|
;
|
|
|
|
;
|
|
|
|
; Prefix allows you to specify a prefix for all requests
|
|
|
|
; Prefix allows you to specify a prefix for all requests
|
|
|
|
; to the server. The default is "asterisk" so that all
|
|
|
|
; to the server. The default is blank. If uncommented
|
|
|
|
; requests must begin with /asterisk
|
|
|
|
; all requests must begin with /asterisk
|
|
|
|
;
|
|
|
|
;
|
|
|
|
;prefix=asterisk
|
|
|
|
;prefix=asterisk
|
|
|
|
;
|
|
|
|
;
|
|
|
@ -43,7 +43,7 @@ bindaddr=127.0.0.1
|
|
|
|
; For example, if you are using the Asterisk-gui,
|
|
|
|
; For example, if you are using the Asterisk-gui,
|
|
|
|
; it is convenient to enable the following redirect:
|
|
|
|
; it is convenient to enable the following redirect:
|
|
|
|
;
|
|
|
|
;
|
|
|
|
;redirect = / /asterisk/static/config/cfgbasic.html
|
|
|
|
;redirect = / /static/config/cfgbasic.html
|
|
|
|
;
|
|
|
|
;
|
|
|
|
; HTTPS support. In addition to enabled=yes, you need to
|
|
|
|
; HTTPS support. In addition to enabled=yes, you need to
|
|
|
|
; explicitly enable ssl, define the port to use,
|
|
|
|
; explicitly enable ssl, define the port to use,
|
|
|
|