mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-16 18:06:31 +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
This commit is contained in:
committed by
Joshua Colp
parent
030b7b9009
commit
8f088aa0f7
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