summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--samples/httpast.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/samples/httpast.html b/samples/httpast.html
new file mode 100644
index 0000000..bfd97fa
--- /dev/null
+++ b/samples/httpast.html
@@ -0,0 +1,13 @@
+<HTML>
+<h3>Sample Astmanproxy HTTP Input</h3>
+Use form name/value pairs with GET or POST method to astmanproxy's<br>
+HTTP input handler and XML output handler to get an instant<br>
+Web interface to Asterisk!
+<p>
+<FORM ACTION="http://localhost:1234" METHOD=POST>
+Server: <input type=text name=Server value="127.0.0.1"><br>
+Action: <input name="Action" type="text" value="Ping"><br>
+ActionID: <input name="ActionID" type="text" value="Foo"><br>
+<input type=submit><br>
+</FORM>
+</HTML>