Skip to content

Commit

Permalink
README files regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed Jan 25, 2016
1 parent 0042b94 commit eaef57e
Show file tree
Hide file tree
Showing 12 changed files with 185 additions and 395 deletions.
6 changes: 3 additions & 3 deletions modules/cachedb_redis/README
Expand Up @@ -8,7 +8,7 @@ Edited by

Vladut-Stefan Paiu

Copyright 2011 www.opensips-solutions.com
Copyright © 2011 www.opensips-solutions.com
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -115,7 +115,7 @@ cache_remove("redis:cluster1","key");

This parameter specifies how many milliseconds OpenSIPS should
wait for connecting to a Redis node.
Default value is "5000 ms".
Default value is 5000 ms.

Example 1.3. Set connect_timeout parameter
...
Expand All @@ -127,7 +127,7 @@ modparam("cachedb_redis", "connect_timeout",1000)

This parameter specifies how many milliseconds OpenSIPS should
wait for a query response from a Redis node.
Default value is "5000 ms".
Default value is 5000 ms.

Example 1.4. Set connect_timeout parameter
...
Expand Down
10 changes: 6 additions & 4 deletions modules/db_text/README
Expand Up @@ -213,10 +213,12 @@ _empty_line_
1.5.2. dbt_reload

Causes db_text module to reload cached tables from disk.
Depending on parameters it could be a whole cache or a specified
database or a single table.
If any table cannot be reloaded from disk - the old version
preserved and error reported.
Depending on parameters it could be a whole cache or a
specified database or a single table. If any table cannot be
reloaded from disk - the old version preserved and error
reported.

Name: dbt_reload.

Parameters:
* db_name (optional) - database name to reload.
Expand Down
14 changes: 7 additions & 7 deletions modules/dialplan/README
Expand Up @@ -143,9 +143,9 @@ Chapter 1. Admin Guide
Recognize a number block in all forms (international, national)
and convert it to a canonical format (e.164)
* match_op = 1 (regexp)
* match_exp = "^(0040|\+40|0|40)21[0-9]+" ; regular expression
that will be used to match with this rule (if the rule
should be applied for the input string)
* match_exp = "^(0040|\+40|0|40)21[0-9]+" ; regular
expression that will be used to match with this rule (if
the rule should be applied for the input string)
* match_flags = 0 (0 - case sensitive, 1 - case insensitive
matching)
* subst_exp = "^(0040|\+40|0|40)(.+)" ; regular expression
Expand All @@ -161,8 +161,8 @@ Chapter 1. Admin Guide
convert it to a single fix value
* match_op = 1 (regexp)
* match_exp = "^((Germany)|(Germania)|(Deutschland)|(DE))" ;
regular expression that will be used to match with this rule
(if the rule should be applied for the input string)
regular expression that will be used to match with this
rule (if the rule should be applied for the input string)
* match_flags = 0 (0 - case sensitive, 1 - case insensitive
matching)
* subst_exp = NULL ; when translation is actually a
Expand All @@ -176,8 +176,8 @@ Chapter 1. Admin Guide
Recognize a block of numbers as belong to a single service and
signalize this via an attribute.
* match_op = 1 (regexp)
* match_exp = "^021456[0-9]{5}" ; regular expression that will
be used to match with this rule (if the rule should be
* match_exp = "^021456[0-9]{5}" ; regular expression that
will be used to match with this rule (if the rule should be
applied for the input string)
* match_flags = 0 (0 - case sensitive, 1 - case insensitive
matching)
Expand Down

0 comments on commit eaef57e

Please sign in to comment.