Module: kamailio
Branch: master
Commit: 3d0898a713e956568551186391fbe1c9e7eb8ac6
URL: https://github.com/kamailio/kamailio/commit/3d0898a713e956568551186391fbe1c…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2016-03-28T19:49:50+02:00
http_client Adding default value of authmetod to README
---
Modified: modules/http_client/README
Modified: modules/http_client/doc/http_client_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/3d0898a713e956568551186391fbe1c…
Patch: https://github.com/kamailio/kamailio/commit/3d0898a713e956568551186391fbe1c…
---
diff --git a/modules/http_client/README b/modules/http_client/README
index dd34360..2387c25 100644
--- a/modules/http_client/README
+++ b/modules/http_client/README
@@ -416,6 +416,8 @@ modparam("http_client", "tlsversion", 6)
* 8 - NTLM authentication
* 16 - HTTP Digest with IE flavour
+ Default value is 3 - BASIC and Digest authentication.
+
This is also configurable per connection in the http_client
configuration file.
diff --git a/modules/http_client/doc/http_client_admin.xml b/modules/http_client/doc/http_client_admin.xml
index 30b4b9e..6e32845 100644
--- a/modules/http_client/doc/http_client_admin.xml
+++ b/modules/http_client/doc/http_client_admin.xml
@@ -384,6 +384,7 @@ modparam("http_client", "tlsversion", 6)
<listitem><para>8 - NTLM authentication</para></listitem>
<listitem><para>16 - HTTP Digest with IE flavour</para></listitem>
</itemizedlist>
+ Default value is 3 - BASIC and Digest authentication.
</para>
<para>
This is also configurable per connection in the http_client configuration file.
Module: kamailio
Branch: master
Commit: d04b126571c430c67826a21977ed9c9fdeb08dca
URL: https://github.com/kamailio/kamailio/commit/d04b126571c430c67826a21977ed9c9…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2016-03-28T12:12:20+02:00
http_client Add a note to TODO list
---
Modified: modules/http_client/TODO.txt
---
Diff: https://github.com/kamailio/kamailio/commit/d04b126571c430c67826a21977ed9c9…
Patch: https://github.com/kamailio/kamailio/commit/d04b126571c430c67826a21977ed9c9…
---
diff --git a/modules/http_client/TODO.txt b/modules/http_client/TODO.txt
index bb66e9c..a4fddc7 100644
--- a/modules/http_client/TODO.txt
+++ b/modules/http_client/TODO.txt
@@ -59,3 +59,6 @@ The http_client module - todo
- API for other modules - done by Hugh Waite
- Needs documentation
+
+- Look into graceful failure when we can't resolve host. Right now we return -1 and fail
+ without returning a failure code.