|
@@ -964,10 +964,16 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
|
|
|
|
|
|
## htable ##
|
|
|
|
|
|
+Functions exported by `htable` module.
|
|
|
+
|
|
|
#### 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>
|
|
|
|
|
|
+Do atomic decrement to the item value. It returns the new value or `-255`
|
|
|
+if the hash table does not exist, or the item does not exist or the item value
|
|
|
+is not integer.
|
|
|
+
|
|
|
#### 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>
|
|
@@ -984,6 +990,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
|
|
|
|
|
|
<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_inc'> `int sht_inc(str "htname", str "itname")` </a>
|
|
|
|
|
|
+Do atomic increment to the item value. It returns the new value or `-255`
|
|
|
+if the hash table does not exist, or the item does not exist or the item value
|
|
|
+is not integer.
|
|
|
+
|
|
|
#### 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>
|
|
@@ -1224,6 +1234,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
|
|
|
|
|
|
## kx ##
|
|
|
|
|
|
+Functions exported by `kemix` module. They aim to provide a convenient way to
|
|
|
+retrieve string or integer values for most commonly used variables or runtime
|
|
|
+environment attributes.
|
|
|
+
|
|
|
#### KSR.kx.get_au() ####
|
|
|
|
|
|
<a target='_blank' href='/docs/modules/devel/modules/kx.html#kx.f.get_au'> `xval get_au()` </a>
|