[Home]

Summary:ASTERISK-08871: asterisk-gui, make checkconfig displays wrong URL
Reporter:Francois MALARD (fmalard)Labels:
Date Opened:2007-02-25 04:50:03.000-0600Date Closed:2007-05-22 10:24:34
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Using asterisk 1.4 on Fedora Core 6

From first version to Revision 56611
asterisk-gui from first version to Revision 377

In manager.conf sip.conf and http.conf I put  :
   bindaddr=192.168.106.14


[root@fc6 ~]# hostname
fc6.fm.test

[root@fc6 ~]# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:11:2F:BB:89:42  
         inet adr:192.168.106.15  Bcast:192.168.106.255  Masque:255.255.255.0

eth0:14   Link encap:Ethernet  HWaddr 00:11:2F:BB:89:42  
         inet adr:192.168.106.14  Bcast:192.168.106.255  Masque:255.255.255.0

[root@fc6 ~]# host 192.168.106.14
14.106.168.192.in-addr.arpa domain name pointer asterisk.fm.test.


No real problem with asterisk, sip, http

but  [root@fc6 asterisk-gui]# make checkconfig      
displays :

--- Everything looks good ---
* GUI should be available at http://fc6.fm.test:8088/asterisk/static/config/cfgbasic.html
* Before using the GUI, Please run the install script at http://fc6.fm.test:8088/asterisk/static/config/setup/install.html

I suppose that checkconfig doesn't look at bindaddr parameter !

Could you please change it ?

Thanks

Francois
Comments:By: Brandon Kruse (bkruse) 2007-04-10 17:17:49

This is not a bad idea,

I will look into this, because alot of time we want it viewable by
only localhost for security reasons.


any updates on this?

By: Brandon Kruse (bkruse) 2007-04-10 17:23:36

There is a trivial update i did a couple weeks ago.


check it out now, it does not parse for bindaddr, but it is more accurate in the description of it.

-bkruse

By: Pari Nannapaneni (pari) 2007-05-16 18:10:55

fixed in revision 949

By: Francois MALARD (fmalard) 2007-05-17 08:49:34

Asterisk SVN-branch-1.4-r64686
Asterisk GUI-version Revision: 950 $

fc6.fm.test  <=>  192.168.106.15
asterisk.fm.test <=>   192.168.106.14

bindaddr = 192.168.106.14 in manager.conf and http.conf

make checkconfig displays yet :

--- Everything looks good ---
* GUI should be available at http://fc6.fm.test:8088/asterisk/static/config/cfgbasic.html
* Before using the GUI, Please run the install script at http://fc6.fm.test:8088/asterisk/static/config/setup/install.html

Not solved. It should be
http://ASTERISK.fm.test:8088/asterisk/static/config/cfgbasic.html

By: Pari Nannapaneni (pari) 2007-05-17 10:55:57

if you defined an IP address as bindaddr (other than 0.0.0.0) in http.conf
- make checkconfig will display that IP address.

But you are reporting
"
* GUI should be available at http://fc6.fm.test:8088/asterisk/static/config/cfgbasic.html [^]
* Before using the GUI, Please run the install script at http://fc6.fm.test:8088/asterisk/static/config/setup/install.html [^]
"

Can you please verify that you actually have bindaddr defined in http.conf
and it is not commented

By: Pari Nannapaneni (pari) 2007-05-21 21:34:44

ping

By: Pari Nannapaneni (pari) 2007-05-22 10:24:33

fixed - but no response from user