Dear my friends,
I want to install asterisk gui for my PC Desktop based PABX with OpenVOX interface card.
I have installed asterisk and asterisk-gui with YaST2.
I have restarted my apache2 but I still get error as I visit this url: " http://127.0.0.1:8088/asterisk/static/ ".
The error is: " You tried to access the address http://127.0.0.1:8088/asterisk/static/, which is currently unavailable. ".
What is my mistake.
Please help me.
On 01/31/2011 10:51 PM, Ilham Firdaus wrote:
Dear my friends,
I want to install asterisk gui for my PC Desktop based PABX with OpenVOX interface card.
I have installed asterisk and asterisk-gui with YaST2.
I have restarted my apache2 but I still get error as I visit this url: " http://127.0.0.1:8088/asterisk/static/ ".
The error is: " You tried to access the address http://127.0.0.1:8088/asterisk/static/, which is currently unavailable. ".
What is my mistake.
Please help me.
Did you check /etc/apache2/conf.d for any files that may need to be activated?
-Matt
Hi Matt,
I don't understand what you meant. This is the content of my apache's "conf.d": " ls /etc/apache2/conf.d apache2-manual.conf inst_server.conf.in mod_perl.conf cacti.conf mailman.conf nagios.conf gitweb.conf mod_mono.conf php5.conf ".
How should I activate this(asterisk and its gui)?
I activated the asterisk from YaST-->System-->System services (runlevel).
On Tue, 01 Feb 2011 11:07:03 +0700, Matt Hayes dominian@slackadelic.com wrote:
On 01/31/2011 10:51 PM, Ilham Firdaus wrote:
Dear my friends,
I want to install asterisk gui for my PC Desktop based PABX with OpenVOX interface card.
I have installed asterisk and asterisk-gui with YaST2.
I have restarted my apache2 but I still get error as I visit this url: " http://127.0.0.1:8088/asterisk/static/ ".
The error is: " You tried to access the address http://127.0.0.1:8088/asterisk/static/, which is currently unavailable. ".
What is my mistake.
Please help me.
Did you check /etc/apache2/conf.d for any files that may need to be activated?
-Matt
Ilham Firdaus wrote:
Dear my friends,
I want to install asterisk gui for my PC Desktop based PABX with OpenVOX interface card.
I have installed asterisk and asterisk-gui with YaST2.
I have restarted my apache2 but I still get error as I visit this url: " http://127.0.0.1:8088/asterisk/static/ ".
The error is: " You tried to access the address http://127.0.0.1:8088/asterisk/static/, which is currently unavailable. ".
What is my mistake.
Did you restart asterisk? AFAIK, Asterisk has its own webserver, it doesn't use apache for this.
On 02/01/2011 08:50 AM, Per Jessen wrote:
Ilham Firdaus wrote:
Dear my friends,
I want to install asterisk gui for my PC Desktop based PABX with OpenVOX interface card.
I have installed asterisk and asterisk-gui with YaST2.
I have restarted my apache2 but I still get error as I visit this url: " http://127.0.0.1:8088/asterisk/static/ ".
The error is: " You tried to access the address http://127.0.0.1:8088/asterisk/static/, which is currently unavailable. ".
What is my mistake.
Did you restart asterisk? AFAIK, Asterisk has its own webserver, it doesn't use apache for this.
And have you configured manager.conf in /etc/asterisk to allow access
Togan
Here is my "manager.conf": ceo@gatew:/mnt/sda3/home/ceo> cat /etc/asterisk/manager.conf [general] enabled = yes port = 5038 bindaddr = 0.0.0.0 webenabled = yes httptimeout = 3600 [admin] secret = forward #deny=0.0.0.0/0.0.0.0 allow=0.0.0.0/0.0.0.0 #permit=127.0.0.1/255.255.254.0 #permit=192.168.0.0/255.255.0.0 read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan,all write = system,call,agent,user,config,command,reporting,originate,all
The error message as I visit "http://127.0.0.1:5038": Asterisk Call Manager/1.1 Response: Error Message: Missing action in request
Please tell me where is my mistake.
On Tue, 01 Feb 2011 15:45:27 +0700, Togan Muftuoglu toganm@opensuse.org wrote:
On 02/01/2011 08:50 AM, Per Jessen wrote:
Ilham Firdaus wrote:
Dear my friends,
I want to install asterisk gui for my PC Desktop based PABX with OpenVOX interface card.
I have installed asterisk and asterisk-gui with YaST2.
I have restarted my apache2 but I still get error as I visit this url: " http://127.0.0.1:8088/asterisk/static/ ".
The error is: " You tried to access the address http://127.0.0.1:8088/asterisk/static/, which is currently unavailable. ".
What is my mistake.
Did you restart asterisk? AFAIK, Asterisk has its own webserver, it doesn't use apache for this.
And have you configured manager.conf in /etc/asterisk to allow access
Togan
On 02/01/2011 12:35 PM, Ilham Firdaus wrote:
Please tell me where is my mistake.
And you have configured http.conf in /etc/asterisk to provide the webserver
Togan
Dear Togan.
Here is my "http.cof" in "/etc/asterisk": [general] enabled=yes bindaddr=0.0.0.0 bindport=8088 prefix=gui enablestatic=yes
Please keep telling me.
Thank you very much in advance.
On Tue, 01 Feb 2011 18:45:48 +0700, Togan Muftuoglu toganm@opensuse.org wrote:
http.conf
Ilham Firdaus wrote:
The error message as I visit "http://127.0.0.1:5038": Asterisk Call Manager/1.1 Response: Error Message: Missing action in request
This is clearly a step forward from your first report - asterisk is responding, which is good. I don't know that specific error message though, maybe you need to google it and/or study the logs.
/Per
I'm very surprised that the Asterisk has itsown web service.
I have restarted the machine but I still get this error message: http://127.0.0.1:5038/---%3EYou tried to access the address http://127.0.0.1:5038/, which is currently unavailable. http://127.0.0.1:8088/---%3EYou tried to access the address http://127.0.0.1:5038/, which is currently unavailable.
Please keep telling me.
On Tue, 01 Feb 2011 14:50:13 +0700, Per Jessen per@opensuse.org wrote:
Ilham Firdaus wrote:
Dear my friends,
I want to install asterisk gui for my PC Desktop based PABX with OpenVOX interface card.
I have installed asterisk and asterisk-gui with YaST2.
I have restarted my apache2 but I still get error as I visit this url: " http://127.0.0.1:8088/asterisk/static/ ".
The error is: " You tried to access the address http://127.0.0.1:8088/asterisk/static/, which is currently unavailable. ".
What is my mistake.
Did you restart asterisk? AFAIK, Asterisk has its own webserver, it doesn't use apache for this.
On 02/01/2011 01:09 PM, Ilham Firdaus wrote:
I'm very surprised that the Asterisk has itsown web service.
I have restarted the machine but I still get this error message: http://127.0.0.1:5038/---%3EYou tried to access the address http://127.0.0.1:5038/, which is currently unavailable. http://127.0.0.1:8088/---%3EYou tried to access the address http://127.0.0.1:5038/, which is currently unavailable.
Please keep telling me.
is aterisk running ?
If the asterisk has itsown webserver so I stop my apache2.
And I tried "http://127.0.0.1:5038" and the result is stil: " Asterisk Call Manager/1.1 Response: Error Message: Missing action in request ".
Gasp, I'm stucked. Please help me.
On Tue, 01 Feb 2011 19:27:42 +0700, Togan Muftuoglu toganm@opensuse.org wrote:
On 02/01/2011 01:09 PM, Ilham Firdaus wrote:
I'm very surprised that the Asterisk has itsown web service.
I have restarted the machine but I still get this error message: http://127.0.0.1:5038/---%3EYou tried to access the address http://127.0.0.1:5038/, which is currently unavailable. http://127.0.0.1:8088/---%3EYou tried to access the address http://127.0.0.1:5038/, which is currently unavailable.
Please keep telling me.
is aterisk running ?
On Tue, Feb 1, 2011 at 07:33, Ilham Firdaus ilham@otekno.biz wrote:
If the asterisk has itsown webserver so I stop my apache2.
And I tried "http://127.0.0.1:5038" and the result is stil: " Asterisk Call Manager/1.1 Response: Error Message: Missing action in request ".
Gasp, I'm stucked. Please help me.
What you are seeing is the correct behavior.
Try to access http://127.0.0.1:5038/gui/static/config/index.html
I don't know why 1) the Asterisk HTTP server is so horrible (no debugging/logging of any sort) or 2) why this great interface is depreciated.
I've made a mistake in my last message. The URL is http://127.0.0.1:8088/gui/static/config/index.html because you have set 8088 in http.conf. 5038 is the manager port and I am not sure what you can do with that in a web browser. My statement still stands even if you had visited http://127.0.0.1:8088/ you still would have been stuck.
Dear Andrew,
You have solved my problem. I've modified the "/etc/asterisk/http.conf", the bindport become 5038.
The asterisk-gui appears now in my internet browser. But I can not login into it with "root". After browsing in google, then I modified the "/etc/asterisk/manager.conf and modify the "secret". And I can login login afterall as admin.
But the problem is now "gui does not have privilege". I can do nothing even I am logged in as admin.
Please help me.
This is my current "/etc/asterisk/manager.conf": [general] enabled = yes port = 5038 bindaddr = 0.0.0.0 webenabled = yes httptimeout = 3600 [admin] secret = mypassword #deny=0.0.0.0/0.0.0.0 allow=0.0.0.0/0.0.0.0 #permit=127.0.0.1/255.255.254.0 #permit=192.168.0.0/255.255.0.0 read = originate,read,write system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan,all write = system,call,agent,user,config,command,reporting,originate,read,write,all === On Tue, 1 Feb 2011 15:04:57 -0500 Andrew Joakimsen joakimsen@gmail.com wrote:
You can't bind HTTP and manager on the same port, obviously. Manager is a control interface for asterisk, HTTP is what your browser uses to access the GUI.
Here is my manager.conf which works, my HTTP port is not the same as the manager port.
[general] displaysystemname = yes enabled=yes webenabled=yes port = 5038 bindaddr = 0.0.0.0
[pbxadmin] secret = s3cr3t read = system,call,log,verbose,command,agent,user,config write = system,call,log,verbose,command,agent,user,config