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