[Home]

Summary:ASTERISK-08788: install.html fails with zapscan.conf warning
Reporter:bobsie (bobsie)Labels:
Date Opened:2007-02-12 16:15:48.000-0600Date Closed:2007-02-13 17:50:36.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I'm running the stable release asterisk 1.4.0 on Fedora Core 4.

The asterisk-gui web interface (install.html) failed in step 1 to find the zapscan.conf. Additional it tried to execute /sbin/zapscan(.bin) while it was located in /src/sbin/.

To get the install wizard working I've created an empty /etc/asterisk/zapscan.conf and I've copied the zapscan and zapscan.bin to the /sbin directory:
cp /usr/sbin/zapscan /sbin
cp /usr/sbin/zapscan.bin /sbin

I hope this will help to improve the (nice!) product.
Comments:By: Pari Nannapaneni (pari) 2007-02-13 17:50:36.000-0600

Thanks for reporting.
This problem has been fixed in commit 335.

The expected new behaviour is that , if zapscan.conf is not found,
an Alert will be displayed saying so and asking the user
to try running zapscan manually.
An attempt will be made to load the rest of the page.

-Pari