2010/12/14 Orlando Nuñez <[email protected]>: > > > 2010/12/14 Roberto Quiñones <[email protected]> >> >> 2010/12/14 Orlando Nuñez <[email protected]>: >> > Saludos. >> > Instale Asterisk y Asterisk-GUI de la siguiente manera: >> > 1. Instale paquetes necesarios >> > aptitude install apache2 php5 mysql-server phpmyadmin >> > 2. Instale asterisk siguiendo este manual >> > >> > http://mikeoverip.wordpress.com/2009/03/11/asterisk-16-compilation-and-installation-on-debian-5-lenny/ >> > 3. Instale Asterisk-GUI de la siguiente manera >> > cd /usr/src >> > svn >> > >> > checkout http://svn.digium.com/svn/asterisk-gui/branches/2.0 asterisk-gui >> > cd asterisk-gui/ >> > ./configure >> > make >> > make install >> > cd /etc/asterisk >> > vim http.conf >> > Verifique que estas lineas estan descomentadas >> > [general] >> > enabled = yes >> > enablestatic = yes >> > vim manager.conf >> > Verifique que estas lineas estan descomentadas >> > [general] >> > enabled = yes >> > webenabled = yes >> > Agregue las siguientes lineas >> > [admin] >> > secret = 123456 >> > read = system,call,log,verbose,command,agent,config,read,write,originate >> > write = >> > system,call,log,verbose,command,agent,config,read,write,originate >> > Comprobe la instalacion de Asterisk-GUI con el siguiente comando: >> > make checkconfig >> > y me mostro este mensaje >> > --- Checking Asterisk configuration to see if it will support the GUI >> > --- >> > * Checking for http.conf: OK >> > * Checking for manager.conf: OK >> > * Checking if HTTP is enabled: OK >> > * Checking if HTTP static support is enabled: OK >> > * Checking if manager is enabled: OK >> > * Checking if manager over HTTP is enabled: OK >> > --- Everything looks good --- >> > * GUI should be available >> > at http://servidor:8088/asterisk/static/config/index.html >> > * Note: If you have bindaddr=127.0.0.1 in /etc/asterisk/http.conf >> > you will only be able to visit it from the local machine. >> > Example: http://localhost:8088/asterisk/static/config/index.html >> > * The login and password should be an entry from >> > /etc/asterisk/manager.conf >> > which has 'config' permission in read and write. For example: >> > [admin] >> > secret = mysecret18297 >> > read = system,call,log,verbose,command,agent,config >> > write = system,call,log,verbose,command,agent,config >> > --- Good luck! --- >> > Al intentar abrir esta pagina me aparece que no puede encontrarla >> > http://localhost:8088/asterisk/static/config/index.html >> > Alguna ayuda >> > >> > -- >> > - - - - - - - - - - - - - - - - - - - >> > Orlando Nuñez >> > >> >> te fijastes si el puerto esta abierta y permite conexiones al mismo de >> manera local ¿? >> >> Saludos Cordiales >> -- >> -------------------------------------------- >> Roberto Quiñones >> >> Owner - Service Manager and System >> ACShell.NET – Internet Services >> [email protected] - www.acshell.net >> San Martin #311 Santiago – CL (Chile) >> +560981361713 >> -------------------------------------------- > > > Saludos amigo. > Debería estar abierto, no tengo instalado ningún cortafuegos, solo realice > una instalación desde cero del sistema operativo, actualización de paquetes > apt-get update && apt-get upgrade para luego instalar Asterisk y > Asterisk-GUI > > -- > - - - - - - - - - - - - - - - - - - - > Orlando Nuñez > >
y en el bindaddr=127.0.0.1 en /etc/asterisk/http.conf esta igual a como te lo especifica la documentación ¿?. además fijate si los servicios se encuentra up y como utlimo instalate el nmap y tirate un scan local para descartar si el puerto al que quiere entrar esta o no abierto. Saludos Cordiales. -- -------------------------------------------- Roberto Quiñones Owner - Service Manager and System ACShell.NET – Internet Services [email protected] - www.acshell.net San Martin #311 Santiago – CL (Chile) +560981361713 -------------------------------------------- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

