summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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