HTTP media cache
This configuration documentation is for functionality provided by res_http_media_cache
.
http_media_cache.conf
general
General configuration
Configuration Option Reference
Option Name |
Type |
Default Value |
Regular Expression |
Description |
---|---|---|---|---|
|
|
|
|
The maximum time the transfer is allowed to complete in seconds. See https://curl.se/libcurl/c/CURLOPT_TIMEOUT.htmlfor details. |
|
|
|
|
The HTTP User-Agent to use for requests. See https://curl.se/libcurl/c/CURLOPT_USERAGENT.htmlfor details. |
|
|
|
|
Follow HTTP 3xx redirects on requests. See https://curl.se/libcurl/c/CURLOPT_FOLLOWLOCATION.htmlfor details. |
|
|
|
|
The maximum number of redirects to follow. See https://curl.se/libcurl/c/CURLOPT_MAXREDIRS.htmlfor details. |
|
|
|
|
The proxy to use for requests. See https://curl.se/libcurl/c/CURLOPT_PROXY.htmlfor details. |
|
|
|
|
The comma separated list of allowed protocols for the request. Available with cURL 7.85.0 or later. See https://curl.se/libcurl/c/CURLOPT_PROTOCOLS_STR.htmlfor details. |
|
|
|
|
The comma separated list of allowed protocols for redirects. Available with cURL 7.85.0 or later. See https://curl.se/libcurl/c/CURLOPT_REDIR_PROTOCOLS_STR.htmlfor details. |
|
|
|
|
The life-time for DNS cache entries. See https://curl.se/libcurl/c/CURLOPT_DNS_CACHE_TIMEOUT.htmlfor details. |
Import Version
This documentation was imported from Asterisk Version GIT-20-8f088aa