2
0
Эх сурвалжийг харах

modules: readme files regenerated - htable ... [skip ci]

Kamailio Dev 1 жил өмнө
parent
commit
36fc03eaa4

+ 2 - 0
src/modules/htable/README

@@ -852,6 +852,7 @@ sht_rm_value_re("ha=>.*");
      * re - match the val parameter as regular expression.
      * re - match the val parameter as regular expression.
      * sw - match the val parameter as 'starts with'.
      * sw - match the val parameter as 'starts with'.
      * ew - match the val parameter as 'ends with'.
      * ew - match the val parameter as 'ends with'.
+     * in - match the val parameter as 'includes'.
 
 
    All parameters can be static strings or contain variables.
    All parameters can be static strings or contain variables.
 
 
@@ -871,6 +872,7 @@ sht_rm_name("ha", "re", ".*");
      * re - match the val parameter as regular expression.
      * re - match the val parameter as regular expression.
      * sw - match the val parameter as 'starts with'.
      * sw - match the val parameter as 'starts with'.
      * ew - match the val parameter as 'ends with'.
      * ew - match the val parameter as 'ends with'.
+     * in - match the val parameter as 'includes'.
 
 
    All parameters can be static strings or contain variables.
    All parameters can be static strings or contain variables.