|
@@ -964,6 +964,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
|
|
|
|
|
|
## htable ##
|
|
## htable ##
|
|
|
|
|
|
|
|
+#### KSR.htable.sht_dec() ####
|
|
|
|
+
|
|
|
|
+<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_dec'> `int sht_dec(str "htname", str "itname")` </a>
|
|
|
|
+
|
|
#### KSR.htable.sht_get() ####
|
|
#### KSR.htable.sht_get() ####
|
|
|
|
|
|
<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_get'> `xval sht_get(str "htname", str "itname")` </a>
|
|
<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_get'> `xval sht_get(str "htname", str "itname")` </a>
|
|
@@ -976,6 +980,14 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
|
|
|
|
|
|
<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_getw'> `xval sht_getw(str "htname", str "itname")` </a>
|
|
<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_getw'> `xval sht_getw(str "htname", str "itname")` </a>
|
|
|
|
|
|
|
|
+#### KSR.htable.sht_inc() ####
|
|
|
|
+
|
|
|
|
+<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_inc'> `int sht_inc(str "htname", str "itname")` </a>
|
|
|
|
+
|
|
|
|
+#### KSR.htable.sht_is_null() ####
|
|
|
|
+
|
|
|
|
+<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_is_null'> `int sht_is_null(str "htname", str "itname")` </a>
|
|
|
|
+
|
|
#### KSR.htable.sht_iterator_end() ####
|
|
#### KSR.htable.sht_iterator_end() ####
|
|
|
|
|
|
<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_iterator_end'> `int sht_iterator_end(str "iname")` </a>
|
|
<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_iterator_end'> `int sht_iterator_end(str "iname")` </a>
|