summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-01 16:18:39 +0000
committerDavid Troy <dave@popvox.com>2006-04-01 16:18:39 +0000
commit872138e17dcdb2b96eaef701b807144c85c9f534 (patch)
tree8c195424fd0f8fa6fd787644e9959243a065ab36 /samples
parent7c49108130d3a186e505f7ddf0466991ba9fa089 (diff)
downloadastmanproxy-872138e17dcdb2b96eaef701b807144c85c9f534.tar.gz
astmanproxy-872138e17dcdb2b96eaef701b807144c85c9f534.tar.xz
astmanproxy-872138e17dcdb2b96eaef701b807144c85c9f534.zip
Populating trunk
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/trunk@28 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'samples')
-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>