diff options
author | David Troy <dave@popvox.com> | 2006-07-01 14:35:24 +0000 |
---|---|---|
committer | David Troy <dave@popvox.com> | 2006-07-01 14:35:24 +0000 |
commit | 93b85dce24569a48379a95dd330ed6cb0c770b10 (patch) | |
tree | 9becfa444e0cc998e13078b3d6e7a76761646803 /README | |
parent | 933875c14b2c937bcec409231e3467ecc602032b (diff) | |
download | astmanproxy-93b85dce24569a48379a95dd330ed6cb0c770b10.tar.gz astmanproxy-93b85dce24569a48379a95dd330ed6cb0c770b10.tar.xz astmanproxy-93b85dce24569a48379a95dd330ed6cb0c770b10.zip |
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/trunk@127 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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. |