[asterisk-commits] twilson: trunk r291576 - in /trunk: ./ Makefile static-http/mantest.html
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 13 17:34:35 CDT 2010
Author: twilson
Date: Wed Oct 13 17:34:32 2010
New Revision: 291576
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=291576
Log:
Merged revisions 291575 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r291575 | twilson | 2010-10-13 15:24:44 -0700 (Wed, 13 Oct 2010) | 8 lines
Add a simple AMI client web page
This patch uses the XML docs to parse all of the available AMI commands
and allows you to enter the command name and be presented with a form with
the available fields. You can then rapidly tab through the fields and submit
the command and view the response. It is much faster/easier than having to
use telnet for testing purposes.
........
Added:
trunk/static-http/mantest.html
- copied unchanged from r291575, branches/1.8/static-http/mantest.html
Modified:
trunk/ (props changed)
trunk/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/Makefile?view=diff&rev=291576&r1=291575&r2=291576
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Oct 13 17:34:32 2010
@@ -449,7 +449,7 @@
rm -rf doc/api
rm -f build_tools/menuselect-deps
-datafiles: _all
+datafiles: _all doc/core-en_US.xml
CFLAGS="$(_ASTCFLAGS) $(ASTCFLAGS)" build_tools/mkpkgconfig $(DESTDIR)$(libdir)/pkgconfig;
# Should static HTTP be installed during make samples or even with its own target ala
# webvoicemail? There are portions here that *could* be customized but might also be
@@ -458,6 +458,7 @@
for x in static-http/*; do \
$(INSTALL) -m 644 $$x $(DESTDIR)$(ASTDATADIR)/static-http ; \
done
+ $(INSTALL) -m 644 doc/core-en_US.xml $(DESTDIR)$(ASTDATADIR)/static-http;
if [ -d doc/tex/asterisk ] ; then \
$(INSTALL) -d $(DESTDIR)$(ASTDATADIR)/static-http/docs ; \
for n in doc/tex/asterisk/* ; do \
More information about the asterisk-commits
mailing list