Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| userdoc:tt_asterisk-gui [2012/04/09 21:06] – abelbeck | userdoc:tt_asterisk-gui [2015/05/16 16:08] (current) – [Using the Asterisk GUI] abelbeck | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| The Asterisk GUI is an open source project created by [[http:// | The Asterisk GUI is an open source project created by [[http:// | ||
| + | |||
| + | !!Note: Asterisk GUI is no longer supported with AstLinux 1.2.3 and later.!! | ||
| + | ===== Configuration Files ===== | ||
| Two files are key to allowing the Asterisk GUI to operate, located at: | Two files are key to allowing the Asterisk GUI to operate, located at: | ||
| Line 9: | Line 12: | ||
| * ''/ | * ''/ | ||
| - | ===== manager.conf ===== | + | Additionally, |
| + | |||
| + | cp / | ||
| + | |||
| + | |||
| + | ===== Asterisk | ||
| + | |||
| + | The default '' | ||
| [general] | [general] | ||
| Line 18: | Line 28: | ||
| bindaddr = 0.0.0.0 | bindaddr = 0.0.0.0 | ||
| - | + | The username/ | |
| - | The username/ | + | |
| ; THIS IS INSECURE! CHANGE THE PASSWORD!!! | ; THIS IS INSECURE! CHANGE THE PASSWORD!!! | ||
| Line 29: | Line 38: | ||
| write = system, | write = system, | ||
| - | ===== http.conf ===== | + | Be sure to change the password and possibly also uncomment/ |
| - | Add this section if it does not already exist. Be sure to change the password and possibly also uncomment/ | + | ===== Asterisk http.conf ===== |
| + | |||
| + | The default '' | ||
| + | |||
| + | [general] | ||
| + | ; | ||
| + | enabled=yes | ||
| + | ; | ||
| + | bindaddr=0.0.0.0 | ||
| + | ; | ||
| + | ; Port to bind to for HTTP sessions (default is 8088) | ||
| + | ; | ||
| + | ; | ||
| + | ; | ||
| + | ; Prefix allows you to specify a prefix for all requests | ||
| + | ; to the server. | ||
| + | ; all requests must begin with /asterisk | ||
| + | ; | ||
| + | ; | ||
| + | ; | ||
| + | ; sessionlimit specifies the maximum number of httpsessions that will be | ||
| + | ; allowed to exist at any given time. (default: 100) | ||
| + | ; | ||
| + | ; | ||
| + | ; | ||
| + | ; Whether Asterisk should serve static content from http-static | ||
| + | ; Default is no. | ||
| + | ; | ||
| + | enablestatic=yes | ||
| + | ; | ||
| + | ; Redirect one URI to another. | ||
| + | ; default page. | ||
| + | ; | ||
| + | ; For example, if you are using the Asterisk-gui, | ||
| + | ; it is convenient to enable the following redirect: | ||
| + | ; | ||
| + | ;redirect = / / | ||
| + | ; | ||
| + | |||
| + | A new install '' | ||
| ===== Asterisk GUI - URL ===== | ===== Asterisk GUI - URL ===== | ||
| + | |||
| + | Restart asterisk for any of the above file changes to become active. | ||
| Access the Asterisk GUI using the following URL: | Access the Asterisk GUI using the following URL: | ||