mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
res_http_media_cache: Introduce options and customize
Make the existing CURL parameters configurable and allow
to specify the usable protocols, proxy and DNS timeout.
ASTERISK-30340
Change-Id: I2eb02ef44190e026716720419bcbdbcc8125777b
(cherry picked from commit 8f088aa0f7
)
This commit is contained in:
committed by
Asterisk Development Team
parent
b17177c419
commit
723c9093ad
12
doc/CHANGES-staging/res_http_media_cache.txt
Normal file
12
doc/CHANGES-staging/res_http_media_cache.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Subject: res_http_media_cache
|
||||
|
||||
The res_http_media_cache module now attempts to load
|
||||
configuration from the res_http_media_cache.conf file.
|
||||
The following options were added:
|
||||
* timeout_secs
|
||||
* user_agent
|
||||
* follow_location
|
||||
* max_redirects
|
||||
* protocols
|
||||
* redirect_protocols
|
||||
* dns_cache_timeout_secs
|
Reference in New Issue
Block a user