Browse Source

kamailio-kemi-framework: updates for dmq, htable and sipjson

Daniel-Constantin Mierla 7 years ago
parent
commit
f83258c878
1 changed files with 34 additions and 0 deletions
  1. 34 0
      kamailio-kemi-framework/docs/modules.md

+ 34 - 0
kamailio-kemi-framework/docs/modules.md

@@ -708,6 +708,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 <a target='_blank' href='/docs/modules/devel/modules/dmq.html#dmq.f.handle_message'> `int handle_message()` </a>
 
+#### KSR.dmq.handle_message_rc() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/dmq.html#dmq.f.handle_message_rc'> `int handle_message_rc(int returnval)` </a>
+
 #### KSR.dmq.is_from_node() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/dmq.html#dmq.f.is_from_node'> `int is_from_node()` </a>
@@ -894,6 +898,14 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 ## htable ##
 
+#### KSR.htable.sht_has_name() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_has_name'> `int sht_has_name(str "sname", str "sop", str "sval")` </a>
+
+#### KSR.htable.sht_has_str_value() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_has_str_value'> `int sht_has_str_value(str "sname", str "sop", str "sval")` </a>
+
 #### 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>
@@ -914,6 +926,22 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 <a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_reset'> `int sht_reset(str "hname")` </a>
 
+#### KSR.htable.sht_rm_name() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_rm_name'> `int sht_rm_name(str "sname", str "sop", str "sval")` </a>
+
+#### KSR.htable.sht_rm_name_re() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_rm_name_re'> `int sht_rm_name_re(str "htname", str "rexp")` </a>
+
+#### KSR.htable.sht_rm_value() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_rm_value'> `int sht_rm_value(str "sname", str "sop", str "sval")` </a>
+
+#### KSR.htable.sht_rm_value_re() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_rm_value_re'> `int sht_rm_value_re(str "htname", str "rexp")` </a>
+
 #### KSR.htable.sht_unlock() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_unlock'> `int sht_unlock(str "htname", str "skey")` </a>
@@ -1980,6 +2008,12 @@ Please review the documentation for [set_rtpengine_set()](#ksrrtpengineset_rtpen
 
 <a target='_blank' href='/docs/modules/devel/modules/sipdump.html#sipdump.f.send'> `int send(str "stag")` </a>
 
+## sipjson ##
+
+#### KSR.sipjson.sj_serialize() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/sipjson.html#sipjson.f.sj_serialize'> `int sj_serialize(str "smode", str "pvn")` </a>
+
 ## siptrace ##
 
 #### KSR.siptrace.hlog() ####