... | ... |
@@ -1711,7 +1711,7 @@ if(is_privacy("id")) |
1711 | 1711 |
Function can be used from all kinds of routes. |
1712 | 1712 |
</para> |
1713 | 1713 |
<example> |
1714 |
- <title><function>in_list()</function> usage</title> |
|
1714 |
+ <title><function>in_list</function> usage</title> |
|
1715 | 1715 |
<programlisting format="linespecific"> |
1716 | 1716 |
... |
1717 | 1717 |
$var(subject) = "fi"; |
... | ... |
@@ -1735,7 +1735,7 @@ if (in_list("$var(subject)", "$var(list)", ",")) { |
1735 | 1735 |
Function can be used from all kinds of routes. |
1736 | 1736 |
</para> |
1737 | 1737 |
<example> |
1738 |
- <title><function>in_list()</function> usage</title> |
|
1738 |
+ <title><function>in_list_prefix</function> usage</title> |
|
1739 | 1739 |
<programlisting format="linespecific"> |
1740 | 1740 |
... |
1741 | 1741 |
$var(subject) = "final"; |
... | ... |
@@ -84,7 +84,7 @@ |
84 | 84 |
The most important parameters to set the path to the public certificate and private key |
85 | 85 |
files. You can either have them in different file or in the same file in PEM format. |
86 | 86 |
The parameters for them are <varname>certificate</varname> and <varname>private_key</varname>. |
87 |
- They can be given as modparam or or provided in the profiles of tls.cfg file. |
|
87 |
+ They can be given as modparam or provided in the profiles of tls.cfg file. |
|
88 | 88 |
</para> |
89 | 89 |
<para> |
90 | 90 |
When installing tls module of kamailio, a sample 'tls.cfg' file is deployed in the same |