Module: kamailio
Branch: master
Commit: 737e21fe03130476aea617449f8dc8f4e428d866
URL:
https://github.com/kamailio/kamailio/commit/737e21fe03130476aea617449f8dc8f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-08-08T16:35:52+02:00
htable: docs updated with sth_has_name() and sht_has_str_value()
---
Modified: src/modules/htable/doc/htable_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/737e21fe03130476aea617449f8dc8f…
Patch:
https://github.com/kamailio/kamailio/commit/737e21fe03130476aea617449f8dc8f…
---
diff --git a/src/modules/htable/doc/htable_admin.xml
b/src/modules/htable/doc/htable_admin.xml
index 2d0d7a1f58..154f1f0c5a 100644
--- a/src/modules/htable/doc/htable_admin.xml
+++ b/src/modules/htable/doc/htable_admin.xml
@@ -1132,6 +1132,14 @@ if(sht_match_name("ha", "eq",
"alice")) {
</programlisting>
</example>
</section>
+ <section id="htable.f.sht_has_name">
+ <title>
+ <function moreinfo="none">sht_has_name(htable, op,
mval)</function>
+ </title>
+ <para>
+ Alias for sht_match_name().
+ </para>
+ </section>
<section id="htable.f.sht_match_str_value">
<title>
<function moreinfo="none">sht_match_str_value(htable, op,
mval)</function>
@@ -1186,6 +1194,14 @@ if(sht_match_str_value("ha", "eq",
"alice")) {
</programlisting>
</example>
</section>
+ <section id="htable.f.sht_has_str_value">
+ <title>
+ <function moreinfo="none">sht_has_str_value(htable, op,
mval)</function>
+ </title>
+ <para>
+ Alias for sht_match_str_value().
+ </para>
+ </section>
</section>
<section>
<title>Exported pseudo-variables</title>