Module: kamailio Branch: master Commit: 13b4cc672aa20ae0b8ec4aafdc7c4ab56f593149 URL: https://github.com/kamailio/kamailio/commit/13b4cc672aa20ae0b8ec4aafdc7c4ab5...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2016-11-15T14:46:26+01:00
modules: readme files regenerated - auth_identity ...
---
Modified: modules/auth_identity/README Modified: modules/xcap_client/README
---
Diff: https://github.com/kamailio/kamailio/commit/13b4cc672aa20ae0b8ec4aafdc7c4ab5... Patch: https://github.com/kamailio/kamailio/commit/13b4cc672aa20ae0b8ec4aafdc7c4ab5...
---
diff --git a/modules/auth_identity/README b/modules/auth_identity/README index d9761bd..5ffdd5d 100644 --- a/modules/auth_identity/README +++ b/modules/auth_identity/README @@ -59,6 +59,7 @@ Gergely Kovacs
7. Authorizer service examples 8. Verifier service examples + 9. Remarks
List of Examples
@@ -124,6 +125,7 @@ Chapter 1. Admin Guide
7. Authorizer service examples 8. Verifier service examples + 9. Remarks
1. Overview
@@ -535,3 +537,12 @@ route[VERIFY] } } ... + +9. Remarks + + Note: libcurl leak in CentOS 6 - this module uses libcurl library and + in case if you are using CentOS 6, be aware that standard + libcurl-7.19.7-52 has a memory leak. To fix this memory, install + libcurl from city-fan repository. More details at: + https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in + -centos6 diff --git a/modules/xcap_client/README b/modules/xcap_client/README index 3606046..0f7875f 100644 --- a/modules/xcap_client/README +++ b/modules/xcap_client/README @@ -33,6 +33,8 @@ Anca-Maria Vamanu
5.1. refreshXcapDoc
+ 6. Remarks + 2. Developer Guide
1. bind_xcap_api(xcap_api_t* api) @@ -69,6 +71,8 @@ Chapter 1. Admin Guide
5.1. refreshXcapDoc
+ 6. Remarks + 1. Overview
The modules is a XCAP client for Kamailio that can be used by other @@ -194,6 +198,15 @@ modparam("xcap_client", "query_period", 50) _empty_line_ ...
+6. Remarks + + Note: libcurl leak in CentOS 6 - this module uses libcurl library and + in case if you are using CentOS 6, be aware that standard + libcurl-7.19.7-52 has a memory leak. To fix this memory, install + libcurl from city-fan repository. More details at: + https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in + -centos6 + Chapter 2. Developer Guide
Table of Contents