Skip to content

Commit 16b63fd

Browse files
committed
README files regenerated
1 parent 9b42ff6 commit 16b63fd

File tree

9 files changed

+27
-28
lines changed

9 files changed

+27
-28
lines changed

modules/cachedb_redis/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Edited by
88

99
Vladut-Stefan Paiu
1010

11-
Copyright 2011 www.opensips-solutions.com
11+
Copyright © 2011 www.opensips-solutions.com
1212
__________________________________________________________
1313

1414
Table of Contents
@@ -115,7 +115,7 @@ cache_remove("redis:cluster1","key");
115115

116116
This parameter specifies how many milliseconds OpenSIPS should
117117
wait for connecting to a Redis node.
118-
Default value is "5000 ms".
118+
Default value is 5000 ms.
119119

120120
Example 1.3. Set connect_timeout parameter
121121
...
@@ -127,7 +127,7 @@ modparam("cachedb_redis", "connect_timeout",1000)
127127

128128
This parameter specifies how many milliseconds OpenSIPS should
129129
wait for a query response from a Redis node.
130-
Default value is "5000 ms".
130+
Default value is 5000 ms.
131131

132132
Example 1.4. Set connect_timeout parameter
133133
...

modules/dialog/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,8 +1346,8 @@ $var(account) = $dlg_val(account_type);
13461346

13471347
1.9.1. dlg_list
13481348

1349-
Lists the description of the dialogs (calls). If no parameter is
1350-
given, all dialogs will be listed. If a dialog identifier is
1349+
Lists the description of the dialogs (calls). If no parameter
1350+
is given, all dialogs will be listed. If a dialog identifier is
13511351
passed as parameter (callid and fromtag), only that dialog will
13521352
be listed. If a index and conter parameter is passed, it will
13531353
list only a number of "counter" dialogs starting with index (as

modules/dialplan/README

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ Chapter 1. Admin Guide
142142
Recognize a number block in all forms (international, national)
143143
and convert it to a canonical format (e.164)
144144
* match_op = 1 (regexp)
145-
* match_exp = "^(0040|\+40|0|40)21[0-9]+" ; regular expression
146-
that will be used to match with this rule (if the rule
147-
should be applied for the input string)
145+
* match_exp = "^(0040|\+40|0|40)21[0-9]+" ; regular
146+
expression that will be used to match with this rule (if
147+
the rule should be applied for the input string)
148148
* match_flags = 0 (0 - case sensitive, 1 - case insensitive
149149
matching)
150150
* subst_exp = "^(0040|\+40|0|40)(.+)" ; regular expression
@@ -160,8 +160,8 @@ Chapter 1. Admin Guide
160160
convert it to a single fix value
161161
* match_op = 1 (regexp)
162162
* match_exp = "^((Germany)|(Germania)|(Deutschland)|(DE))" ;
163-
regular expression that will be used to match with this rule
164-
(if the rule should be applied for the input string)
163+
regular expression that will be used to match with this
164+
rule (if the rule should be applied for the input string)
165165
* match_flags = 0 (0 - case sensitive, 1 - case insensitive
166166
matching)
167167
* subst_exp = NULL ; when translation is actually a
@@ -175,8 +175,8 @@ Chapter 1. Admin Guide
175175
Recognize a block of numbers as belong to a single service and
176176
signalize this via an attribute.
177177
* match_op = 1 (regexp)
178-
* match_exp = "^021456[0-9]{5}" ; regular expression that will
179-
be used to match with this rule (if the rule should be
178+
* match_exp = "^021456[0-9]{5}" ; regular expression that
179+
will be used to match with this rule (if the rule should be
180180
applied for the input string)
181181
* match_flags = 0 (0 - case sensitive, 1 - case insensitive
182182
matching)

modules/msilo/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ m_store("$tu");
519519
Meaning of the parameters is as follows:
520520
* owner - is a string that must contain a SIP URI whose inbox
521521
will be dumped. It can have any pseudo variable. If "owner"
522-
is missing, the SIP address is taken from To URI.
523-
* maxmsg - is a maximum number of messages to be dumped.
522+
is missing, the SIP address is taken from To URI. maxmsg -
523+
is a maximum number of messages to be dumped.
524524

525525
This function can be used from REQUEST_ROUTE.
526526

modules/osp/README

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,7 @@ modparam("osp","service_type",0)
210210
included.
211211

212212
Example 1.3. Setting the OSP servers
213-
modparam("osp","sp1_uri","http://osptestserver.transnexus.com:5045/osp"
214-
)
213+
modparam("osp","sp1_uri","http://osptestserver.transnexus.com:5045/osp")
215214
modparam("osp","sp2_uri","https://[1.2.3.4]:1443/osp")
216215

217216
1.3.4. sp1_weight, sp2_weight, ..., sp16_weight
@@ -299,8 +298,8 @@ modparam("osp","token_format",2)
299298
If the default CFG_DIR value was used at compile time, the
300299
files will be loaded from:
301300
modparam("osp","private_key","/usr/local/etc/opensips/pkey.pem")
302-
modparam("osp","local_certificate","/usr/local/etc/opensips/localcert.p
303-
em")
301+
modparam("osp","local_certificate","/usr/local/etc/opensips/localcert.pe
302+
m")
304303
modparam("osp","ca_certificates","/usr/local/etc/opensips/cacert.pem")
305304

306305
1.3.9. enable_crypto_hardware_support

modules/sipmsgops/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ remove_hf("^X-g.+[0-9]", "r");
397397
attached. The checked includes also the “Content-Lenght” header
398398
presence and value.
399399

400-
If a parameter is given, the mime described will be also checked
401-
against the “Content-Type” header.
400+
If a parameter is given, the mime described will be also
401+
checked against the “Content-Type” header.
402402

403403
If the SIP message has a multipart body and mime is not a
404404
multipart type , it will search through all the parts for the

modules/tm/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,8 @@ if ( is_method("CANCEL") ) {
786786

787787
1.4.7. t_check_status(re)
788788

789-
Returns true if the regualr expression “re” match the reply code
790-
of the response message as follows:
789+
Returns true if the regualr expression “re” match the reply
790+
code of the response message as follows:
791791
* in routing block - the code of the last sent reply.
792792
* in on_reply block - the code of the current received reply.
793793
* in on_failure block - the code of the selected negative

modules/uac_redirect/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,10 @@ get_redirects("*");
307307

308308
Example 1.9. get_redirects usage
309309
...
310-
get_redirects("4:1","300"); # Record 300, using the default reason stri
311-
ng for a 300
312-
get_redirects("4:1","302 Redirected"); # Record as 302, with custom "Re
313-
directed" reason string
310+
get_redirects("4:1","300"); # Record 300, using the default reason strin
311+
g for a 300
312+
get_redirects("4:1","302 Redirected"); # Record as 302, with custom "Red
313+
irected" reason string
314314
...
315315

316316
1.6. Script Example

modules/usrloc/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ modparam("usrloc", "timer_interval", 120)
479479

480480
Example 1.21. Set db_url parameter
481481
...
482-
modparam("usrloc", "db_url", "dbdriver://username:password@dbhost/dbnam
483-
e")
482+
modparam("usrloc", "db_url", "dbdriver://username:password@dbhost/dbname
483+
")
484484
...
485485

486486
1.3.22. db_mode (integer)

0 commit comments

Comments
 (0)