eccomi
sto provando ad installare asterisk con la guida di firstlevel (che era quella che ho seguito sempre anche io) e mi sono fermato a dove faceva installare freebpx
poi ho installato la gui di asterisk con la guida tua (raiden).
Errori non ne ho avuti in nessuno dei 2 casi
Digitando asterisk e subito dopo asterisk -r mi esce:
[root@centralino ~]# asterisk
Asterisk already running on /var/run/asterisk/asterisk.ctl. Use 'asterisk -r' to connect.
[root@centralino ~]# asterisk -r
Asterisk 13.1.1, Copyright (C) 1999 - 2014, Digium, Inc. and others.
Created by Mark Spencer <markster@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Connected to Asterisk 13.1.1 currently running on centralino (pid = 1679)
centralino*CLI>
quindi sembra che asterisk funzioni correttamente
Esiste un controllo per vedere se la gui e' installata correttamente?
Per accedere sto provando ad entrare su
http://IP-DELLA-MACCHINA-CHE-MI-OSPITA: ... index.html ma esce l'errore 404.
2 cose:
quando mi chiede di modificare i 2 file, mi trovo con:
/etc/asterisk/manager.conf
con all'interno SOLO questi parametri:
[general]
enabled = yes
webenabled = yes
port = 5038
httptimeout = 60
bindaddr = 0.0.0.0
[admin]
secret = LA MIA PASSWORD
read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
write = system,call,agent,user,config,command,reporting,originate
ed in /etc/asterisk/http.conf con all'interno SOLO questi parametri
[general]
enabled = yes
enablestatic = yes
bindaddr=0.0.0.0
bindport=8088
Non e' che deve esserci altro? oppure cambiare il bindaddr con l'ip della macchina in remoto?