[asterisk-bugs] [Asterisk-GUI 0009817]: make checkconfig displays only hostname, not bindaddr parameter
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Jul 31 11:19:33 CDT 2007
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=9817
======================================================================
Reported By: FMALARD
Assigned To: pari
======================================================================
Project: Asterisk-GUI
Issue ID: 9817
Category: Core/General
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: 1.4.9
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 05-27-2007 11:09 CDT
Last Modified: 07-31-2007 11:19 CDT
======================================================================
Summary: make checkconfig displays only hostname,
not bindaddr parameter
Description:
bindaddr (other than 0.0.0.0) in http.conf
is used by gui
but not by make checkconfig
HTTPBINDPORT and HTTPPREFIXBASE are extracted from http.conf
HTTPHOST is not !
-------------------------------------------------------------------------
GUI Revision 988
extracts of
http://svn.digium.com/svn/asterisk-gui/branches/asterisknow/Makefile
HTTPHOST?=$(shell hostname) HTTPBINDPORT?=$(shell cat
$(ASTETCDIR)/http.conf 2>/dev/null | grep -v ^\; | grep bindport | cut -f
2 -d '=') HTTPPREFIXBASE?=$(shell cat $(ASTETCDIR)/http.conf 2>/dev/null |
grep -v ^\; | grep prefix )
[..]
HTTPURL:= http://$
(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/cfgbasic.html
[..] @echo " --- Everything looks good --- "
@echo " * GUI should be available at $(HTTPURL) "
-------------------------------------------------------------------------------------
Francois
======================================================================
----------------------------------------------------------------------
pari - 07-31-07 11:19
----------------------------------------------------------------------
problem was already fixed.
Issue History
Date Modified Username Field Change
======================================================================
07-31-07 11:19 pari Status assigned => resolved
07-31-07 11:19 pari Resolution open => fixed
07-31-07 11:19 pari Note Added: 0068131
======================================================================
More information about the asterisk-bugs
mailing list