Asterisk - The Open Source Telephony Project
21.4.1
|
General configuration options for http media cache. More...
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
Allowed protocols to use on redirect. All by default. | |
struct ast_string_field_pool * | __field_mgr_pool |
int | curl_dns_cache_timeout |
Life-time of CURL DNS cache entries. | |
int | curl_followlocation |
Follow 3xx redirects automatically. | |
int | curl_maxredirs |
Number of redirects to follow for one request. | |
const ast_string_field | curl_protocols |
Proxy to use for requests. None by default. | |
const ast_string_field | curl_proxy |
User-agent to use for requests. | |
const ast_string_field | curl_redir_protocols |
Allowed protocols to use for requests. All by default. | |
int | curl_timeout |
Request timeout to use. | |
const ast_string_field | curl_useragent |
General configuration options for http media cache.
Definition at line 91 of file res_http_media_cache.c.