Pages : 1
#1 Le 19/05/2008, à 15:58
- guiz67
Probleme Asterisk-Gui
bonjour a tous utilisateur de asterisk depuis pas mal de temps.
Je cherche sous l'ordre de mon chef une gui sympa ...
je suis tombé par hasard sur asterisk-gui qui semble etre la gui que digium recommande ...
j'ai suivit le tuto http://asterisk.sagnimorte.info/?p=5
le make checkconfig me dit que tout est OK
et pourtant firefox me dit
NOT FOUND
Nothing to see here. Move along
alors je comprend pas vraiment si quelqu'un a une idée je suis preneur.
et si il y a d'autre gui je voudrais bien voir, pour en tester plusieurs.
Merci
Hors ligne
#2 Le 19/05/2008, à 17:20
- kvb
Re : Probleme Asterisk-Gui
Vous le faite le test a partir du meme pc ?
Si oui
au lieu de ca
http://IP_Serveur:8088/asterisk/static/config/cfgbasic.html
entrez
http://127.0.01:8088/asterisk/static/config/cfgbasic.html
ou alors c'est que asterisk n'est pas lancé
Hors ligne
#3 Le 20/05/2008, à 08:20
- guiz67
Re : Probleme Asterisk-Gui
Bonjour
alors arrivé ce matin au boulot j'essaie j'ai toujours la mm chose...
voila le contenue de mon manager.conf
;
; Asterisk Call Management support
;
; By default asterisk will listen on localhost only.
[general]
enabled = yes
webenabled =yes
;port = 5038
;bindaddr = 127.0.0.1
; No access is allowed by default.
; To set a password, create a file in /etc/asterisk/manager.d
; use creative permission games to allow other serivces to create their own
; files
#include "manager.d/*.conf"
[administrator]
secret = 0000
read = system,call,log,verbose,command,agent,config
write = system,call,log,verbose,command,agent,config
de http.conf
;
; Asterisk Builtin mini-HTTP server
;
;
[general]
;
; Whether HTTP interface is enabled or not. Default is no.
;
enabled=yes
;
; Whether Asterisk should serve static content from http-static
; Default is no.
;
enablestatic=yes
;
; Address to bind to. Default is 0.0.0.0
;
bindaddr=0.0.0.0
;
; Port to bind to (default is 8088)
;
bindport=8088
;
; Prefix allows you to specify a prefix for all requests
; to the server. The default is "asterisk" so that all
; requests must begin with /asterisk
;
;prefix=asterisk
; The post_mappings section maps URLs to real paths on the filesystem. If a
; POST is done from within an authenticated manager session to one of the
; configured POST mappings, then any files in the POST will be placed in the
; configured directory.
;
;[post_mappings]
;
; In this example, if the prefix option is set to "asterisk", then using the
; POST URL: /asterisk/uploads will put files in /var/lib/asterisk/uploads/.
;uploads = /var/lib/asterisk/uploads/
;
voila ce que m'affiche la commande make checkconfig
root@ubuntu-virtual:/etc/asterisk-gui# make checkconfig
--- 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://ubuntu-virtual:8088/asterisk/static/config/cfgbasic.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 = mysecret5912
read = system,call,log,verbose,command,agent,config
write = system,call,log,verbose,command,agent,config
--- Good luck! ---
root@ubuntu-virtual:/etc/asterisk-gui#
et voila le resutat dans firefox (suis sur la mm machine)
merci d'avance ca la je sais vraiment pas quoi faire
Hors ligne
#4 Le 24/06/2008, à 11:24
- STAr
Re : Probleme Asterisk-Gui
Bonjour guiz67,
Je sais pas is ton POST est toujours d'actualité, mais concernant ton problème, je crois avoir la solution. Cela vient en fait d'une mauvaise référence vers un certain lien.
En faisant:
sudo rm -rf /usr/share/asterisk/static-http
sudo ln -s /var/lib/asterisk/static-http /usr/share/asterisk/
,
cela devrait te régler le problème!
LIBREment,
STAr
#5 Le 24/06/2008, à 11:34
- guiz67
Re : Probleme Asterisk-Gui
je vais essayer de voir ca merci .... beaucoup d'avoir regarder si sa marche je ferais signe ...
a bientot
Hors ligne
#6 Le 02/08/2008, à 17:12
- prologin
Re : Probleme Asterisk-Gui
Cher Guiz67,pour avoir des reponses sur asterisk, il faut donner ta config asterisk :
1 ere
-Os
-Version asterisk
-Version addons
-Version asterisk GUI
etc....
mais ensuite il faut se DOCUMENTER, les reponses a ce problème sont sur de nombreux forums c'est effectivement une erreur de lien comme te l'a dit star. Et merci de faire un suivi sur la résolution ca évitera aux newbies de poser des questions inutiles merci
Dernière modification par prologin (Le 02/08/2008, à 17:18)
Hors ligne
#7 Le 05/08/2008, à 17:58
- prologin
Re : Probleme Asterisk-Gui
Une autre solution,
Recompiler asterisk
Reinstaller asterisk gui :
cd /usr/src/asterisk_gui
make
make install
make checkconfig
Ensuite ca devrait rouler..... enjoy!
Dernière modification par prologin (Le 05/08/2008, à 23:19)
Hors ligne
#8 Le 18/09/2008, à 10:54
- lejazzcbien
Re : Probleme Asterisk-Gui
Oui impeccable !!
sudo rm -rf /usr/share/asterisk/static-http
sudo ln -s /var/lib/asterisk/static-http /usr/share/asterisk/
Cela résouds le problème.
#9 Le 18/09/2008, à 10:56
- guiz67
Re : Probleme Asterisk-Gui
probleme resolut merci a tous
Hors ligne
Pages : 1