Procházet zdrojové kódy

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

Kamailio Dev před 1 rokem
rodič
revize
36fc03eaa4
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      src/modules/htable/README

+ 2 - 0
src/modules/htable/README

@@ -852,6 +852,7 @@ sht_rm_value_re("ha=>.*");
      * re - match the val parameter as regular expression.
      * sw - match the val parameter as 'starts 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.
 
@@ -871,6 +872,7 @@ sht_rm_name("ha", "re", ".*");
      * re - match the val parameter as regular expression.
      * sw - match the val parameter as 'starts 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.