From 273e500c262b84c8cd9a2249ba8955e6f3ff8c74 Mon Sep 17 00:00:00 2001 From: David Troy Date: Sun, 2 Apr 2006 17:32:12 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@59 f02b47b9-160a-0410-81a6-dc3441afb0ec --- src/include/astmanproxy.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/include') diff --git a/src/include/astmanproxy.h b/src/include/astmanproxy.h index fdd783d..6c4ef0b 100644 --- a/src/include/astmanproxy.h +++ b/src/include/astmanproxy.h @@ -63,16 +63,17 @@ struct proxyconfig { char outputformat[80]; int autofilter; char key[80]; - char proc_user[30]; - char proc_group[30]; - char logfile[80]; + char proc_user[40]; + char proc_group[40]; + char logfile[256]; int retryinterval; int maxretries; int asteriskwritetimeout; /* ms to wait when writing to asteriskfor ast_carefulwrite */ int clientwritetimeout; /* ms to wait when writing to client ast_carefulwrite */ int sslclhellotimeout; /* ssl client hello timeout -- how long to wait before assuming not ssl */ - int acceptencryptedconnection; /* accept encrypted connections? */ + int acceptencryptedconnection; /* accept encrypted connections? */ int acceptunencryptedconnection; /* accept unencrypted connections? */ + char certfile[256]; /* our SERVER-side SSL certificate file */ }; struct iohandler { -- cgit