From b043365e98cc47795193617ea28864257001497c Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Wed, 13 Oct 2010 22:34:32 +0000 Subject: 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. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@291576 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- static-http/mantest.html | 177 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 static-http/mantest.html (limited to 'static-http') diff --git a/static-http/mantest.html b/static-http/mantest.html new file mode 100644 index 000000000..eebac628b --- /dev/null +++ b/static-http/mantest.html @@ -0,0 +1,177 @@ + + + + + Manager Utility + + + + + + +
+
+
+ + + + +
+
+ +
+
+
+
+
+
+
+
+
+ + -- cgit v1.2.3