summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index 0e8c350..719f784 100644
--- a/README
+++ b/README
@@ -12,11 +12,8 @@ proxy of some kind. Why? A proxy offers:
- Ability to offer filtered input/output
- 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 stateful proxy written
-in c/pthreads. It can serve as the basis for an extensible
-application framework for communication with multiple Asterisk
-servers.
+It can serve as the basis for an extensible application framework
+for communication with multiple Asterisk servers.
Features include:
@@ -25,6 +22,7 @@ Features include:
- 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
+ - Written in c/pthreads to be fast and robust
For example, you can use Astmanproxy as a single point of contact to
communicate with multiple Asterisk servers.