Module: kamailio Branch: master Commit: e2a2128c82404d9f6d067fb8ab5e2001b843394d URL: https://github.com/kamailio/kamailio/commit/e2a2128c82404d9f6d067fb8ab5e2001...
Author: Hugh Waite hugh.waite@xura.com Committer: Hugh Waite hugh.waite@xura.com Date: 2016-02-03T15:22:43Z
http_client: Add ability to load connection definitions from config file - All current modparam parameters supported - Default values given as modparmas will be used if not specified in config - TODO: Cannot load defaults from config file
---
Modified: modules/http_client/curlcon.c Modified: modules/http_client/curlcon.h Modified: modules/http_client/http_client.c
---
Diff: https://github.com/kamailio/kamailio/commit/e2a2128c82404d9f6d067fb8ab5e2001... Patch: https://github.com/kamailio/kamailio/commit/e2a2128c82404d9f6d067fb8ab5e2001...
On 03 Feb 2016, at 16:34, Hugh Waite hugh.waite@xura.com wrote:
http_client: Add ability to load connection definitions from config file
- All current modparam parameters supported
- Default values given as modparmas will be used if not specified in config
- TODO: Cannot load defaults from config file
Great!
What happens if I configure a file - do we disable the “httpcon” modparam and ignore them? If not, what happens if the connection is defined twice?
/O