Module: kamailio Branch: 5.3 Commit: c67189205cad464cb8480c9883cfaa6531062fac URL: https://github.com/kamailio/kamailio/commit/c67189205cad464cb8480c9883cfaa65...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2020-12-21T16:46:54+01:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/http_client/README Modified: src/modules/lost/README
---
Diff: https://github.com/kamailio/kamailio/commit/c67189205cad464cb8480c9883cfaa65... Patch: https://github.com/kamailio/kamailio/commit/c67189205cad464cb8480c9883cfaa65...
---
diff --git a/src/modules/http_client/README b/src/modules/http_client/README index 465f6055af..0be13f07c5 100644 --- a/src/modules/http_client/README +++ b/src/modules/http_client/README @@ -90,7 +90,7 @@ Hugh Waite
2. Developer Guide
- 1. + 1. Introduction 2. Available Functions
2.1. int http_connect(msg, connection, url, result, @@ -855,7 +855,7 @@ Chapter 2. Developer Guide
Table of Contents
- 1. + 1. Introduction 2. Available Functions
2.1. int http_connect(msg, connection, url, result, content_type, @@ -865,6 +865,8 @@ Chapter 2. Developer Guide 2.3. int http_query(msg, url, dest, post) 2.4. http_get_content_type(str connection)
+1. Introduction + This module provides a set of API functions that other modules can use in order to integrate with HTTP services.
diff --git a/src/modules/lost/README b/src/modules/lost/README index 357c41d388..ae24ac2676 100644 --- a/src/modules/lost/README +++ b/src/modules/lost/README @@ -156,7 +156,7 @@ $var(err)"); xlog("L_INFO", "HELD locationRequest: Result code $var(res)\nUrl: $var(url)\n$va r(pidf)"); ... -$var(res) = lost_held_query("heldsrv", "$var(pidf)", "$var(url)"", "$var(err)"); +$var(res) = lost_held_query("heldsrv", "$var(pidf)", "$var(url)", "$var(err)"); xlog("L_INFO", "HELD locationRequest: Result code $var(res)\nUrl: $var(url)\n$va r(pidf)\n"); ...