We'll I've been on a business trip for the last week so its taken me a while
to turn my attention back to AstLinux and the asterisk-gui. But, I think
I've found the problem.

I'm still getting 404:Not found errors on several asterisk-gui pages. Thanks
to Firebug and some intuition I've found the problem.  The way asterisk-gui
works on some pages is to dynamically create html pages then load them.
Take for example the "system info" page.  This attempts to create a file
called sysinfo_output.html by running sh commands (see
/var/lib/asterisk/scripts/gui_sysinfo) that attempts to output to
/var/lib/asterisk/static-http/config/sysinfo_output.html

Upon attempting to manually create this file I get a "read only file system"
error. Lo and behold the problem.

So, how to get asterisk-gui to work?  can /var/lib/asterisk be mapped to the
keydisk? Can we point asterisk-gui somewhere else?  can we allow write
access to this directory?

Any suggestions?

(by-the-way, it's been many years since I did any programming... back in the
C++ and MASM days.  All this javascript and ajax stuff is way beyond me...
but at least my debugging skills still work !)

Thanks
David


On Sat, Apr 26, 2008 at 8:14 PM, Darrick Hartman <[EMAIL PROTECTED]>
wrote:

> David,
>
> Do an svn update.  I just committed a change which does a version bump to
> 2934.  Let me know if that works any better for you.  I don't use the gui.
>
> Darrick
>
> David Kerr wrote:
>
> > How would I go about building AstLinux with a newer version of
> > asterisk-gui?  If I checkout asterisk-gui from digium it gives me version
> > 2934 which is quick a jump from version 2155 that it being built when I make
> > AstLinux trunk?  I thought of just replacing the asterisk-gui folder within
> > "packages" but I suspect there must be more to it than that, as when I built
> > it again it still creates an asterisk-gui-1.4-r2155 directory within
> > build_i586.
> >
> > Thanks,
> > David
> >
> > On Thu, Apr 24, 2008 at 4:22 PM, Darrick Hartman (lists) <
> > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
> >
> >
> >    David,
> >
> >    Thanks for your feedback.  The way the various gui's are
> >    implemented, you could make the modifications to do all of this.
> >     For the most part, the gui I use is called vi.  In general,
> >    Astlinux is designed to be a framework that you can add or modify to
> >    make it do what you want.
> >
> >    The Asterisk-gui probably needs to be updated to a later version.
> >     You might check some of the log files to see why some of the pages
> >    are coming up as 404.  There may be a good reason that's detailed in
> >    the logs.
> >
> >    So far, Lonnie's evolving gui is not part of the Astlinux standard
> >    distribution.  Hopefully it will continue to be refined and perhaps
> >    may replace the existing gui at some point.  Lonnie's done a great
> >    job with it so far.  Most of what's there is designed to work for
> >    him.  It's also flexible enough that you can modify it as you see
> >    fit for your own use.
> >
> >    Darrick
> >    --    Darrick Hartman
> >    DJH Solutions, LLC
> >    http://www.djhsolutions.com
> >    http://www.djhsolutions.com/wiki
> >
> >
> >
> --
> Darrick Hartman
> DJH Solutions, LLC
> http://www.djhsolutions.com
> Small Business IT Specialists
> Office:  920.547.4535
>  Cell:  920.901.3113
>
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]

Reply via email to