Module: kamailio
Branch: master
Commit: 36fc03eaa49ba8ff02acd451699185ac18d8618e
URL:
https://github.com/kamailio/kamailio/commit/36fc03eaa49ba8ff02acd451699185a…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2024-04-25T14:16:08+02:00
modules: readme files regenerated - htable ... [skip ci]
---
Modified: src/modules/htable/README
---
Diff:
https://github.com/kamailio/kamailio/commit/36fc03eaa49ba8ff02acd451699185a…
Patch:
https://github.com/kamailio/kamailio/commit/36fc03eaa49ba8ff02acd451699185a…
---
diff --git a/src/modules/htable/README b/src/modules/htable/README
index 75f47f5f445..00b6a209c81 100644
--- a/src/modules/htable/README
+++ b/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.