... | ... |
@@ -157,8 +157,8 @@ Ovidiu Sas |
157 | 157 |
1.43. has_body usage |
158 | 158 |
1.44. is_audio_on_hold usage |
159 | 159 |
1.45. is_privacy usage |
160 |
- 1.46. in_list() usage |
|
161 |
- 1.47. in_list() usage |
|
160 |
+ 1.46. in_list usage |
|
161 |
+ 1.47. in_list_prefix usage |
|
162 | 162 |
1.48. cmp_str usage |
163 | 163 |
1.49. cmp_str usage |
164 | 164 |
1.50. starts_with usage |
... | ... |
@@ -1239,7 +1239,7 @@ if(is_privacy("id")) |
1239 | 1239 |
|
1240 | 1240 |
Function can be used from all kinds of routes. |
1241 | 1241 |
|
1242 |
- Example 1.46. in_list() usage |
|
1242 |
+ Example 1.46. in_list usage |
|
1243 | 1243 |
... |
1244 | 1244 |
$var(subject) = "fi"; |
1245 | 1245 |
$var(list) = "dk,fi,no,se"; |
... | ... |
@@ -1257,7 +1257,7 @@ if (in_list("$var(subject)", "$var(list)", ",")) { |
1257 | 1257 |
|
1258 | 1258 |
Function can be used from all kinds of routes. |
1259 | 1259 |
|
1260 |
- Example 1.47. in_list() usage |
|
1260 |
+ Example 1.47. in_list_prefix usage |
|
1261 | 1261 |
... |
1262 | 1262 |
$var(subject) = "final"; |
1263 | 1263 |
$var(list) = "dk,fi,no,se"; |
... | ... |
@@ -250,7 +250,7 @@ Chapter 1. Admin Guide |
250 | 250 |
The most important parameters to set the path to the public certificate |
251 | 251 |
and private key files. You can either have them in different file or in |
252 | 252 |
the same file in PEM format. The parameters for them are certificate |
253 |
- and private_key. They can be given as modparam or or provided in the |
|
253 |
+ and private_key. They can be given as modparam or provided in the |
|
254 | 254 |
profiles of tls.cfg file. |
255 | 255 |
|
256 | 256 |
When installing tls module of kamailio, a sample 'tls.cfg' file is |