From b927204db9c8163edbfc17f8e9ceee7f8052c08d Mon Sep 17 00:00:00 2001 From: David Troy Date: Tue, 4 Apr 2006 22:43:25 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@84 f02b47b9-160a-0410-81a6-dc3441afb0ec --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README') 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 -- cgit