User Tools

Site Tools


voice:pbx:astlinux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
voice:pbx:astlinux [2015/09/21 13:32]
gcooper
voice:pbx:astlinux [2017/01/25 09:09] (current)
gcooper
Line 19: Line 19:
 **ASTlinux GUI**: https://localhost:4443/status.php **ASTlinux GUI**: https://localhost:4443/status.php
  
-**Asterisk-GUI**: http://localhost:8088/asterisk/static/config/index.html+**Asterisk-GUI**: http://localhost:8088/static/config/index.html or http://localhost:8088/asterisk/static/config/index.html
  
 ===== Installation ===== ===== Installation =====
Line 58: Line 58:
 **AstLinux Management -> System Tab -> Asterisk Sounds Packages -> core-english-ulaw -> Upgrade/Install -> Sounds Package** **AstLinux Management -> System Tab -> Asterisk Sounds Packages -> core-english-ulaw -> Upgrade/Install -> Sounds Package**
  
-also: extra-english-ulaw +also: ''extra-english-ulaw'' 
-also: moh-english-ulaw+also: ''moh-english-ulaw''
  
 FIXME Is this next line necessary? FIXME Is this next line necessary?
  
-Edit path in musiconhold.conf to be /var/lib/asterisk/moh/.+Edit path in ''musiconhold.conf'' to be ''/var/lib/asterisk/moh/''.
  
 ===== Configuration ===== ===== Configuration =====
Line 145: Line 145:
  
 ===== Asterisk-GUI ===== ===== Asterisk-GUI =====
 +
 +http://doc.astlinux.org/userdoc:tt_asterisk-gui
  
 ==== 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://localhost:8088/asterisk/static/config/index.html''+Create a link to the Asterisk-GUI in the Astlinux web interface:
  
-**AstLinux Management -> Prefs -> General Options -> External URL NameAsterisk-GUI**+**Prefs -> General Options -> External URL Link** 
 + 
 +<file> 
 +http://localhost:8088/static/config/index.html 
 +</file> 
 + 
 +:!: Try this URL if that URL doesn't work: 
 + 
 +<file> 
 +http://localhost:8088/asterisk/static/config/index.html 
 +</file> 
 + 
 +**AstLinux Management -> Prefs -> General Options -> External URL Name** 
 + 
 +<file> 
 +Asterisk-GUI 
 +</file>
  
 ==== Configure Admin Credentials ==== ==== Configure Admin Credentials ====
  
-Edit manager.conf from the Edit tab. Leave the [webinterface] stanza, but add new credentials with:+Edit ''manager.conf'' from the Edit tab. Leave the ''[webinterface]'' stanza, but add new credentials with:
  
 <file> <file>
 [admin] [admin]
-secret = bad1egg ; this will be the user and password for the GUI login+secret = yoursecret ; this will be the user and password for the GUI login
 deny = 0.0.0.0/0.0.0.0 ; deny all not specifically permitted deny = 0.0.0.0/0.0.0.0 ; deny all not specifically permitted
-permit = 192.168.2.0/255.255.255.0 ; set apprpriately for your network+permit = 192.168.2.0/255.255.255.0 ; set appropriately for your network
 read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
 write = system,call,agent,user,config,command,reporting,originate write = system,call,agent,user,config,command,reporting,originate
voice/pbx/astlinux.1442863926.txt.gz · Last modified: 2015/09/21 13:32 by gcooper