KEMI Module FunctionsLink
The following sections lists all exported KEMI functions. More information regarding the function can be found by clicking the KEMI prototype which will take you the original module's documentation.
accLink
The functions exported by acc
module to KEMI are listed in the next sections.
The documentation of acc
module is available online at:
KSR.acc.acc_db_request()Link
int acc_db_request(str "comment", str "dbtable")
Equivalent of native kamailio.cfg function: acc_db_request("comment", "dbtable")
.
KSR.acc.acc_log_request()Link
int acc_log_request(str "comment")
Equivalent of native kamailio.cfg function: acc_log_request("comment")
.
KSR.acc.acc_request()Link
int acc_request(str "comment", str "dbtable")
Equivalent of native kamailio.cfg function: acc_request("comment", "dbtable")
.
acc_radiusLink
KSR.acc_radius.request()Link
alias_dbLink
KSR.alias_db.lookup()Link
KSR.alias_db.lookup_ex()Link
int lookup_ex(str "stable", str "sflags")
app_jsdtLink
KSR.app_jsdt.dofile()Link
KSR.app_jsdt.dostring()Link
KSR.app_jsdt.run()Link
KSR.app_jsdt.run_p1()Link
int run_p1(str "func", str "p1")
KSR.app_jsdt.run_p2()Link
int run_p2(str "func", str "p1", str "p2")
KSR.app_jsdt.run_p3()Link
int run_p3(str "func", str "p1", str "p2", str "p3")
KSR.app_jsdt.runstring()Link
app_luaLink
KSR.app_lua.dofile()Link
KSR.app_lua.dostring()Link
KSR.app_lua.run()Link
KSR.app_lua.run_p1()Link
int run_p1(str "func", str "p1")
KSR.app_lua.run_p2()Link
int run_p2(str "func", str "p1", str "p2")
KSR.app_lua.run_p3()Link
int run_p3(str "func", str "p1", str "p2", str "p3")
KSR.app_lua.runstring()Link
app_pythonLink
KSR.app_python.exec()Link
KSR.app_python.exec_p1()Link
int exec_p1(str "method", str "p1")
KSR.app_python.execx()Link
app_python3Link
KSR.app_python3.exec()Link
KSR.app_python3.exec_p1()Link
int exec_p1(str "method", str "p1")
KSR.app_python3.execx()Link
app_rubyLink
KSR.app_ruby.run()Link
KSR.app_ruby.run_p1()Link
int run_p1(str "func", str "p1")
KSR.app_ruby.run_p2()Link
int run_p2(str "func", str "p1", str "p2")
KSR.app_ruby.run_p3()Link
int run_p3(str "func", str "p1", str "p2", str "p3")
app_sqlangLink
KSR.app_sqlang.dofile()Link
KSR.app_sqlang.dostring()Link
KSR.app_sqlang.run()Link
KSR.app_sqlang.run_p1()Link
int run_p1(str "func", str "p1")
KSR.app_sqlang.run_p2()Link
int run_p2(str "func", str "p1", str "p2")
KSR.app_sqlang.run_p3()Link
int run_p3(str "func", str "p1", str "p2", str "p3")
KSR.app_sqlang.runstring()Link
asyncLink
KSR.async.route()Link
KSR.async.task_route()Link
authLink
KSR.auth.auth_challenge()Link
int auth_challenge(str "realm", int flags)
KSR.auth.consume_credentials()Link
KSR.auth.has_credentials()Link
int has_credentials(str "srealm")
KSR.auth.pv_auth_check()Link
int pv_auth_check(str "srealm", str "spasswd", int vflags, int vchecks)
auth_dbLink
KSR.auth_db.auth_check()Link
int auth_check(str "srealm", str "stable", int iflags)
KSR.auth_db.is_subscriber()Link
int is_subscriber(str "suri", str "stable", int iflags)
auth_ephemeralLink
KSR.auth_ephemeral.autheph_authenticate()Link
int autheph_authenticate(str "susername", str "spassword")
KSR.auth_ephemeral.autheph_check()Link
int autheph_check(str "srealm")
KSR.auth_ephemeral.autheph_proxy()Link
int autheph_proxy(str "srealm")
KSR.auth_ephemeral.autheph_www()Link
KSR.auth_ephemeral.autheph_www_method()Link
int autheph_www_method(str "srealm", str "smethod")
auth_radiusLink
KSR.auth_radius.proxy_authorize()Link
int proxy_authorize(str "srealm")
KSR.auth_radius.proxy_authorize_user()Link
int proxy_authorize_user(str "srealm", str "suser")
KSR.auth_radius.www_authorize()Link
int www_authorize(str "srealm")
KSR.auth_radius.www_authorize_user()Link
int www_authorize_user(str "srealm", str "suser")
auth_xkeysLink
KSR.auth_xkeys.auth_xkeys_add()Link
int auth_xkeys_add(str "shdr", str "skey", str "salg", str "sdata")
KSR.auth_xkeys.auth_xkeys_check()Link
int auth_xkeys_check(str "shdr", str "skey", str "salg", str "sdata")
benchmarkLink
KSR.benchmark.bm_log_timer()Link
KSR.benchmark.bm_start_timer()Link
int bm_start_timer(str "tname")
blstLink
KSR.blst.blst_add()Link
KSR.blst.blst_add_default()Link
KSR.blst.blst_add_retry_after()Link
int blst_add_retry_after(int t_min, int t_max)
KSR.blst.blst_clear_ignore()Link
int blst_clear_ignore(int mask)
KSR.blst.blst_clear_ignore_all()Link
KSR.blst.blst_del()Link
KSR.blst.blst_is_blacklisted()Link
KSR.blst.blst_rpl_clear_ignore()Link
int blst_rpl_clear_ignore(int mask)
KSR.blst.blst_rpl_clear_ignore_all()Link
int blst_rpl_clear_ignore_all()
KSR.blst.blst_rpl_set_ignore()Link
int blst_rpl_set_ignore(int mask)
KSR.blst.blst_rpl_set_ignore_all()Link
KSR.blst.blst_set_ignore()Link
KSR.blst.blst_set_ignore_all()Link
call_controlLink
KSR.call_control.call_control()Link
call_objLink
KSR.call_obj.free()Link
KSR.call_obj.get()Link
cfgutilsLink
KSR.cfgutils.abort()Link
KSR.cfgutils.core_hash()Link
int core_hash(str "s1", str "s2", int sz)
KSR.cfgutils.lock()Link
KSR.cfgutils.pkg_status()Link
KSR.cfgutils.pkg_summary()Link
KSR.cfgutils.rand_event()Link
KSR.cfgutils.rand_get_prob()Link
KSR.cfgutils.rand_reset_prob()Link
KSR.cfgutils.rand_set_prob()Link
int rand_set_prob(int percent_par)
KSR.cfgutils.shm_status()Link
KSR.cfgutils.shm_summary()Link
KSR.cfgutils.sleep()Link
KSR.cfgutils.trylock()Link
KSR.cfgutils.unlock()Link
KSR.cfgutils.usleep()Link
cnxccLink
KSR.cnxcc.get_channel_count()Link
int get_channel_count(str "sclient", str "pvname")
KSR.cnxcc.set_max_channels()Link
int set_max_channels(str "sclient", int max_chan)
KSR.cnxcc.set_max_credit()Link
int set_max_credit(str "sclient", str "scredit", str "sconnect", str "scps", int initp, int finishp)
KSR.cnxcc.set_max_time()Link
int set_max_time(str "sclient", int max_secs)
KSR.cnxcc.terminate_all()Link
int terminate_all(str "sclient")
KSR.cnxcc.update_max_time()Link
int update_max_time(str "sclient", int secs)
corexLink
KSR.corex.append_branch()Link
KSR.corex.append_branch_uri()Link
int append_branch_uri(str "uri")
KSR.corex.append_branch_uri_q()Link
int append_branch_uri_q(str "uri", str "q")
KSR.corex.has_ruri_user()Link
KSR.corex.has_user_agent()Link
KSR.corex.isxflagset()Link
KSR.corex.resetxflag()Link
KSR.corex.send_data()Link
int send_data(str "uri", str "data")
KSR.corex.sendx()Link
int sendx(str "uri", str "sock", str "data")
KSR.corex.set_recv_socket()Link
int set_recv_socket(str "ssock")
KSR.corex.set_send_socket()Link
int set_send_socket(str "ssock")
KSR.corex.set_source_address()Link
int set_source_address(str "saddr")
KSR.corex.setxflag()Link
KSR.corex.via_add_srvid()Link
KSR.corex.via_add_xavp_params()Link
int via_add_xavp_params(int fval)
KSR.corex.via_use_xavp_fields()Link
int via_use_xavp_fields(int fval)
countersLink
KSR.counters.add()Link
KSR.counters.inc()Link
KSR.counters.reset()Link
cryptoLink
KSR.crypto.aes_decrypt()Link
int aes_decrypt(str "ins", str "keys", str "dpv")
KSR.crypto.aes_encrypt()Link
int aes_encrypt(str "ins", str "keys", str "dpv")
debuggerLink
KSR.debugger.dbg_pv_dump()Link
KSR.debugger.dbg_pv_dump_ex()Link
int dbg_pv_dump_ex(int mask, int level)
dialogLink
KSR.dialog.dlg_bye()Link
KSR.dialog.dlg_db_load_callid()Link
int dlg_db_load_callid(str "callid")
KSR.dialog.dlg_db_load_extra()Link
KSR.dialog.dlg_get()Link
int dlg_get(str "sc", str "sf", str "st")
KSR.dialog.dlg_isflagset()Link
KSR.dialog.dlg_manage()Link
KSR.dialog.dlg_resetflag()Link
KSR.dialog.dlg_set_property()Link
int dlg_set_property(str "pval")
KSR.dialog.dlg_set_timeout()Link
KSR.dialog.dlg_set_timeout_id()Link
int dlg_set_timeout_id(int to, int he, int hi)
KSR.dialog.dlg_setflag()Link
KSR.dialog.get_profile_size()Link
int get_profile_size(str "sprofile", str "svalue", str "spv")
KSR.dialog.get_profile_size_static()Link
int get_profile_size_static(str "sprofile", str "spv")
KSR.dialog.is_in_profile()Link
int is_in_profile(str "sprofile", str "svalue")
KSR.dialog.is_in_profile_static()Link
int is_in_profile_static(str "sprofile")
KSR.dialog.is_known_dlg()Link
KSR.dialog.set_dlg_profile()Link
int set_dlg_profile(str "sprofile", str "svalue")
KSR.dialog.set_dlg_profile_static()Link
int set_dlg_profile_static(str "sprofile")
KSR.dialog.unset_dlg_profile()Link
int unset_dlg_profile(str "sprofile", str "svalue")
KSR.dialog.unset_dlg_profile_static()Link
int unset_dlg_profile_static(str "sprofile")
KSR.dialog.var_get()Link
KSR.dialog.var_gete()Link
KSR.dialog.var_getw()Link
KSR.dialog.var_is_null()Link
KSR.dialog.var_rm()Link
KSR.dialog.var_sets()Link
int var_sets(str "name", str "val")
dialplanLink
KSR.dialplan.dp_match()Link
int dp_match(int dpid, str "src")
KSR.dialplan.dp_replace()Link
int dp_replace(int dpid, str "src", str "dst")
dispatcherLink
KSR.dispatcher.ds_is_from_list()Link
int ds_is_from_list(int group)
KSR.dispatcher.ds_is_from_list_mode()Link
int ds_is_from_list_mode(int vset, int vmode)
KSR.dispatcher.ds_is_from_list_uri()Link
int ds_is_from_list_uri(int vset, int vmode, str "vuri")
KSR.dispatcher.ds_is_from_lists()Link
KSR.dispatcher.ds_list_exists()Link
KSR.dispatcher.ds_load_unset()Link
KSR.dispatcher.ds_load_update()Link
KSR.dispatcher.ds_mark_dst()Link
KSR.dispatcher.ds_mark_dst_state()Link
int ds_mark_dst_state(str "sval")
KSR.dispatcher.ds_next_domain()Link
KSR.dispatcher.ds_next_dst()Link
KSR.dispatcher.ds_reload()Link
KSR.dispatcher.ds_select()Link
int ds_select(int set, int alg)
KSR.dispatcher.ds_select_domain()Link
int ds_select_domain(int set, int alg)
KSR.dispatcher.ds_select_domain_limit()Link
int ds_select_domain_limit(int set, int alg, int limit)
KSR.dispatcher.ds_select_dst()Link
int ds_select_dst(int set, int alg)
KSR.dispatcher.ds_select_dst_limit()Link
int ds_select_dst_limit(int set, int alg, int limit)
KSR.dispatcher.ds_select_limit()Link
int ds_select_limit(int set, int alg, int limit)
KSR.dispatcher.ds_select_routes()Link
int ds_select_routes(str "srules", str "smode")
KSR.dispatcher.ds_select_routes_limit()Link
int ds_select_routes_limit(str "srules", str "smode", int rlimit)
KSR.dispatcher.ds_set_domain()Link
KSR.dispatcher.ds_set_dst()Link
diversionLink
KSR.diversion.add_diversion()Link
int add_diversion(str "reason")
KSR.diversion.add_diversion_uri()Link
int add_diversion_uri(str "reason", str "uri")
dmqLink
KSR.dmq.bcast_message()Link
int bcast_message(str "peer_str", str "body_str", str "ct_str")
KSR.dmq.handle_message()Link
KSR.dmq.handle_message_rc()Link
int handle_message_rc(int returnval)
KSR.dmq.is_from_node()Link
KSR.dmq.send_message()Link
int send_message(str "peer_str", str "to_str", str "body_str", str "ct_str")
KSR.dmq.t_replicate()Link
KSR.dmq.t_replicate_mode()Link
int t_replicate_mode(int mode)
domainLink
KSR.domain.is_domain_local()Link
int is_domain_local(str "sdomain")
KSR.domain.is_from_local()Link
KSR.domain.is_uri_host_local()Link
KSR.domain.lookup_domain()Link
int lookup_domain(str "_sdomain")
KSR.domain.lookup_domain_prefix()Link
int lookup_domain_prefix(str "_sdomain", str "_sprefix")
droutingLink
KSR.drouting.do_routing()Link
KSR.drouting.do_routing_furi()Link
KSR.drouting.goes_to_gw()Link
KSR.drouting.goes_to_gw_type()Link
KSR.drouting.is_from_gw()Link
KSR.drouting.is_from_gw_type()Link
KSR.drouting.is_from_gw_type_flags()Link
int is_from_gw_type_flags(int type, int flags)
KSR.drouting.next_routing()Link
KSR.drouting.use_next_gw()Link
enumLink
KSR.enum.enum_i_query_suffix()Link
int enum_i_query_suffix(str "vsuffix")
KSR.enum.enum_pv_query()Link
int enum_pv_query(str "ve164")
KSR.enum.enum_pv_query_suffix()Link
int enum_pv_query_suffix(str "ve164", str "vsuffix")
KSR.enum.enum_pv_query_suffix_service()Link
int enum_pv_query_suffix_service(str "ve164", str "vsuffix", str "vservice")
KSR.enum.enum_query()Link
KSR.enum.enum_query_suffix()Link
int enum_query_suffix(str "vsuffix")
KSR.enum.enum_query_suffix_service()Link
int enum_query_suffix_service(str "vsuffix", str "vservice")
KSR.enum.i_enum_query()Link
KSR.enum.i_enum_query_suffix_service()Link
int i_enum_query_suffix_service(str "vsuffix", str "vservice")
KSR.enum.is_from_user_enum()Link
KSR.enum.is_from_user_enum_suffix()Link
int is_from_user_enum_suffix(str "vsuffix")
KSR.enum.is_from_user_enum_suffix_service()Link
int is_from_user_enum_suffix_service(str "vsuffix", str "vservice")
evapiLink
KSR.evapi.async_relay()Link
KSR.evapi.close()Link
KSR.evapi.relay()Link
KSR.evapi.relay_multicast()Link
int relay_multicast(str "sdata", str "stag")
KSR.evapi.relay_unicast()Link
int relay_unicast(str "sdata", str "stag")
KSR.evapi.set_tag()Link
execLink
KSR.exec.exec_avp()Link
KSR.exec.exec_cmd()Link
KSR.exec.exec_dset()Link
KSR.exec.exec_msg()Link
geoipLink
KSR.geoip.match()Link
int match(str "tomatch", str "pvclass")
geoip2Link
KSR.geoip2.match()Link
int match(str "tomatch", str "pvclass")
groupLink
KSR.group.is_user_in()Link
int is_user_in(str "uri", str "grp")
htableLink
KSR.htable.sht_get()Link
xval sht_get(str "htname", str "itname")
KSR.htable.sht_gete()Link
xval sht_gete(str "htname", str "itname")
KSR.htable.sht_getw()Link
xval sht_getw(str "htname", str "itname")
KSR.htable.sht_iterator_end()Link
int sht_iterator_end(str "iname")
KSR.htable.sht_iterator_next()Link
int sht_iterator_next(str "iname")
KSR.htable.sht_iterator_start()Link
int sht_iterator_start(str "iname", str "hname")
KSR.htable.sht_lock()Link
int sht_lock(str "htname", str "skey")
KSR.htable.sht_match_name()Link
int sht_match_name(str "sname", str "sop", str "sval")
KSR.htable.sht_match_str_value()Link
int sht_match_str_value(str "sname", str "sop", str "sval")
KSR.htable.sht_reset()Link
KSR.htable.sht_rm()Link
int sht_rm(str "hname", str "iname")
KSR.htable.sht_rm_name()Link
int sht_rm_name(str "sname", str "sop", str "sval")
KSR.htable.sht_rm_name_re()Link
int sht_rm_name_re(str "htname", str "rexp")
KSR.htable.sht_rm_value()Link
int sht_rm_value(str "sname", str "sop", str "sval")
KSR.htable.sht_rm_value_re()Link
int sht_rm_value_re(str "htname", str "rexp")
KSR.htable.sht_setex()Link
int sht_setex(str "htname", str "itname", int itval)
KSR.htable.sht_seti()Link
int sht_seti(str "htname", str "itname", int itval)
KSR.htable.sht_sets()Link
int sht_sets(str "htname", str "itname", str "itval")
KSR.htable.sht_setxi()Link
int sht_setxi(str "htname", str "itname", int itval, int exval)
KSR.htable.sht_setxs()Link
int sht_setxs(str "htname", str "itname", str "itval", int exval)
KSR.htable.sht_unlock()Link
int sht_unlock(str "htname", str "skey")
http_async_clientLink
KSR.http_async_client.query()Link
int query(str "sdata", str "rn")
http_clientLink
KSR.http_client.curl_connect()Link
int curl_connect(str "con", str "url", str "dpv")
KSR.http_client.curl_connect_post()Link
int curl_connect_post(str "con", str "url", str "ctype", str "data", str "dpv")
KSR.http_client.query()Link
int query(str "url", str "dpv")
KSR.http_client.query_post()Link
int query_post(str "url", str "post", str "dpv")
KSR.http_client.query_post_hdrs()Link
int query_post_hdrs(str "url", str "post", str "hdrs", str "dpv")
imcLink
KSR.imc.imc_manager()Link
ipopsLink
KSR.ipops.compare_ips()Link
int compare_ips(str "_sval1", str "_sval2")
KSR.ipops.compare_pure_ips()Link
int compare_pure_ips(str "_sval1", str "_sval2")
KSR.ipops.detailed_ip_type()Link
int detailed_ip_type(str "_sval", str "_dpv")
KSR.ipops.detailed_ipv4_type()Link
int detailed_ipv4_type(str "_sval", str "_dpv")
KSR.ipops.detailed_ipv6_type()Link
int detailed_ipv6_type(str "_sval", str "_dpv")
KSR.ipops.dns_int_match_ip()Link
int dns_int_match_ip(str "vhn", str "vip")
KSR.ipops.dns_query()Link
int dns_query(str "naptrname", str "pvid")
KSR.ipops.dns_sys_match_ip()Link
int dns_sys_match_ip(str "vhn", str "vip")
KSR.ipops.ip_is_in_subnet()Link
int ip_is_in_subnet(str "_sval1", str "_sval2")
KSR.ipops.ip_type()Link
KSR.ipops.is_in_subnet()Link
int is_in_subnet(str "_sval1", str "_sval2")
KSR.ipops.is_ip()Link
KSR.ipops.is_ip4()Link
KSR.ipops.is_ip6()Link
KSR.ipops.is_ip6_reference()Link
int is_ip6_reference(str "sval")
KSR.ipops.is_ip_rfc1918()Link
KSR.ipops.is_pure_ip()Link
KSR.ipops.naptr_query()Link
int naptr_query(str "naptrname", str "pvid")
KSR.ipops.srv_query()Link
int srv_query(str "naptrname", str "pvid")
janssonLink
KSR.jansson.get()Link
int get(str "spath", str "sdoc", str "spv")
jsonrpcsLink
KSR.jsonrpcs.exec()Link
KSR.jsonrpcs.execx()Link
keepaliveLink
KSR.keepalive.is_alive()Link
kexLink
KSR.kex.resetdebug()Link
KSR.kex.setdebug()Link
kxLink
KSR.kx.get_au()Link
KSR.kx.get_fhost()Link
KSR.kx.get_furi()Link
KSR.kx.get_fuser()Link
KSR.kx.get_method()Link
KSR.kx.get_ouri()Link
KSR.kx.get_proto()Link
KSR.kx.get_protoid()Link
KSR.kx.get_rcvip()Link
KSR.kx.get_rcvport()Link
KSR.kx.get_rhost()Link
KSR.kx.get_ruri()Link
KSR.kx.get_ruser()Link
KSR.kx.get_srcip()Link
KSR.kx.get_srcport()Link
KSR.kx.get_status()Link
KSR.kx.get_turi()Link
KSR.kx.get_ua()Link
KSR.kx.gete_au()Link
KSR.kx.gete_fhost()Link
KSR.kx.gete_fuser()Link
KSR.kx.gete_rhost()Link
KSR.kx.gete_ruser()Link
KSR.kx.gete_ua()Link
KSR.kx.gets_status()Link
KSR.kx.getw_au()Link
KSR.kx.getw_fhost()Link
KSR.kx.getw_fuser()Link
KSR.kx.getw_rhost()Link
KSR.kx.getw_ruser()Link
KSR.kx.getw_ua()Link
lcrLink
KSR.lcr.defunct_gw()Link
int defunct_gw(int defunct_period)
KSR.lcr.from_any_gw()Link
KSR.lcr.from_any_gw_addr()Link
int from_any_gw_addr(str "addr_str", int transport)
KSR.lcr.from_gw()Link
KSR.lcr.from_gw_addr()Link
int from_gw_addr(int lcr_id, str "addr_str", int transport)
KSR.lcr.inactivate_gw()Link
KSR.lcr.load_gws()Link
KSR.lcr.load_gws_furi()Link
int load_gws_furi(int lcr_id, str "ruri_user", str "from_uri")
KSR.lcr.load_gws_ruser()Link
int load_gws_ruser(int lcr_id, str "ruri_user")
KSR.lcr.next_gw()Link
KSR.lcr.to_any_gw()Link
KSR.lcr.to_any_gw_addr()Link
int to_any_gw_addr(str "addr_str", int transport)
KSR.lcr.to_gw()Link
KSR.lcr.to_gw_addr()Link
int to_gw_addr(int lcr_id, str "addr_str", int transport)
log_customLink
KSR.log_custom.log_udp()Link
log_systemdLink
KSR.log_systemd.sd_journal_print()Link
int sd_journal_print(str "slev", str "stxt")
KSR.log_systemd.sd_journal_send_xvap()Link
int sd_journal_send_xvap(str "xname")
maxfwdLink
KSR.maxfwd.is_maxfwd_lt()Link
KSR.maxfwd.process_maxfwd()Link
mediaproxyLink
KSR.mediaproxy.end_media_session()Link
KSR.mediaproxy.engage_media_proxy()Link
KSR.mediaproxy.use_media_proxy()Link
misc_radiusLink
KSR.misc_radius.does_uri_exist()Link
KSR.misc_radius.does_uri_exist_uval()Link
int does_uri_exist_uval(str "suri")
KSR.misc_radius.does_uri_user_exist()Link
KSR.misc_radius.does_uri_user_exist_uval()Link
int does_uri_user_exist_uval(str "user")
KSR.misc_radius.is_user_in()Link
int is_user_in(str "user", str "group")
KSR.misc_radius.load_callee_avps()Link
int load_callee_avps(str "user")
KSR.misc_radius.load_caller_avps()Link
int load_caller_avps(str "user")
mqueueLink
KSR.mqueue.mq_add()Link
int mq_add(str "mq", str "key", str "val")
KSR.mqueue.mq_fetch()Link
KSR.mqueue.mq_pv_free()Link
KSR.mqueue.mq_size()Link
KSR.mqueue.mqk_get()Link
KSR.mqueue.mqk_gete()Link
KSR.mqueue.mqk_getw()Link
KSR.mqueue.mqv_get()Link
KSR.mqueue.mqv_gete()Link
KSR.mqueue.mqv_getw()Link
msiloLink
KSR.msilo.mdump()Link
KSR.msilo.mdump_uri()Link
KSR.msilo.mstore()Link
KSR.msilo.mstore_uri()Link
msrpLink
KSR.msrp.cmap_lookup()Link
KSR.msrp.cmap_save()Link
KSR.msrp.is_reply()Link
KSR.msrp.is_request()Link
KSR.msrp.relay()Link
KSR.msrp.relay_flags()Link
KSR.msrp.reply()Link
int reply(str "rcode", str "rtext", str "rhdrs")
KSR.msrp.reply_flags()Link
KSR.msrp.set_dst()Link
int set_dst(str "rtaddr", str "rfsock")
mtreeLink
KSR.mtree.mt_match()Link
int mt_match(str "tname", str "tomatch", int mval)
nat_traversalLink
KSR.nat_traversal.client_nat_test()Link
int client_nat_test(int tests)
KSR.nat_traversal.fix_contact()Link
KSR.nat_traversal.nat_keepalive()Link
nathelperLink
KSR.nathelper.add_contact_alias()Link
KSR.nathelper.add_contact_alias_addr()Link
int add_contact_alias_addr(str "ip_str", str "port_str", str "proto_str")
KSR.nathelper.add_rcv_param()Link
KSR.nathelper.fix_nated_contact()Link
KSR.nathelper.fix_nated_register()Link
KSR.nathelper.fix_nated_sdp()Link
KSR.nathelper.fix_nated_sdp_ip()Link
int fix_nated_sdp_ip(int level, str "ip")
KSR.nathelper.handle_ruri_alias()Link
KSR.nathelper.is_rfc1918()Link
KSR.nathelper.nat_uac_test()Link
KSR.nathelper.set_contact_alias()Link
ndb_mongodbLink
KSR.ndb_mongodb.exec()Link
int exec(str "ssrv", str "sdname", str "scname", str "scmd", str "sres")
KSR.ndb_mongodb.exec_simple()Link
int exec_simple(str "ssrv", str "sdname", str "scname", str "scmd", str "sres")
KSR.ndb_mongodb.execx()Link
int execx(str "ssrv", str "sdname", str "scname", str "scmd", str "sres")
KSR.ndb_mongodb.find()Link
int find(str "ssrv", str "sdname", str "scname", str "scmd", str "sres")
KSR.ndb_mongodb.find_one()Link
int find_one(str "ssrv", str "sdname", str "scname", str "scmd", str "sres")
KSR.ndb_mongodb.free_reply()Link
KSR.ndb_mongodb.next_reply()Link
ndb_redisLink
KSR.ndb_redis.redis_cmd()Link
int redis_cmd(str "srv", str "rcmd", str "sres")
KSR.ndb_redis.redis_cmd_p1()Link
int redis_cmd_p1(str "srv", str "rcmd", str "p1", str "sres")
KSR.ndb_redis.redis_cmd_p2()Link
int redis_cmd_p2(str "srv", str "rcmd", str "p1", str "p2", str "sres")
KSR.ndb_redis.redis_cmd_p3()Link
int redis_cmd_p3(str "srv", str "rcmd", str "p1", str "p2", str "p3", str "sres")
KSR.ndb_redis.redis_free()Link
pathLink
KSR.path.add_path()Link
KSR.path.add_path_received()Link
KSR.path.add_path_received_user()Link
int add_path_received_user(str "_user")
KSR.path.add_path_received_user_params()Link
int add_path_received_user_params(str "_user", str "_params")
KSR.path.add_path_user()Link
int add_path_user(str "_user")
KSR.path.add_path_user_params()Link
int add_path_user_params(str "_user", str "_params")
pdtLink
KSR.pdt.pd_translate()Link
int pd_translate(str "sd", int md)
KSR.pdt.pprefix2domain()Link
int pprefix2domain(int m, int s)
permissionsLink
KSR.permissions.allow_address()Link
int allow_address(int addr_group, str "ips", int port)
KSR.permissions.allow_address_group()Link
int allow_address_group(str "_addr", int _port)
KSR.permissions.allow_source_address()Link
int allow_source_address(int addr_group)
KSR.permissions.allow_source_address_group()Link
int allow_source_address_group()
phonenumLink
KSR.phonenum.match()Link
int match(str "tomatch", str "pvclass")
pikeLink
KSR.pike.pike_check_req()Link
pipelimitLink
KSR.pipelimit.pl_check()Link
KSR.pipelimit.pl_check_limit()Link
int pl_check_limit(str "pipeid", str "alg", int limit)
KSR.pipelimit.pl_drop()Link
KSR.pipelimit.pl_drop_range()Link
int pl_drop_range(int rmin, int rmax)
KSR.pipelimit.pl_drop_retry()Link
prefix_routeLink
KSR.prefix_route.prefix_route()Link
KSR.prefix_route.prefix_route_uri()Link
presenceLink
KSR.presence.handle_publish()Link
KSR.presence.handle_publish_uri()Link
int handle_publish_uri(str "sender_uri")
KSR.presence.handle_subscribe()Link
KSR.presence.handle_subscribe_uri()Link
int handle_subscribe_uri(str "wuri")
KSR.presence.pres_auth_status()Link
int pres_auth_status(str "watcher_uri", str "presentity_uri")
KSR.presence.pres_has_subscribers()Link
int pres_has_subscribers(str "pres_uri", str "wevent")
KSR.presence.pres_refresh_watchers()Link
int pres_refresh_watchers(str "pres", str "event", int type)
KSR.presence.pres_refresh_watchers_file()Link
int pres_refresh_watchers_file(str "pres", str "event", int type, str "file_uri", str "filename")
KSR.presence.pres_update_watchers()Link
int pres_update_watchers(str "pres_uri", str "event")
presence_xmlLink
KSR.presence_xml.pres_check_activities()Link
int pres_check_activities(str "pres_uri", str "activity")
KSR.presence_xml.pres_check_basic()Link
int pres_check_basic(str "pres_uri", str "status")
puaLink
KSR.pua.pua_set_publish()Link
KSR.pua.pua_update_contact()Link
pvxLink
KSR.pvx.avp_get()Link
KSR.pvx.avp_gete()Link
KSR.pvx.avp_getw()Link
KSR.pvx.avp_is_null()Link
KSR.pvx.avp_rm()Link
KSR.pvx.avp_seti()Link
int avp_seti(str "xname", int vn)
KSR.pvx.avp_sets()Link
int avp_sets(str "xname", str "vs")
KSR.pvx.evalx()Link
int evalx(str "dst", str "fmt")
KSR.pvx.pv_var_to_xavp()Link
int pv_var_to_xavp(str "varname", str "xname")
KSR.pvx.pv_xavp_print()Link
KSR.pvx.pv_xavp_to_var()Link
int pv_xavp_to_var(str "xname")
KSR.pvx.sbranch_append()Link
KSR.pvx.sbranch_reset()Link
KSR.pvx.sbranch_set_ruri()Link
KSR.pvx.xavp_child_get()Link
xval xavp_child_get(str "rname", str "cname")
KSR.pvx.xavp_child_gete()Link
xval xavp_child_gete(str "rname", str "cname")
KSR.pvx.xavp_child_getw()Link
xval xavp_child_getw(str "rname", str "cname")
KSR.pvx.xavp_child_is_null()Link
int xavp_child_is_null(str "rname", str "cname")
KSR.pvx.xavp_child_rm()Link
int xavp_child_rm(str "rname", str "cname")
KSR.pvx.xavp_child_seti()Link
int xavp_child_seti(str "rname", str "cname", int ival)
KSR.pvx.xavp_child_sets()Link
int xavp_child_sets(str "rname", str "cname", str "sval")
KSR.pvx.xavp_get()Link
KSR.pvx.xavp_gete()Link
KSR.pvx.xavp_getw()Link
KSR.pvx.xavp_is_null()Link
KSR.pvx.xavp_params_explode()Link
int xavp_params_explode(str "sparams", str "sxname")
KSR.pvx.xavp_params_implode()Link
int xavp_params_implode(str "sxname", str "svname")
KSR.pvx.xavp_rm()Link
KSR.pvx.xavp_seti()Link
int xavp_seti(str "rname", int ival)
KSR.pvx.xavp_sets()Link
int xavp_sets(str "rname", str "sval")
rabbitmqLink
KSR.rabbitmq.publish()Link
int publish(str "exchange", str "routingkey", str "contenttype", str "messagebody")
KSR.rabbitmq.publish_consume()Link
regexLink
KSR.regex.pcre_match()Link
int pcre_match(str "string", str "regex")
KSR.regex.pcre_match_group()Link
int pcre_match_group(str "string", int num_pcre)
registrarLink
KSR.registrar.add_sock_hdr()Link
int add_sock_hdr(str "hdr_name")
KSR.registrar.lookup()Link
KSR.registrar.lookup_branches()Link
int lookup_branches(str "_dtable")
KSR.registrar.lookup_to_dset()Link
int lookup_to_dset(str "table", str "uri")
KSR.registrar.lookup_uri()Link
int lookup_uri(str "table", str "uri")
KSR.registrar.reg_fetch_contacts()Link
int reg_fetch_contacts(str "dtable", str "uri", str "profile")
KSR.registrar.reg_free_contacts()Link
int reg_free_contacts(str "profile")
KSR.registrar.reg_send_reply()Link
KSR.registrar.registered()Link
KSR.registrar.registered_action()Link
int registered_action(str "_dtable", str "_uri", int _f, int _aflags)
KSR.registrar.registered_flags()Link
int registered_flags(str "_dtable", str "_uri", int _f)
KSR.registrar.registered_uri()Link
int registered_uri(str "_dtable", str "_uri")
KSR.registrar.save()Link
int save(str "table", int flags)
KSR.registrar.save_uri()Link
int save_uri(str "table", int flags, str "uri")
KSR.registrar.set_q_override()Link
int set_q_override(str "new_q")
KSR.registrar.unregister()Link
int unregister(str "_dtable", str "_uri")
KSR.registrar.unregister_ruid()Link
int unregister_ruid(str "_dtable", str "_uri", str "_ruid")
rlsLink
KSR.rls.handle_notify()Link
KSR.rls.handle_subscribe()Link
KSR.rls.handle_subscribe_uri()Link
int handle_subscribe_uri(str "wuri")
KSR.rls.update_subs()Link
int update_subs(str "uri", str "event")
rrLink
KSR.rr.add_rr_param()Link
int add_rr_param(str "sparam")
KSR.rr.check_route_param()Link
int check_route_param(str "sre")
KSR.rr.is_direction()Link
KSR.rr.loose_route()Link
KSR.rr.record_route()Link
KSR.rr.record_route_params()Link
int record_route_params(str "params")
KSR.rr.remove_record_route()Link
rtjsonLink
KSR.rtjson.init_routes()Link
KSR.rtjson.next_route()Link
KSR.rtjson.push_routes()Link
KSR.rtjson.update_branch()Link
rtpengineLink
This module enables media streams to be proxied via an RTPproxy.
KSR.rtpengine.rtpengine_answer()Link
int rtpengine_answer(str "flags")
KSR.rtpengine.rtpengine_answer0()Link
KSR.rtpengine.rtpengine_delete()Link
int rtpengine_delete(str "flags")
KSR.rtpengine.rtpengine_delete0()Link
KSR.rtpengine.rtpengine_manage()Link
int rtpengine_manage(str "flags")
KSR.rtpengine.rtpengine_manage0()Link
KSR.rtpengine.rtpengine_offer()Link
int rtpengine_offer(str "flags")
KSR.rtpengine.rtpengine_offer0()Link
KSR.rtpengine.rtpengine_query()Link
int rtpengine_query(str "flags")
KSR.rtpengine.rtpengine_query0()Link
KSR.rtpengine.set_rtpengine_set()Link
KSR.rtpengine.set_rtpengine_set2()Link
int set_rtpengine_set2(int r1, int r2)
This function is the sibling function to set_rtpengine_set(). The original module function is declared as
set_rtpengine_set(setid[, setid2])
.
In KEMI set_rtpengine_set() takes only the first parameter and set_rtpengine_set2() allows for the second optional parameter to be passed.
KSR.rtpengine.set_rtpengine_set2(2, 1);
KSR.rtpengine.rtpengine_offer();
Please review the documentation for set_rtpengine_set() for more information.
KSR.rtpengine.start_recording()Link
KSR.rtpengine.stop_recording()Link
rtpproxyLink
KSR.rtpproxy.rtpproxy_answer()Link
int rtpproxy_answer(str "flags")
KSR.rtpproxy.rtpproxy_answer0()Link
KSR.rtpproxy.rtpproxy_answer_ip()Link
int rtpproxy_answer_ip(str "flags", str "mip")
KSR.rtpproxy.rtpproxy_destroy()Link
int rtpproxy_destroy(str "flags")
KSR.rtpproxy.rtpproxy_destroy0()Link
KSR.rtpproxy.rtpproxy_manage()Link
int rtpproxy_manage(str "flags")
KSR.rtpproxy.rtpproxy_manage0()Link
KSR.rtpproxy.rtpproxy_manage_ip()Link
int rtpproxy_manage_ip(str "flags", str "mip")
KSR.rtpproxy.rtpproxy_offer()Link
int rtpproxy_offer(str "flags")
KSR.rtpproxy.rtpproxy_offer0()Link
KSR.rtpproxy.rtpproxy_offer_ip()Link
int rtpproxy_offer_ip(str "flags", str "mip")
KSR.rtpproxy.rtpproxy_stop_stream2uac()Link
int rtpproxy_stop_stream2uac()
KSR.rtpproxy.rtpproxy_stop_stream2uas()Link
int rtpproxy_stop_stream2uas()
KSR.rtpproxy.rtpproxy_stream2uac()Link
int rtpproxy_stream2uac(str "pname", int count)
KSR.rtpproxy.rtpproxy_stream2uas()Link
int rtpproxy_stream2uas(str "pname", int count)
KSR.rtpproxy.set_rtpproxy_set()Link
int set_rtpproxy_set(int rset)
KSR.rtpproxy.start_recording()Link
sanityLink
KSR.sanity.sanity_check()Link
int sanity_check(int mflags, int uflags)
KSR.sanity.sanity_check_defaults()Link
KSR.sanity.sanity_reply()Link
scaLink
KSR.sca.call_info_update()Link
int call_info_update(int update_mask, str "uri_to", str "uri_from")
KSR.sca.call_info_update_default()Link
int call_info_update_default()
KSR.sca.call_info_update_mask()Link
int call_info_update_mask(int umask)
KSR.sca.call_info_update_turi()Link
int call_info_update_turi(int umask, str "sto")
KSR.sca.handle_subscribe()Link
sdpopsLink
KSR.sdpops.keep_codecs_by_id()Link
int keep_codecs_by_id(str "codecs", str "media")
KSR.sdpops.keep_codecs_by_name()Link
int keep_codecs_by_name(str "codecs", str "media")
KSR.sdpops.remove_codecs_by_id()Link
int remove_codecs_by_id(str "codecs", str "media")
KSR.sdpops.remove_codecs_by_name()Link
int remove_codecs_by_name(str "codecs", str "media")
KSR.sdpops.remove_line_by_prefix()Link
int remove_line_by_prefix(str "prefix", str "media")
KSR.sdpops.remove_media()Link
KSR.sdpops.sdp_content()Link
KSR.sdpops.sdp_content_flags()Link
int sdp_content_flags(int flags)
KSR.sdpops.sdp_get()Link
KSR.sdpops.sdp_get_line_startswith()Link
int sdp_get_line_startswith(str "aname", str "sline")
KSR.sdpops.sdp_print()Link
KSR.sdpops.sdp_transport()Link
KSR.sdpops.sdp_with_active_media()Link
int sdp_with_active_media(str "media")
KSR.sdpops.sdp_with_codecs_by_id()Link
int sdp_with_codecs_by_id(str "codecs")
KSR.sdpops.sdp_with_codecs_by_name()Link
int sdp_with_codecs_by_name(str "codecs")
KSR.sdpops.sdp_with_ice()Link
KSR.sdpops.sdp_with_media()Link
int sdp_with_media(str "media")
sipcaptureLink
KSR.sipcapture.float2int()Link
int float2int(str "_val", str "_coof")
KSR.sipcapture.report_capture()Link
int report_capture(str "_table")
KSR.sipcapture.report_capture_cid()Link
int report_capture_cid(str "_table", str "_cid")
KSR.sipcapture.report_capture_data()Link
int report_capture_data(str "_table", str "_cid", str "_data")
KSR.sipcapture.sip_capture()Link
KSR.sipcapture.sip_capture_forward()Link
int sip_capture_forward(str "puri")
KSR.sipcapture.sip_capture_mode()Link
int sip_capture_mode(str "_table", str "_cmdata")
KSR.sipcapture.sip_capture_table()Link
int sip_capture_table(str "_table")
sipdumpLink
KSR.sipdump.send()Link
sipjsonLink
KSR.sipjson.sj_serialize()Link
int sj_serialize(str "smode", str "pvn")
siptraceLink
KSR.siptrace.hlog()Link
KSR.siptrace.hlog_cid()Link
int hlog_cid(str "correlationid", str "message")
KSR.siptrace.sip_trace()Link
KSR.siptrace.sip_trace_dst()Link
KSR.siptrace.sip_trace_dst_cid()Link
int sip_trace_dst_cid(str "duri", str "cid")
KSR.siptrace.sip_trace_dst_cid_type()Link
int sip_trace_dst_cid_type(str "duri", str "cid", str "sflag")
siputilsLink
KSR.siputils.has_totag()Link
KSR.siputils.is_alphanum()Link
KSR.siputils.is_alphanumex()Link
int is_alphanumex(str "tval", str "eset")
KSR.siputils.is_first_hop()Link
KSR.siputils.is_numeric()Link
KSR.siputils.is_reply()Link
KSR.siputils.is_request()Link
KSR.siputils.is_tel_number()Link
KSR.siputils.is_uri()Link
KSR.siputils.is_user()Link
KSR.siputils.options_reply()Link
KSR.siputils.uri_param()Link
KSR.siputils.uri_param_value()Link
int uri_param_value(str "sparam", str "svalue")
slLink
KSR.sl.send_reply()Link
int send_reply(int code, str "reason")
KSR.sl.sl_forward_reply()Link
int sl_forward_reply(str "code", str "reason")
KSR.sl.sl_reply_error()Link
KSR.sl.sl_send_reply()Link
int sl_send_reply(int code, str "reason")
speeddialLink
KSR.speeddial.lookup()Link
KSR.speeddial.lookup_owner()Link
int lookup_owner(str "stable", str "sowner")
sqlopsLink
KSR.sqlops.sql_is_null()Link
int sql_is_null(str "sres", int i, int j)
KSR.sqlops.sql_num_columns()Link
int sql_num_columns(str "sres")
KSR.sqlops.sql_num_rows()Link
KSR.sqlops.sql_query()Link
int sql_query(str "scon", str "squery", str "sres")
KSR.sqlops.sql_query_async()Link
int sql_query_async(str "scon", str "squery")
KSR.sqlops.sql_result_free()Link
int sql_result_free(str "sres")
KSR.sqlops.sql_xquery()Link
int sql_xquery(str "scon", str "squery", str "xavp")
ss7opsLink
KSR.ss7ops.isup_to_json()Link
sstLink
KSR.sst.sst_check_min()Link
statisticsLink
KSR.statistics.reset_stat()Link
KSR.statistics.update_stat()Link
int update_stat(str "sname", int sval)
statscLink
KSR.statsc.statsc_reset()Link
statsdLink
KSR.statsd.statsd_decr()Link
KSR.statsd.statsd_gauge()Link
int statsd_gauge(str "key", str "val")
KSR.statsd.statsd_incr()Link
KSR.statsd.statsd_set()Link
int statsd_set(str "key", str "val")
KSR.statsd.statsd_start()Link
KSR.statsd.statsd_stop()Link
tcpopsLink
KSR.tcpops.tcp_conid_alive()Link
int tcp_conid_alive(int i_conid)
KSR.tcpops.tcp_conid_state()Link
int tcp_conid_state(int i_conid)
KSR.tcpops.tcp_enable_closed_event()Link
KSR.tcpops.tcp_enable_closed_event_cid()Link
int tcp_enable_closed_event_cid(int i_conid)
KSR.tcpops.tcp_keepalive_disable()Link
KSR.tcpops.tcp_keepalive_disable_cid()Link
int tcp_keepalive_disable_cid(int i_con)
KSR.tcpops.tcp_keepalive_enable()Link
int tcp_keepalive_enable(int i_idle, int i_cnt, int i_intvl)
KSR.tcpops.tcp_keepalive_enable_cid()Link
int tcp_keepalive_enable_cid(int i_con, int i_idle, int i_cnt, int i_intvl)
KSR.tcpops.tcp_set_connection_lifetime()Link
int tcp_set_connection_lifetime(int i_time)
KSR.tcpops.tcp_set_connection_lifetime_cid()Link
int tcp_set_connection_lifetime_cid(int i_conid, int i_time)
textopsLink
KSR.textops.append_body_part()Link
int append_body_part(str "txt", str "ct")
KSR.textops.append_body_part_cd()Link
int append_body_part_cd(str "txt", str "ct", str "cd")
KSR.textops.append_body_part_hex()Link
int append_body_part_hex(str "txt", str "ct")
KSR.textops.append_body_part_hex_cd()Link
int append_body_part_hex_cd(str "htxt", str "ct", str "cd")
KSR.textops.cmp_istr()Link
int cmp_istr(str "s1", str "s2")
KSR.textops.cmp_str()Link
int cmp_str(str "s1", str "s2")
KSR.textops.filter_body()Link
int filter_body(str "content_type")
KSR.textops.get_body_part()Link
int get_body_part(str "ctype", str "pvname")
KSR.textops.get_body_part_raw()Link
int get_body_part_raw(str "ctype", str "pvname")
KSR.textops.has_body()Link
KSR.textops.has_body_type()Link
int has_body_type(str "ctype")
KSR.textops.in_list()Link
int in_list(str "subject", str "list", str "vsep")
KSR.textops.in_list_prefix()Link
int in_list_prefix(str "subject", str "list", str "vsep")
KSR.textops.is_audio_on_hold()Link
KSR.textops.is_present_hf()Link
int is_present_hf(str "hname")
KSR.textops.is_present_hf_re()Link
int is_present_hf_re(str "ematch")
KSR.textops.is_privacy()Link
KSR.textops.regex_substring()Link
int regex_substring(str "input", str "regex", int mindex, int nmatch, str "dst")
KSR.textops.remove_body_part()Link
int remove_body_part(str "content_type")
KSR.textops.remove_hf_exp()Link
int remove_hf_exp(str "ematch", str "eskip")
KSR.textops.remove_hf_re()Link
int remove_hf_re(str "ematch")
KSR.textops.replace()Link
int replace(str "sre", str "sval")
KSR.textops.replace_all()Link
int replace_all(str "sre", str "sval")
KSR.textops.replace_body()Link
int replace_body(str "sre", str "sval")
KSR.textops.replace_body_all()Link
int replace_body_all(str "sre", str "sval")
KSR.textops.replace_body_atonce()Link
int replace_body_atonce(str "sre", str "sval")
KSR.textops.replace_body_str()Link
int replace_body_str(str "mkey", str "rval", str "rmode")
KSR.textops.replace_hdrs()Link
int replace_hdrs(str "sre", str "sval")
KSR.textops.replace_hdrs_str()Link
int replace_hdrs_str(str "mkey", str "rval", str "rmode")
KSR.textops.replace_str()Link
int replace_str(str "mkey", str "rval", str "rmode")
KSR.textops.search()Link
KSR.textops.search_append()Link
int search_append(str "ematch", str "val")
KSR.textops.search_append_body()Link
int search_append_body(str "ematch", str "val")
KSR.textops.search_body()Link
KSR.textops.search_hf()Link
int search_hf(str "hname", str "sre", str "flags")
KSR.textops.set_body()Link
int set_body(str "nb", str "nc")
KSR.textops.set_body_multipart()Link
int set_body_multipart(str "nbody", str "ctype", str "boundary")
KSR.textops.set_body_multipart_boundary()Link
int set_body_multipart_boundary(str "boundary")
KSR.textops.set_body_multipart_content()Link
int set_body_multipart_content(str "nbody", str "ctype")
KSR.textops.set_body_multipart_mode()Link
KSR.textops.set_reply_body()Link
int set_reply_body(str "nb", str "nc")
KSR.textops.starts_with()Link
int starts_with(str "s1", str "s2")
KSR.textops.subst()Link
KSR.textops.subst_body()Link
KSR.textops.subst_hf()Link
int subst_hf(str "hname", str "subst", str "flags")
KSR.textops.subst_uri()Link
KSR.textops.subst_user()Link
textopsxLink
KSR.textopsx.append_hf_value()Link
int append_hf_value(str "hexp", str "val")
KSR.textopsx.assign_hf_value()Link
int assign_hf_value(str "hexp", str "val")
KSR.textopsx.assign_hf_value2()Link
int assign_hf_value2(str "hexp", str "val")
KSR.textopsx.change_reply_status()Link
int change_reply_status(int code, str "reason")
KSR.textopsx.exclude_hf_value()Link
int exclude_hf_value(str "hexp", str "val")
KSR.textopsx.fnmatch()Link
int fnmatch(str "val", str "match")
KSR.textopsx.fnmatch_ex()Link
int fnmatch_ex(str "val", str "match", str "flags")
KSR.textopsx.hf_value_exists()Link
int hf_value_exists(str "hexp", str "val")
KSR.textopsx.include_hf_value()Link
int include_hf_value(str "hexp", str "val")
KSR.textopsx.insert_hf_value()Link
int insert_hf_value(str "hexp", str "val")
KSR.textopsx.keep_hf()Link
KSR.textopsx.keep_hf_re()Link
KSR.textopsx.msg_apply_changes()Link
KSR.textopsx.msg_set_buffer()Link
int msg_set_buffer(str "obuf")
KSR.textopsx.remove_body()Link
KSR.textopsx.remove_hf_value()Link
int remove_hf_value(str "hexp")
KSR.textopsx.remove_hf_value2()Link
int remove_hf_value2(str "hexp", str "val")
tlsLink
KSR.tls.is_peer_verified()Link
tmLink
KSR.tm.t_any_replied()Link
KSR.tm.t_any_timeout()Link
KSR.tm.t_branch_replied()Link
KSR.tm.t_branch_timeout()Link
KSR.tm.t_check_status()Link
int t_check_status(str "sexp")
KSR.tm.t_check_trans()Link
KSR.tm.t_drop_replies()Link
int t_drop_replies(str "mode")
KSR.tm.t_drop_replies_all()Link
KSR.tm.t_get_status_code()Link
KSR.tm.t_grep_status()Link
KSR.tm.t_is_canceled()Link
KSR.tm.t_is_expired()Link
KSR.tm.t_is_retr_async_reply()Link
KSR.tm.t_is_set()Link
KSR.tm.t_load_contacts()Link
KSR.tm.t_lookup_cancel()Link
KSR.tm.t_lookup_cancel_flags()Link
int t_lookup_cancel_flags(int flags)
KSR.tm.t_lookup_request()Link
KSR.tm.t_newtran()Link
KSR.tm.t_next_contact_flow()Link
KSR.tm.t_next_contacts()Link
KSR.tm.t_on_branch()Link
KSR.tm.t_on_branch_failure()Link
int t_on_branch_failure(str "rname")
KSR.tm.t_on_failure()Link
KSR.tm.t_on_reply()Link
KSR.tm.t_relay()Link
KSR.tm.t_relay_to_flags()Link
int t_relay_to_flags(int rflags)
KSR.tm.t_relay_to_proxy()Link
int t_relay_to_proxy(str "sproxy")
KSR.tm.t_relay_to_proxy_flags()Link
int t_relay_to_proxy_flags(str "sproxy", int rflags)
KSR.tm.t_release()Link
KSR.tm.t_replicate()Link
KSR.tm.t_reply()Link
int t_reply(int code, str "reason")
KSR.tm.t_reset_fr()Link
KSR.tm.t_reset_max_lifetime()Link
KSR.tm.t_reset_retr()Link
KSR.tm.t_retransmit_reply()Link
KSR.tm.t_save_lumps()Link
KSR.tm.t_send_reply()Link
int t_send_reply(int code, str "reason")
KSR.tm.t_set_auto_inv_100()Link
int t_set_auto_inv_100(int state)
KSR.tm.t_set_disable_6xx()Link
int t_set_disable_6xx(int state)
KSR.tm.t_set_disable_failover()Link
int t_set_disable_failover(int state)
KSR.tm.t_set_disable_internal_reply()Link
int t_set_disable_internal_reply(int state)
KSR.tm.t_set_fr()Link
int t_set_fr(int fr_inv, int fr)
KSR.tm.t_set_fr_inv()Link
KSR.tm.t_set_max_lifetime()Link
int t_set_max_lifetime(int t1, int t2)
KSR.tm.t_set_no_e2e_cancel_reason()Link
int t_set_no_e2e_cancel_reason(int state)
KSR.tm.t_set_retr()Link
int t_set_retr(int t1, int t2)
KSR.tm.t_uac_send()Link
int t_uac_send(str "method", str "ruri", str "nexthop", str "ssock", str "hdrs", str "body")
KSR.tm.t_use_uac_headers()Link
tmrecLink
KSR.tmrec.is_leap_year()Link
KSR.tmrec.is_leap_year_now()Link
KSR.tmrec.match()Link
KSR.tmrec.match_timestamp()Link
int match_timestamp(str "rv", int ti)
KSR.tmrec.time_period_match()Link
int time_period_match(str "period")
KSR.tmrec.time_period_match_timestamp()Link
int time_period_match_timestamp(str "period", int ti)
tmxLink
KSR.tmx.t_cancel_branches()Link
int t_cancel_branches(str "mode")
KSR.tmx.t_cancel_callid()Link
int t_cancel_callid(str "callid_s", str "cseq_s", int fl)
KSR.tmx.t_cancel_callid_reason()Link
int t_cancel_callid_reason(str "callid_s", str "cseq_s", int fl, int rcode)
KSR.tmx.t_continue()Link
int t_continue(int tindex, int tlabel, str "cbname")
KSR.tmx.t_drop()Link
KSR.tmx.t_drop_rcode()Link
KSR.tmx.t_flush_flags()Link
KSR.tmx.t_flush_xflags()Link
KSR.tmx.t_is_branch_route()Link
KSR.tmx.t_is_failure_route()Link
KSR.tmx.t_is_reply_route()Link
KSR.tmx.t_is_request_route()Link
KSR.tmx.t_precheck_trans()Link
KSR.tmx.t_reply_callid()Link
int t_reply_callid(str "callid_s", str "cseq_s", int code, str "status_s")
KSR.tmx.t_reuse_branch()Link
KSR.tmx.t_suspend()Link
tsiloLink
KSR.tsilo.ts_append()Link
int ts_append(str "_table", str "_ruri")
KSR.tsilo.ts_append_to()Link
int ts_append_to(int tindex, int tlabel, str "_table")
KSR.tsilo.ts_append_to_uri()Link
int ts_append_to_uri(int tindex, int tlabel, str "_table", str "_uri")
KSR.tsilo.ts_store()Link
KSR.tsilo.ts_store_uri()Link
uacLink
KSR.uac.uac_auth()Link
KSR.uac.uac_reg_disable()Link
int uac_reg_disable(str "attr", str "val")
KSR.uac.uac_reg_enable()Link
int uac_reg_enable(str "attr", str "val")
KSR.uac.uac_reg_lookup()Link
int uac_reg_lookup(str "userid", str "sdst")
KSR.uac.uac_reg_refresh()Link
int uac_reg_refresh(str "l_uuid")
KSR.uac.uac_reg_request_to()Link
int uac_reg_request_to(str "userid", int imode)
KSR.uac.uac_reg_status()Link
int uac_reg_status(str "sruuid")
KSR.uac.uac_replace_from()Link
int uac_replace_from(str "pdsp", str "puri")
KSR.uac.uac_replace_from_uri()Link
int uac_replace_from_uri(str "puri")
KSR.uac.uac_replace_to()Link
int uac_replace_to(str "pdsp", str "puri")
KSR.uac.uac_replace_to_uri()Link
int uac_replace_to_uri(str "puri")
KSR.uac.uac_req_send()Link
KSR.uac.uac_restore_from()Link
KSR.uac.uac_restore_to()Link
uac_redirectLink
KSR.uac_redirect.get_redirects()Link
int get_redirects(int max_c, int max_b)
KSR.uac_redirect.get_redirects_acc()Link
int get_redirects_acc(int max_c, int max_b, str "reason")
KSR.uac_redirect.get_redirects_all()Link
uri_dbLink
KSR.uri_db.check_from()Link
KSR.uri_db.check_to()Link
KSR.uri_db.check_uri()Link
KSR.uri_db.check_uri_realm()Link
int check_uri_realm(str "suri", str "susername", str "srealm")
KSR.uri_db.does_uri_exist()Link
userblacklistLink
KSR.userblacklist.check_user_blacklist()Link
int check_user_blacklist(str "suser", str "sdomain")
KSR.userblacklist.check_user_blacklist_number()Link
int check_user_blacklist_number(str "suser", str "sdomain", str "snumber")
KSR.userblacklist.check_user_blacklist_table()Link
int check_user_blacklist_table(str "suser", str "sdomain", str "snumber", str "stable")
KSR.userblacklist.check_user_whitelist()Link
int check_user_whitelist(str "suser", str "sdomain")
KSR.userblacklist.check_user_whitelist_number()Link
int check_user_whitelist_number(str "suser", str "sdomain", str "snumber")
KSR.userblacklist.check_user_whitelist_table()Link
int check_user_whitelist_table(str "suser", str "sdomain", str "snumber", str "stable")
utilsLink
KSR.utils.xcap_auth_status()Link
int xcap_auth_status(str "watcher_uri", str "presentity_uri")
websocketLink
KSR.websocket.close()Link
KSR.websocket.close_conid()Link
int close_conid(int status, str "reason", int con)
KSR.websocket.close_reason()Link
int close_reason(int status, str "reason")
KSR.websocket.handle_handshake()Link
xcap_serverLink
KSR.xcap_server.xcaps_del()Link
int xcaps_del(str "uri", str "path")
KSR.xcap_server.xcaps_get()Link
int xcaps_get(str "uri", str "path")
KSR.xcap_server.xcaps_put()Link
int xcaps_put(str "uri", str "path", str "pbody")
xhttpLink
KSR.xhttp.xhttp_reply()Link
int xhttp_reply(int code, str "reason", str "ctype", str "body")
xhttp_piLink
KSR.xhttp_pi.dispatch()Link
xhttp_promLink
KSR.xhttp_prom.check_uri()Link
KSR.xhttp_prom.counter_inc_l0()Link
int counter_inc_l0(str "s_name", int number)
KSR.xhttp_prom.counter_inc_l1()Link
int counter_inc_l1(str "s_name", int number, str "l1")
KSR.xhttp_prom.counter_inc_l2()Link
int counter_inc_l2(str "s_name", int number, str "l1", str "l2")
KSR.xhttp_prom.counter_inc_l3()Link
int counter_inc_l3(str "s_name", int number, str "l1", str "l2", str "l3")
KSR.xhttp_prom.counter_reset_l0()Link
int counter_reset_l0(str "s_name")
KSR.xhttp_prom.counter_reset_l1()Link
int counter_reset_l1(str "s_name", str "l1")
KSR.xhttp_prom.counter_reset_l2()Link
int counter_reset_l2(str "s_name", str "l1", str "l2")
KSR.xhttp_prom.counter_reset_l3()Link
int counter_reset_l3(str "s_name", str "l1", str "l2", str "l3")
KSR.xhttp_prom.dispatch()Link
KSR.xhttp_prom.gauge_reset_l0()Link
int gauge_reset_l0(str "s_name")
KSR.xhttp_prom.gauge_reset_l1()Link
int gauge_reset_l1(str "s_name", str "l1")
KSR.xhttp_prom.gauge_reset_l2()Link
int gauge_reset_l2(str "s_name", str "l1", str "l2")
KSR.xhttp_prom.gauge_reset_l3()Link
int gauge_reset_l3(str "s_name", str "l1", str "l2", str "l3")
KSR.xhttp_prom.gauge_set_l0()Link
int gauge_set_l0(str "s_name", str "s_number")
KSR.xhttp_prom.gauge_set_l1()Link
int gauge_set_l1(str "s_name", str "s_number", str "l1")
KSR.xhttp_prom.gauge_set_l2()Link
int gauge_set_l2(str "s_name", str "s_number", str "l1", str "l2")
KSR.xhttp_prom.gauge_set_l3()Link
int gauge_set_l3(str "s_name", str "s_number", str "l1", str "l2", str "l3")
xhttp_rpcLink
KSR.xhttp_rpc.dispatch()Link
xlogLink
KSR.xlog.xalert()Link
KSR.xlog.xcrit()Link
KSR.xlog.xdbg()Link
KSR.xlog.xerr()Link
KSR.xlog.xinfo()Link
KSR.xlog.xlog()Link
int xlog(str "slevel", str "lmsg")