From 87b698f7deca1794019f98167ba49d3e4737ba71 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Fri, 24 Jun 2022 16:01:17 +0200 Subject: [PATCH] modules: readme files regenerated - textops ... [skip ci] --- src/modules/textops/README | 8 ++++---- src/modules/tls/README | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/textops/README b/src/modules/textops/README index fabc8e33718..c187c4c8db3 100644 --- a/src/modules/textops/README +++ b/src/modules/textops/README @@ -157,8 +157,8 @@ Ovidiu Sas 1.43. has_body usage 1.44. is_audio_on_hold usage 1.45. is_privacy usage - 1.46. in_list() usage - 1.47. in_list() usage + 1.46. in_list usage + 1.47. in_list_prefix usage 1.48. cmp_str usage 1.49. cmp_str usage 1.50. starts_with usage @@ -1239,7 +1239,7 @@ if(is_privacy("id")) Function can be used from all kinds of routes. - Example 1.46. in_list() usage + Example 1.46. in_list usage ... $var(subject) = "fi"; $var(list) = "dk,fi,no,se"; @@ -1257,7 +1257,7 @@ if (in_list("$var(subject)", "$var(list)", ",")) { Function can be used from all kinds of routes. - Example 1.47. in_list() usage + Example 1.47. in_list_prefix usage ... $var(subject) = "final"; $var(list) = "dk,fi,no,se"; diff --git a/src/modules/tls/README b/src/modules/tls/README index 94c8cfc069e..c9bed56ec52 100644 --- a/src/modules/tls/README +++ b/src/modules/tls/README @@ -250,7 +250,7 @@ Chapter 1. Admin Guide The most important parameters to set the path to the public certificate and private key files. You can either have them in different file or in the same file in PEM format. The parameters for them are certificate - and private_key. They can be given as modparam or or provided in the + and private_key. They can be given as modparam or provided in the profiles of tls.cfg file. When installing tls module of kamailio, a sample 'tls.cfg' file is