This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
voice:pbx:astlinux [2015/09/21 13:29] gcooper |
voice:pbx:astlinux [2017/01/25 09:09] (current) gcooper |
||
---|---|---|---|
Line 19: | Line 19: | ||
**ASTlinux GUI**: https:// | **ASTlinux GUI**: https:// | ||
- | **Asterisk-GUI**: | + | **Asterisk-GUI**: |
===== Installation ===== | ===== Installation ===== | ||
Line 58: | Line 58: | ||
**AstLinux Management -> System Tab -> Asterisk Sounds Packages -> core-english-ulaw -> Upgrade/ | **AstLinux Management -> System Tab -> Asterisk Sounds Packages -> core-english-ulaw -> Upgrade/ | ||
- | also: | + | also: '' |
- | also: | + | also: '' |
FIXME Is this next line necessary? | FIXME Is this next line necessary? | ||
- | Edit path in musiconhold.conf to be / | + | Edit path in '' |
===== Configuration ===== | ===== Configuration ===== | ||
Line 136: | Line 136: | ||
If your DAHDI hardware does not have hardware echo cancellation, | If your DAHDI hardware does not have hardware echo cancellation, | ||
- | * echocanceller=mg2, | + | * '' |
This specifies use of the mg2 echo canceller on channels 1-8. | This specifies use of the mg2 echo canceller on channels 1-8. | ||
Line 145: | Line 145: | ||
===== Asterisk-GUI ===== | ===== Asterisk-GUI ===== | ||
+ | |||
+ | http:// | ||
==== Backup ==== | ==== Backup ==== | ||
Line 156: | Line 158: | ||
==== Enable Asterisk-GUI ==== | ==== Enable Asterisk-GUI ==== | ||
- | Create a link to the asterisk-gui in the Astlinux web interface: | + | :!: Asterisk-GUI is no longer supported with AstLinux 1.2.3 and later. |
- | Prefs -> General Options -> External URL Link: http:// | + | Create a link to the Asterisk-GUI in the Astlinux web interface: |
- | **AstLinux Management -> Prefs -> General Options -> External URL Name: Asterisk-GUI** | + | **Prefs -> General Options -> External URL Link** |
+ | |||
+ | < | ||
+ | http:// | ||
+ | </ | ||
+ | |||
+ | :!: Try this URL if that URL doesn' | ||
+ | |||
+ | < | ||
+ | http:// | ||
+ | </ | ||
+ | |||
+ | **AstLinux Management -> Prefs -> General Options -> External URL Name** | ||
+ | |||
+ | < | ||
+ | Asterisk-GUI | ||
+ | </ | ||
==== Configure Admin Credentials ==== | ==== Configure Admin Credentials ==== | ||
- | Edit manager.conf from the Edit tab. Leave the [webinterface] stanza, but add new credentials with: | + | Edit '' |
< | < | ||
[admin] | [admin] | ||
- | secret = bad1egg | + | secret = yoursecret |
deny = 0.0.0.0/ | deny = 0.0.0.0/ | ||
- | permit = 192.168.2.0/ | + | permit = 192.168.2.0/ |
read = system, | read = system, | ||
write = system, | write = system, |