#include <amiws.h>
Public Attributes | |
struct amiws_conn * | head |
struct amiws_conn * | tail |
int | size |
int | log_facility |
int | log_level |
int | ws_port |
char * | web_root |
char * | auth_domain |
char * | auth_file |
int | parse_fail:1 |
int | syntax_error:1 |
Root configuration structure. Linked list of AMI connections.
char* amiws_config::auth_domain |
Auth domain for WWW Digest Auth.
char* amiws_config::auth_file |
Auth file for WWW Digest Auth. Use htdigest to generate.
struct amiws_conn* amiws_config::head |
AMI connection head of list.
int amiws_config::log_facility |
Log facility for syslog.
int amiws_config::log_level |
Log level for syslog.
int amiws_config::size |
Number of connections.
struct amiws_conn* amiws_config::tail |
AMI connection tail of list.
char* amiws_config::web_root |
Path to static HTML document.
int amiws_config::ws_port |
HTTP and WebSocket port to listen.