Asterisk - The Open Source Telephony Project GIT-master-1f1c5bb
Data Fields
conf_general_options Struct Reference

General configuration options for http media cache. More...

Collaboration diagram for conf_general_options:
Collaboration graph
[legend]

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
 

Detailed Description

General configuration options for http media cache.

Definition at line 91 of file res_http_media_cache.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 109 of file res_http_media_cache.c.

◆ __field_mgr_pool

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.

◆ curl_dns_cache_timeout

int curl_dns_cache_timeout

Life-time of CURL DNS cache entries.

Definition at line 102 of file res_http_media_cache.c.

◆ curl_followlocation

int curl_followlocation

Follow 3xx redirects automatically.

Definition at line 96 of file res_http_media_cache.c.

◆ curl_maxredirs

int curl_maxredirs

Number of redirects to follow for one request.

Definition at line 99 of file res_http_media_cache.c.

◆ curl_protocols

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().

◆ curl_proxy

const ast_string_field curl_proxy

Definition at line 109 of file res_http_media_cache.c.

◆ curl_redir_protocols

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().

◆ curl_timeout

int curl_timeout

Request timeout to use.

Definition at line 93 of file res_http_media_cache.c.

◆ curl_useragent

const ast_string_field curl_useragent

Definition at line 109 of file res_http_media_cache.c.


The documentation for this struct was generated from the following file: