summaryrefslogtreecommitdiffstats
path: root/src/include/astmanproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/astmanproxy.h')
-rw-r--r--src/include/astmanproxy.h9
1 files changed, 5 insertions, 4 deletions
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 {