summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-04 22:43:25 +0000
committerDavid Troy <dave@popvox.com>2006-04-04 22:43:25 +0000
commitb927204db9c8163edbfc17f8e9ceee7f8052c08d (patch)
tree5fdcea7b9bf374a02518282b0380dec1df0c15ba
parent08a84749d9c92829d580c508f3b0256f7b188321 (diff)
downloadastmanproxy-b927204db9c8163edbfc17f8e9ceee7f8052c08d.tar.gz
astmanproxy-b927204db9c8163edbfc17f8e9ceee7f8052c08d.tar.xz
astmanproxy-b927204db9c8163edbfc17f8e9ceee7f8052c08d.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@84 f02b47b9-160a-0410-81a6-dc3441afb0ec
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index eab3ac1..8c5578e 100644
--- a/README
+++ b/README
@@ -13,14 +13,15 @@ proxy of some kind. Why? A proxy offers:
- Less connections and networking load for asterisk
This proxy began as the the perl/select based "simpleproxy.pl" and
-has since evolved into a full multithreaded quasi-stateful proxy
-based in c/pthreads. It is now capable of serving as the basis for
-an extensible application framework for multiple Asterisk servers.
+has since evolved into a full multithreaded stateful proxy written
+in c/pthreads. It can serve as the basis for an extensible
+application framework for communication with multiple Asterisk
+servers.
Features include:
- Multiple Input/Output formats: HTTP, XML, CSV, and Standard
- - SSL Support (including HTTPS)
+ - SSL Support for clients & servers (including HTTPS clients)
- API for addition of new, modular I/O formats
- Ability to support communication with multiple Asterisk Servers
- I/O Formats selectable on a per-client basis