Browse Source

updated the list of functions from modules

Daniel-Constantin Mierla 9 years ago
parent
commit
9e79545530
1 changed files with 103 additions and 13 deletions
  1. 103 13
      kamailio-20-modf.dictionary

+ 103 - 13
kamailio-20-modf.dictionary

@@ -65,6 +65,8 @@ auth_challenge(realm, flags)		@@-- [func] (auth)
 auth_check(realm, table, flags)		@@-- [func] (auth_db)
 auth_check(realm, table, flags)		@@-- [func] (auth_db)
 auth_date_proc()		@@-- [func] (auth_identity)
 auth_date_proc()		@@-- [func] (auth_identity)
 auth_get_www_authenticate(realm, flags, pvdest)		@@-- [func] (auth)
 auth_get_www_authenticate(realm, flags, pvdest)		@@-- [func] (auth)
+auth_xkeys_add(hdr, kid, alg, data)		@@-- [func] (auth_xkeys)
+auth_xkeys_check(hdr, kid, alg, data)		@@-- [func] (auth_xkeys)
 avp_check(name,op_value)		@@-- [func] (avpops)
 avp_check(name,op_value)		@@-- [func] (avpops)
 avp_copy(old_name,new_name)		@@-- [func] (avpops)
 avp_copy(old_name,new_name)		@@-- [func] (avpops)
 avp_db_delete(source,name)		@@-- [func] (avpops)
 avp_db_delete(source,name)		@@-- [func] (avpops)
@@ -132,8 +134,11 @@ cr_next_domain(carrier, domain, prefix_matching, host, reply_code, dstavp)		@@--
 cr_nofallback_route(carrier, domain, prefix_matching, rewrite_user, hash_source, descavp)		@@-- [func] (carrierroute)
 cr_nofallback_route(carrier, domain, prefix_matching, rewrite_user, hash_source, descavp)		@@-- [func] (carrierroute)
 cr_route(carrier, domain, prefix_matching, rewrite_user, hash_source, descavp)		@@-- [func] (carrierroute)
 cr_route(carrier, domain, prefix_matching, rewrite_user, hash_source, descavp)		@@-- [func] (carrierroute)
 cr_user_carrier(user, domain, dstavp)		@@-- [func] (carrierroute)
 cr_user_carrier(user, domain, dstavp)		@@-- [func] (carrierroute)
+curl_connect(connection, url, [content_type, data,] result)		@@-- [func] (curl)
+curl_http_query(url, [post-data], result)		@@-- [func] (curl)
 dbg_breakpoint(mode)		@@-- [func] (debugger)
 dbg_breakpoint(mode)		@@-- [func] (debugger)
 dbg_pv_dump([mask] [, level])		@@-- [func] (debugger)
 dbg_pv_dump([mask] [, level])		@@-- [func] (debugger)
+dbg_sip_msg([log_level], [facility])		@@-- [func] (debugger)
 decode_contact()		@@-- [func] (mangler)
 decode_contact()		@@-- [func] (mangler)
 decode_contact()		@@-- [func] (siputils)
 decode_contact()		@@-- [func] (siputils)
 decode_contact_header()		@@-- [func] (mangler)
 decode_contact_header()		@@-- [func] (mangler)
@@ -168,7 +173,9 @@ dlg_set_timeout_by_profile(profile, [value], timeout)		@@-- [func] (dialog)
 dlg_terminate		@@-- [func] (dialog_ng)
 dlg_terminate		@@-- [func] (dialog_ng)
 dmq_bcast_message(peer, body, content_type)		@@-- [func] (dmq)
 dmq_bcast_message(peer, body, content_type)		@@-- [func] (dmq)
 dmq_handle_message()		@@-- [func] (dmq)
 dmq_handle_message()		@@-- [func] (dmq)
+dmq_is_from_node()		@@-- [func] (dmq)
 dmq_send_message(peer, node, body, content_type)		@@-- [func] (dmq)
 dmq_send_message(peer, node, body, content_type)		@@-- [func] (dmq)
+dmq_t_replicate([skip_loop_test])		@@-- [func] (dmq)
 dns_int_match_ip(hostname, ipaddr)		@@-- [func] (ipops)
 dns_int_match_ip(hostname, ipaddr)		@@-- [func] (ipops)
 dns_query(hostname, pvid)		@@-- [func] (ipops)
 dns_query(hostname, pvid)		@@-- [func] (ipops)
 dns_sys_match_ip(hostname, ipaddr)		@@-- [func] (ipops)
 dns_sys_match_ip(hostname, ipaddr)		@@-- [func] (ipops)
@@ -178,7 +185,8 @@ do_routing("[groupID]")		@@-- [func] (drouting)
 dp_apply_policy()		@@-- [func] (domainpolicy)
 dp_apply_policy()		@@-- [func] (domainpolicy)
 dp_can_connect()		@@-- [func] (domainpolicy)
 dp_can_connect()		@@-- [func] (domainpolicy)
 dp_translate(id, [src[/dest]])		@@-- [func] (dialplan)
 dp_translate(id, [src[/dest]])		@@-- [func] (dialplan)
-ds_is_from_list([groupid])		@@-- [func] (dispatcher)
+ds_is_from_list([groupid [, mode [, uri] ] ])		@@-- [func] (dispatcher)
+ds_list_exist(groupid)		@@-- [func] (dispatcher)
 ds_load_unset()		@@-- [func] (dispatcher)
 ds_load_unset()		@@-- [func] (dispatcher)
 ds_load_update()		@@-- [func] (dispatcher)
 ds_load_update()		@@-- [func] (dispatcher)
 ds_mark_dst([state])		@@-- [func] (dispatcher)
 ds_mark_dst([state])		@@-- [func] (dispatcher)
@@ -193,6 +201,11 @@ end_media_session()		@@-- [func] (mediaproxy)
 engage_media_proxy()		@@-- [func] (mediaproxy)
 engage_media_proxy()		@@-- [func] (mediaproxy)
 enum_pv_query("pvar"[,"suffix"[,"service"]])		@@-- [func] (enum)
 enum_pv_query("pvar"[,"suffix"[,"service"]])		@@-- [func] (enum)
 enum_query(["suffix"[,"service"]])		@@-- [func] (enum)
 enum_query(["suffix"[,"service"]])		@@-- [func] (enum)
+erl_reg_send(server,msg)		@@-- [func] (erlang)
+erl_reply(msg)		@@-- [func] (erlang)
+erl_rpc(mod,fun,args,reply)		@@-- [func] (erlang)
+erl_send(pid,msg)		@@-- [func] (erlang)
+Error Handling		@@-- [func] (janssonrpc-c)
 evapi_async_relay(evdata)		@@-- [func] (evapi)
 evapi_async_relay(evdata)		@@-- [func] (evapi)
 evapi_close()		@@-- [func] (evapi)
 evapi_close()		@@-- [func] (evapi)
 evapi_relay(evdata)		@@-- [func] (evapi)
 evapi_relay(evdata)		@@-- [func] (evapi)
@@ -200,6 +213,8 @@ exclude_hf_value(hf, hvalue)		@@-- [func] (textopsx)
 exec_avp(command [, avplist])		@@-- [func] (exec)
 exec_avp(command [, avplist])		@@-- [func] (exec)
 exec_dset(command)		@@-- [func] (exec)
 exec_dset(command)		@@-- [func] (exec)
 exec_msg(command)		@@-- [func] (exec)
 exec_msg(command)		@@-- [func] (exec)
+file_read(fpath, var)		@@-- [func] (corex)
+file_write(fpath, content)		@@-- [func] (corex)
 filter_body(content_type)		@@-- [func] (textops)
 filter_body(content_type)		@@-- [func] (textops)
 fix_nated_contact()		@@-- [func] (nathelper)
 fix_nated_contact()		@@-- [func] (nathelper)
 fix_nated_register()		@@-- [func] (nathelper)
 fix_nated_register()		@@-- [func] (nathelper)
@@ -208,7 +223,10 @@ flags2attr("$avp")		@@-- [func] (avp)
 fnmatch(value, expr [, flags])		@@-- [func] (textopsx)
 fnmatch(value, expr [, flags])		@@-- [func] (textopsx)
 from_any_gw([ip_addr, proto])		@@-- [func] (lcr)
 from_any_gw([ip_addr, proto])		@@-- [func] (lcr)
 from_gw(lcr_id[, ip_addr, proto])		@@-- [func] (lcr)
 from_gw(lcr_id[, ip_addr, proto])		@@-- [func] (lcr)
+geoip2_match(ipaddr, pvc)		@@-- [func] (geoip2)
 geoip_match(ipaddr, pvc)		@@-- [func] (geoip)
 geoip_match(ipaddr, pvc)		@@-- [func] (geoip)
+get_body_part(content_type, opv)		@@-- [func] (textops)
+get_body_part_raw(content_type, opv)		@@-- [func] (textops)
 get_profile_size(profile,[value],size)		@@-- [func] (dialog)
 get_profile_size(profile,[value],size)		@@-- [func] (dialog)
 get_profile_size(profile,[value],size)		@@-- [func] (dialog_ng)
 get_profile_size(profile,[value],size)		@@-- [func] (dialog_ng)
 get_redirects(max)		@@-- [func] (uac_redirect)
 get_redirects(max)		@@-- [func] (uac_redirect)
@@ -220,7 +238,7 @@ h350_auth_lookup(auth_username, "username_avp_spec/pwd_avp_spec")		@@-- [func] (
 h350_result_call_preferences(avp_name_prefix)		@@-- [func] (h350)
 h350_result_call_preferences(avp_name_prefix)		@@-- [func] (h350)
 h350_result_service_level(avp_name_prefix)		@@-- [func] (h350)
 h350_result_service_level(avp_name_prefix)		@@-- [func] (h350)
 h350_sipuri_lookup(sip_uri)		@@-- [func] (h350)
 h350_sipuri_lookup(sip_uri)		@@-- [func] (h350)
-handle_publish(char* sender_uri)		@@-- [func] (presence)
+handle_publish([sender_uri])		@@-- [func] (presence)
 handle_ruri_alias()		@@-- [func] (nathelper)
 handle_ruri_alias()		@@-- [func] (nathelper)
 handle_subscribe([watcher_uri])		@@-- [func] (presence)
 handle_subscribe([watcher_uri])		@@-- [func] (presence)
 has_body(), has_body(mime)		@@-- [func] (textops)
 has_body(), has_body(mime)		@@-- [func] (textops)
@@ -229,14 +247,15 @@ has_totag()		@@-- [func] (siputils)
 hdr_body2attrs(headername, prefix)		@@-- [func] (avp)
 hdr_body2attrs(headername, prefix)		@@-- [func] (avp)
 hdr_body2attrs2(headername, prefix)		@@-- [func] (avp)
 hdr_body2attrs2(headername, prefix)		@@-- [func] (avp)
 hf_value_exists(hf, hvalue)		@@-- [func] (textopsx)
 hf_value_exists(hf, hvalue)		@@-- [func] (textopsx)
-http_query(url, [post-data], result)		@@-- [func] (utils)
+http_query(url, [post-data], [header-data], result)		@@-- [func] (utils)
 imc_manager()		@@-- [func] (imc)
 imc_manager()		@@-- [func] (imc)
 impu_registered(domain)		@@-- [func] (ims_registrar_scscf)
 impu_registered(domain)		@@-- [func] (ims_registrar_scscf)
 ims_proxy_authenticate(realm, table)		@@-- [func] (ims_auth)
 ims_proxy_authenticate(realm, table)		@@-- [func] (ims_auth)
 ims_proxy_challenge(route_block, realm, table)		@@-- [func] (ims_auth)
 ims_proxy_challenge(route_block, realm, table)		@@-- [func] (ims_auth)
-ims_www_authenticate(realm, table)		@@-- [func] (ims_auth)
+ims_www_authenticate(realm)		@@-- [func] (ims_auth)
 ims_www_authorize(realm, table)		@@-- [func] (ims_auth)
 ims_www_authorize(realm, table)		@@-- [func] (ims_auth)
-ims_www_challenge(route_block, realm, table)		@@-- [func] (ims_auth)
+ims_www_challenge(route_block, realm)		@@-- [func] (ims_auth)
+ims_www_challenge(route_block, realm, algorithm)		@@-- [func] (ims_auth)
 inactivate_gw()		@@-- [func] (lcr)
 inactivate_gw()		@@-- [func] (lcr)
 include_hf_value(hf, hvalue)		@@-- [func] (textopsx)
 include_hf_value(hf, hvalue)		@@-- [func] (textopsx)
 insert_attr_hf(header_name, $avp_name)		@@-- [func] (avp)
 insert_attr_hf(header_name, $avp_name)		@@-- [func] (avp)
@@ -262,6 +281,7 @@ isc_from_as(direction)		@@-- [func] (ims_isc)
 isc_match_filter(direction,domain)		@@-- [func] (ims_isc)
 isc_match_filter(direction,domain)		@@-- [func] (ims_isc)
 isc_match_filter_reg(reg_state,domain)		@@-- [func] (ims_isc)
 isc_match_filter_reg(reg_state,domain)		@@-- [func] (ims_isc)
 isdsturiset()		@@-- [func] (kex)
 isdsturiset()		@@-- [func] (kex)
+isRPDATA()		@@-- [func] (smsops)
 issflagset(flag)		@@-- [func] (kex)
 issflagset(flag)		@@-- [func] (kex)
 is_audio_on_hold()		@@-- [func] (textops)
 is_audio_on_hold()		@@-- [func] (textops)
 is_avp_set(name)		@@-- [func] (avpops)
 is_avp_set(name)		@@-- [func] (avpops)
@@ -292,6 +312,7 @@ is_local(domain)		@@-- [func] (uid_domain)
 is_maxfwd_lt(max_value)		@@-- [func] (maxfwd)
 is_maxfwd_lt(max_value)		@@-- [func] (maxfwd)
 is_method(name)		@@-- [func] (textops)
 is_method(name)		@@-- [func] (textops)
 is_myself(uri)		@@-- [func] (kex)
 is_myself(uri)		@@-- [func] (kex)
+is_numeric(tval)		@@-- [func] (siputils)
 is_peer_verified()		@@-- [func] (tls)
 is_peer_verified()		@@-- [func] (tls)
 is_present_hf(hf_name)		@@-- [func] (textops)
 is_present_hf(hf_name)		@@-- [func] (textops)
 is_present_hf_re(hf_name_re)		@@-- [func] (textops)
 is_present_hf_re(hf_name_re)		@@-- [func] (textops)
@@ -303,6 +324,7 @@ is_rfc1918(ip_address)		@@-- [func] (nathelper)
 is_rpid_user_e164()		@@-- [func] (siputils)
 is_rpid_user_e164()		@@-- [func] (siputils)
 is_subscriber(uri, dbtable, flags)		@@-- [func] (auth_db)
 is_subscriber(uri, dbtable, flags)		@@-- [func] (auth_db)
 is_supported(option)		@@-- [func] (siputils)
 is_supported(option)		@@-- [func] (siputils)
+is_tel_number(tval)		@@-- [func] (siputils)
 is_ugflag(flag_num)		@@-- [func] (uid_gflags)
 is_ugflag(flag_num)		@@-- [func] (uid_gflags)
 is_uri_host_local()		@@-- [func] (domain)
 is_uri_host_local()		@@-- [func] (domain)
 is_uri_user_e164(pseudo-variable)		@@-- [func] (siputils)
 is_uri_user_e164(pseudo-variable)		@@-- [func] (siputils)
@@ -313,15 +335,23 @@ I_perform_location_information_request(route_block)		@@-- [func] (ims_icscf)
 I_perform_user_authorization_request(route_block, capabalities)		@@-- [func] (ims_icscf)
 I_perform_user_authorization_request(route_block, capabalities)		@@-- [func] (ims_icscf)
 I_scscf_drop()		@@-- [func] (ims_icscf)
 I_scscf_drop()		@@-- [func] (ims_icscf)
 I_scscf_select(initial)		@@-- [func] (ims_icscf)
 I_scscf_select(initial)		@@-- [func] (ims_icscf)
+janssonrpc_notification(conn, method, parameters)		@@-- [func] (janssonrpc-c)
+janssonrpc_request(conn, method, params[, options]])		@@-- [func] (janssonrpc-c)
+jansson_append(type, key/path, value, result)		@@-- [func] (jansson)
+jansson_array_size(key/path, src, dst)		@@-- [func] (jansson)
+jansson_get(key/path, src, dst)		@@-- [func] (jansson)
+jansson_get_field(src, field_name, dst)		@@-- [func] (jansson)
+jansson_set(type, key/path, value, result)		@@-- [func] (jansson)
 java_method_exec(method, method_signature, [param1[, param2[, ...]]])		@@-- [func] (app_java)
 java_method_exec(method, method_signature, [param1[, param2[, ...]]])		@@-- [func] (app_java)
 java_staticmethod_exec(method, method_signature, [param1[, param2[, ...]]])		@@-- [func] (app_java)
 java_staticmethod_exec(method, method_signature, [param1[, param2[, ...]]])		@@-- [func] (app_java)
 java_s_method_exec(method, method_signature, [param1[, param2[, ...]]])		@@-- [func] (app_java)
 java_s_method_exec(method, method_signature, [param1[, param2[, ...]]])		@@-- [func] (app_java)
 java_s_staticmethod_exec(method, method_signature, [param1[, param2[, ...]]])		@@-- [func] (app_java)
 java_s_staticmethod_exec(method, method_signature, [param1[, param2[, ...]]])		@@-- [func] (app_java)
 jsonrpc_dispatch()		@@-- [func] (jsonrpc-s)
 jsonrpc_dispatch()		@@-- [func] (jsonrpc-s)
+jsonrpc_exec(cmd)		@@-- [func] (jsonrpc-s)
 jsonrpc_notification(method, parameters)		@@-- [func] (jsonrpc-c)
 jsonrpc_notification(method, parameters)		@@-- [func] (jsonrpc-c)
 jsonrpc_request(method, parameters, return_route, error_route, result_var)		@@-- [func] (jsonrpc-c)
 jsonrpc_request(method, parameters, return_route, error_route, result_var)		@@-- [func] (jsonrpc-c)
 json_get_field(json_string, field_name, destination)		@@-- [func] (json)
 json_get_field(json_string, field_name, destination)		@@-- [func] (json)
-keep_hf(regexp)		@@-- [func] (textopsx)
+keep_hf([regexp])		@@-- [func] (textopsx)
 km_append_branch([uri])		@@-- [func] (kex)
 km_append_branch([uri])		@@-- [func] (kex)
 ldap_filter_url_encode(string, avp_spec)		@@-- [func] (ldap)
 ldap_filter_url_encode(string, avp_spec)		@@-- [func] (ldap)
 ldap_result("ldap_attr_name/avp_spec[/avp_type]" [, regex_subst])		@@-- [func] (ldap)
 ldap_result("ldap_attr_name/avp_spec[/avp_type]" [, regex_subst])		@@-- [func] (ldap)
@@ -333,11 +363,13 @@ load_extra_attrs (group_id, id)		@@-- [func] (uid_avp_db)
 load_gws(lcr_id[, uri_user[, caller_uri]])		@@-- [func] (lcr)
 load_gws(lcr_id[, uri_user[, caller_uri]])		@@-- [func] (lcr)
 lock(key)		@@-- [func] (cfgutils)
 lock(key)		@@-- [func] (cfgutils)
 lock_extra_attrs (group_id, id)		@@-- [func] (uid_avp_db)
 lock_extra_attrs (group_id, id)		@@-- [func] (uid_avp_db)
+log_udp(text)		@@-- [func] (log_custom)
 lookup(domain [, uri])		@@-- [func] (registrar)
 lookup(domain [, uri])		@@-- [func] (registrar)
 lookup(domain)		@@-- [func] (ims_registrar_scscf)
 lookup(domain)		@@-- [func] (ims_registrar_scscf)
 lookup_branches(domain)		@@-- [func] (registrar)
 lookup_branches(domain)		@@-- [func] (registrar)
 lookup_domain(attr_group, domain)		@@-- [func] (uid_domain)
 lookup_domain(attr_group, domain)		@@-- [func] (uid_domain)
 lookup_domain(domain[, prefix])		@@-- [func] (domain)
 lookup_domain(domain[, prefix])		@@-- [func] (domain)
+lookup_path_to_contact(uri)		@@-- [func] (ims_registrar_scscf)
 loose_route()		@@-- [func] (rr)
 loose_route()		@@-- [func] (rr)
 lua_dofile(path)		@@-- [func] (app_lua)
 lua_dofile(path)		@@-- [func] (app_lua)
 lua_dostring(script)		@@-- [func] (app_lua)
 lua_dostring(script)		@@-- [func] (app_lua)
@@ -352,6 +384,12 @@ mohq_count (queue_name, pvar)		@@-- [func] (mohqueue)
 mohq_process ()		@@-- [func] (mohqueue)
 mohq_process ()		@@-- [func] (mohqueue)
 mohq_retrieve (queue_name, URI)		@@-- [func] (mohqueue)
 mohq_retrieve (queue_name, URI)		@@-- [func] (mohqueue)
 mohq_send (queue_name)		@@-- [func] (mohqueue)
 mohq_send (queue_name)		@@-- [func] (mohqueue)
+mongodb_cmd(srvname, dbname, cname, command, replyid)		@@-- [func] (ndb_mongodb)
+mongodb_cmd_simple(srvname, dbname, cname, command, replyid)		@@-- [func] (ndb_mongodb)
+mongodb_find(srvname, dbname, cname, command, replyid)		@@-- [func] (ndb_mongodb)
+mongodb_find_one(srvname, dbname, cname, command, replyid)		@@-- [func] (ndb_mongodb)
+mongodb_free(replyid)		@@-- [func] (ndb_mongodb)
+mongodb_next(replyid)		@@-- [func] (ndb_mongodb)
 mono_exec(path [, param])		@@-- [func] (app_mono)
 mono_exec(path [, param])		@@-- [func] (app_mono)
 mono_run([param])		@@-- [func] (app_mono)
 mono_run([param])		@@-- [func] (app_mono)
 mq_add(queue, key, value)		@@-- [func] (mqueue)
 mq_add(queue, key, value)		@@-- [func] (mqueue)
@@ -359,6 +397,9 @@ mq_fetch(queue)		@@-- [func] (mqueue)
 mq_pv_free(queue)		@@-- [func] (mqueue)
 mq_pv_free(queue)		@@-- [func] (mqueue)
 mq_size(queue)		@@-- [func] (mqueue)
 mq_size(queue)		@@-- [func] (mqueue)
 msg_apply_changes()		@@-- [func] (textopsx)
 msg_apply_changes()		@@-- [func] (textopsx)
+msg_iflag_is_set(flagname)		@@-- [func] (corex)
+msg_iflag_reset(flagname)		@@-- [func] (corex)
+msg_iflag_set(flagname)		@@-- [func] (corex)
 msrp_cmap_lookup()		@@-- [func] (msrp)
 msrp_cmap_lookup()		@@-- [func] (msrp)
 msrp_cmap_save()		@@-- [func] (msrp)
 msrp_cmap_save()		@@-- [func] (msrp)
 msrp_is_reply()		@@-- [func] (msrp)
 msrp_is_reply()		@@-- [func] (msrp)
@@ -379,6 +420,11 @@ not_empty(pvar)		@@-- [func] (pv)
 options_reply()		@@-- [func] (siputils)
 options_reply()		@@-- [func] (siputils)
 pcre_match (string, pcre_regex)		@@-- [func] (regex)
 pcre_match (string, pcre_regex)		@@-- [func] (regex)
 pcre_match_group (string [, group])		@@-- [func] (regex)
 pcre_match_group (string [, group])		@@-- [func] (regex)
+pcscf_follows_service_routes(domain)		@@-- [func] (ims_registrar_pcscf)
+pcscf_force_service_routes(domain)		@@-- [func] (ims_registrar_pcscf)
+pcscf_is_registered(domain)		@@-- [func] (ims_registrar_pcscf)
+pcscf_save(domain)		@@-- [func] (ims_registrar_pcscf)
+pcscf_save_pending(domain)		@@-- [func] (ims_registrar_pcscf)
 pdb_query (string query, string dstavp)		@@-- [func] (pdb)
 pdb_query (string query, string dstavp)		@@-- [func] (pdb)
 pd_translate(sdomain, rewrite_mode)		@@-- [func] (pdt)
 pd_translate(sdomain, rewrite_mode)		@@-- [func] (pdt)
 perl_exec(func, [param])		@@-- [func] (app_perl)
 perl_exec(func, [param])		@@-- [func] (app_perl)
@@ -420,8 +466,11 @@ pv_isset(pvar)		@@-- [func] (pv)
 pv_printf(var, str)		@@-- [func] (kex)
 pv_printf(var, str)		@@-- [func] (kex)
 pv_proxy_authenticate(realm, passwd, flags)		@@-- [func] (auth)
 pv_proxy_authenticate(realm, passwd, flags)		@@-- [func] (auth)
 pv_unset(pvar)		@@-- [func] (pv)
 pv_unset(pvar)		@@-- [func] (pv)
+pv_var_to_xavp(varname, xname)		@@-- [func] (pv)
 pv_www_authenticate(realm, passwd, flags [, method])		@@-- [func] (auth)
 pv_www_authenticate(realm, passwd, flags [, method])		@@-- [func] (auth)
-python_exec(method [, mystr])		@@-- [func] (app_python)
+pv_xavp_print()		@@-- [func] (pv)
+pv_xavp_to_var(xname)		@@-- [func] (pv)
+python_exec(method [, args])		@@-- [func] (app_python)
 radius_does_uri_exist([uri])		@@-- [func] (misc_radius)
 radius_does_uri_exist([uri])		@@-- [func] (misc_radius)
 radius_does_uri_user_exist([user])		@@-- [func] (misc_radius)
 radius_does_uri_user_exist([user])		@@-- [func] (misc_radius)
 radius_is_user_in(user, group)		@@-- [func] (misc_radius)
 radius_is_user_in(user, group)		@@-- [func] (misc_radius)
@@ -440,7 +489,7 @@ redis_cmd(srvname, command, ..., replyid)		@@-- [func] (ndb_redis)
 redis_free(replyid)		@@-- [func] (ndb_redis)
 redis_free(replyid)		@@-- [func] (ndb_redis)
 reginfo_handle_notify(uldomain)		@@-- [func] (pua_reginfo)
 reginfo_handle_notify(uldomain)		@@-- [func] (pua_reginfo)
 reginfo_subscribe(uri[, expires])		@@-- [func] (pua_reginfo)
 reginfo_subscribe(uri[, expires])		@@-- [func] (pua_reginfo)
-registered(domain [, uri])		@@-- [func] (registrar)
+registered(domain [, uri [, match_option [, match_action]]])		@@-- [func] (registrar)
 reg_fetch_contacts(domain, uri, profile)		@@-- [func] (ims_registrar_scscf)
 reg_fetch_contacts(domain, uri, profile)		@@-- [func] (ims_registrar_scscf)
 reg_fetch_contacts(domain, uri, profile)		@@-- [func] (registrar)
 reg_fetch_contacts(domain, uri, profile)		@@-- [func] (registrar)
 reg_free_contacts(profile)		@@-- [func] (ims_registrar_scscf)
 reg_free_contacts(profile)		@@-- [func] (ims_registrar_scscf)
@@ -452,6 +501,7 @@ remove_hf(hname)		@@-- [func] (textops)
 remove_hf_re(re)		@@-- [func] (textops)
 remove_hf_re(re)		@@-- [func] (textops)
 remove_hf_value(hf_par)		@@-- [func] (textopsx)
 remove_hf_value(hf_par)		@@-- [func] (textopsx)
 remove_hf_value2(hf_par)		@@-- [func] (textopsx)
 remove_hf_value2(hf_par)		@@-- [func] (textopsx)
+remove_record_route()		@@-- [func] (rr)
 replace(re, txt)		@@-- [func] (textops)
 replace(re, txt)		@@-- [func] (textops)
 replace_all(re, txt)		@@-- [func] (textops)
 replace_all(re, txt)		@@-- [func] (textops)
 replace_attr_hf(header_name, $avp_name)		@@-- [func] (avp)
 replace_attr_hf(header_name, $avp_name)		@@-- [func] (avp)
@@ -475,7 +525,12 @@ rls_update_subs(uri, event)		@@-- [func] (rls)
 rl_check([pvar])		@@-- [func] (ratelimit)
 rl_check([pvar])		@@-- [func] (ratelimit)
 rl_check_pipe([pipe_no])		@@-- [func] (ratelimit)
 rl_check_pipe([pipe_no])		@@-- [func] (ratelimit)
 route_if_exists(route)		@@-- [func] (cfgutils)
 route_if_exists(route)		@@-- [func] (cfgutils)
-Ro_CCR(route_name, direction, charge_type, unit_type, reservation_units, domain		@@-- [func] (ims_charging)
+Ro_CCR(route_name, direction, reservation_units, domain, incoming_trunk_id, outgoing_trunk_id		@@-- [func] (ims_charging)
+Ro_set_session_id_avp()		@@-- [func] (ims_charging)
+rtjson_init_routes(rtdoc)		@@-- [func] (rtjson)
+rtjson_next_route()		@@-- [func] (rtjson)
+rtjson_push_routes()		@@-- [func] (rtjson)
+rtjson_update_branch()		@@-- [func] (rtjson)
 rtpengine_answer([flags])		@@-- [func] (rtpengine)
 rtpengine_answer([flags])		@@-- [func] (rtpengine)
 rtpengine_delete([flags])		@@-- [func] (rtpengine)
 rtpengine_delete([flags])		@@-- [func] (rtpengine)
 rtpengine_manage([flags])		@@-- [func] (rtpengine)
 rtpengine_manage([flags])		@@-- [func] (rtpengine)
@@ -488,15 +543,18 @@ rtpproxy_stop_stream2uac(),		@@-- [func] (rtpproxy)
 rtpproxy_stop_stream2uas(prompt_name, count)		@@-- [func] (rtpproxy)
 rtpproxy_stop_stream2uas(prompt_name, count)		@@-- [func] (rtpproxy)
 rtpproxy_stream2uac(prompt_name, count),		@@-- [func] (rtpproxy)
 rtpproxy_stream2uac(prompt_name, count),		@@-- [func] (rtpproxy)
 rtpproxy_stream2uas(prompt_name, count)		@@-- [func] (rtpproxy)
 rtpproxy_stream2uas(prompt_name, count)		@@-- [func] (rtpproxy)
-Rx_AAR(route_block, direction)		@@-- [func] (ims_qos)
+Rx_AAR(route_block, direction, subscription_id, subscription_id_type)		@@-- [func] (ims_qos)
 Rx_AAR_Register(route_block, domain)		@@-- [func] (ims_qos)
 Rx_AAR_Register(route_block, domain)		@@-- [func] (ims_qos)
 sanity_check([msg_checks [, uri_checks]])		@@-- [func] (sanity)
 sanity_check([msg_checks [, uri_checks]])		@@-- [func] (sanity)
 save(async_reply_route, domain)		@@-- [func] (ims_registrar_scscf)
 save(async_reply_route, domain)		@@-- [func] (ims_registrar_scscf)
 save(domain, [, flags [, uri]])		@@-- [func] (registrar)
 save(domain, [, flags [, uri]])		@@-- [func] (registrar)
 save_extra_attrs (group_id, id)		@@-- [func] (uid_avp_db)
 save_extra_attrs (group_id, id)		@@-- [func] (uid_avp_db)
+sbranch_append()		@@-- [func] (pv)
+sbranch_reset()		@@-- [func] (pv)
+sbranch_set_ruri()		@@-- [func] (pv)
 sca_call_info_update()		@@-- [func] (sca)
 sca_call_info_update()		@@-- [func] (sca)
 sca_handle_subscribe()		@@-- [func] (sca)
 sca_handle_subscribe()		@@-- [func] (sca)
-sdp_content()		@@-- [func] (sdpops)
+sdp_content([sloppy])		@@-- [func] (sdpops)
 sdp_get(avpvar)		@@-- [func] (sdpops)
 sdp_get(avpvar)		@@-- [func] (sdpops)
 sdp_get_line_startswith(avpvar, string)		@@-- [func] (sdpops)
 sdp_get_line_startswith(avpvar, string)		@@-- [func] (sdpops)
 sdp_keep_codecs_by_id(list [, mtype])		@@-- [func] (sdpops)
 sdp_keep_codecs_by_id(list [, mtype])		@@-- [func] (sdpops)
@@ -510,19 +568,20 @@ sdp_remove_line_by_prefix(string)		@@-- [func] (sdpops)
 sdp_remove_media(type)		@@-- [func] (sdpops)
 sdp_remove_media(type)		@@-- [func] (sdpops)
 sdp_remove_transport(type)		@@-- [func] (sdpops)
 sdp_remove_transport(type)		@@-- [func] (sdpops)
 sdp_transport(pv)		@@-- [func] (sdpops)
 sdp_transport(pv)		@@-- [func] (sdpops)
+sdp_with_active_media(type)		@@-- [func] (sdpops)
 sdp_with_codecs_by_id(list)		@@-- [func] (sdpops)
 sdp_with_codecs_by_id(list)		@@-- [func] (sdpops)
 sdp_with_codecs_by_name(list)		@@-- [func] (sdpops)
 sdp_with_codecs_by_name(list)		@@-- [func] (sdpops)
 sdp_with_ice()		@@-- [func] (sdpops)
 sdp_with_ice()		@@-- [func] (sdpops)
 sdp_with_media(type)		@@-- [func] (sdpops)
 sdp_with_media(type)		@@-- [func] (sdpops)
 sdp_with_transport(type)		@@-- [func] (sdpops)
 sdp_with_transport(type)		@@-- [func] (sdpops)
 sdp_with_transport_like(string)		@@-- [func] (sdpops)
 sdp_with_transport_like(string)		@@-- [func] (sdpops)
+sd_journal_print(level, text)		@@-- [func] (log_systemd)
 sd_lookup(table [, owner])		@@-- [func] (speeddial)
 sd_lookup(table [, owner])		@@-- [func] (speeddial)
 search(re)		@@-- [func] (textops)
 search(re)		@@-- [func] (textops)
 search_append(re, txt)		@@-- [func] (textops)
 search_append(re, txt)		@@-- [func] (textops)
 search_append_body(re, txt)		@@-- [func] (textops)
 search_append_body(re, txt)		@@-- [func] (textops)
 search_body(re)		@@-- [func] (textops)
 search_body(re)		@@-- [func] (textops)
 search_hf(hf, re, flags)		@@-- [func] (textops)
 search_hf(hf, re, flags)		@@-- [func] (textops)
-Selects		@@-- [func] (textopsx)
 send([ host [ :port ] ])		@@-- [func] (corex)
 send([ host [ :port ] ])		@@-- [func] (corex)
 send_data(uri, data)		@@-- [func] (corex)
 send_data(uri, data)		@@-- [func] (corex)
 send_reply(code, reason)		@@-- [func] (sl)
 send_reply(code, reason)		@@-- [func] (sl)
@@ -542,25 +601,31 @@ set_gflag(flag)		@@-- [func] (cfgutils)
 set_gflag(flag_num)		@@-- [func] (uid_gflags)
 set_gflag(flag_num)		@@-- [func] (uid_gflags)
 set_iattr(attribute,value)		@@-- [func] (avp)
 set_iattr(attribute,value)		@@-- [func] (avp)
 set_reply_body(txt,content_type)		@@-- [func] (textops)
 set_reply_body(txt,content_type)		@@-- [func] (textops)
-set_rtpengine_set(setid)		@@-- [func] (rtpengine)
+set_rtpengine_set(setid[, setid])		@@-- [func] (rtpengine)
 set_rtp_proxy_set(setid)		@@-- [func] (rtpproxy)
 set_rtp_proxy_set(setid)		@@-- [func] (rtpproxy)
 set_sattr(attribute,value)		@@-- [func] (avp)
 set_sattr(attribute,value)		@@-- [func] (avp)
 set_uri_host(uri, host)		@@-- [func] (siputils)
 set_uri_host(uri, host)		@@-- [func] (siputils)
 set_uri_user(uri, user)		@@-- [func] (siputils)
 set_uri_user(uri, user)		@@-- [func] (siputils)
 shm_status()		@@-- [func] (cfgutils)
 shm_status()		@@-- [func] (cfgutils)
 shm_summary()		@@-- [func] (cfgutils)
 shm_summary()		@@-- [func] (cfgutils)
+sht_iterator_end(iname)		@@-- [func] (htable)
+sht_iterator_next(iname)		@@-- [func] (htable)
+sht_iterator_start(iname, hname)		@@-- [func] (htable)
 sht_lock(htable=>key)		@@-- [func] (htable)
 sht_lock(htable=>key)		@@-- [func] (htable)
 sht_print()		@@-- [func] (htable)
 sht_print()		@@-- [func] (htable)
+sht_reset(htable)		@@-- [func] (htable)
 sht_rm_name_re(htable=>regexp)		@@-- [func] (htable)
 sht_rm_name_re(htable=>regexp)		@@-- [func] (htable)
 sht_rm_value_re(htable=>regexp)		@@-- [func] (htable)
 sht_rm_value_re(htable=>regexp)		@@-- [func] (htable)
 sht_unlock(htable=>key)		@@-- [func] (htable)
 sht_unlock(htable=>key)		@@-- [func] (htable)
 sipt_destination(destination, hops, nai)		@@-- [func] (sipt)
 sipt_destination(destination, hops, nai)		@@-- [func] (sipt)
+sipt_set_bci_1(charge_indicator, called_status, called_category, e2e_indicator)		@@-- [func] (sipt)
 sipt_set_calling(origin, nai, presentation, screening)		@@-- [func] (sipt)
 sipt_set_calling(origin, nai, presentation, screening)		@@-- [func] (sipt)
 sip_trace([address])		@@-- [func] (siptrace)
 sip_trace([address])		@@-- [func] (siptrace)
 sleep(time)		@@-- [func] (cfgutils)
 sleep(time)		@@-- [func] (cfgutils)
 sl_forward _reply([ code, [ reason ] ])		@@-- [func] (sl)
 sl_forward _reply([ code, [ reason ] ])		@@-- [func] (sl)
 sl_reply_error()		@@-- [func] (sl)
 sl_reply_error()		@@-- [func] (sl)
 sl_send_reply(code, reason)		@@-- [func] (sl)
 sl_send_reply(code, reason)		@@-- [func] (sl)
+smsdump()		@@-- [func] (smsops)
 sms_send_msg()		@@-- [func] (sms)
 sms_send_msg()		@@-- [func] (sms)
 sms_send_msg_to_net(network_name)		@@-- [func] (sms)
 sms_send_msg_to_net(network_name)		@@-- [func] (sms)
 sql_pvquery(connection, query, result)		@@-- [func] (sqlops)
 sql_pvquery(connection, query, result)		@@-- [func] (sqlops)
@@ -568,10 +633,17 @@ sql_query(connection, query[, result])		@@-- [func] (sqlops)
 sql_query_async(connection, query)		@@-- [func] (sqlops)
 sql_query_async(connection, query)		@@-- [func] (sqlops)
 sql_result_free(result)		@@-- [func] (sqlops)
 sql_result_free(result)		@@-- [func] (sqlops)
 sql_xquery(connection, query, result)		@@-- [func] (sqlops)
 sql_xquery(connection, query, result)		@@-- [func] (sqlops)
+srv_query(srvcname, pvid)		@@-- [func] (ipops)
 sstCheckMin(send_reply_flag)		@@-- [func] (sst)
 sstCheckMin(send_reply_flag)		@@-- [func] (sst)
 starts_with(str1, str2)		@@-- [func] (textops)
 starts_with(str1, str2)		@@-- [func] (textops)
 start_recording()		@@-- [func] (rtpengine)
 start_recording()		@@-- [func] (rtpengine)
 start_recording()		@@-- [func] (rtpproxy)
 start_recording()		@@-- [func] (rtpproxy)
+statsd_decr(key)		@@-- [func] (statsd)
+statsd_gauge(key, value)		@@-- [func] (statsd)
+statsd_incr(key)		@@-- [func] (statsd)
+statsd_set(key, value)		@@-- [func] (statsd)
+statsd_start(key)		@@-- [func] (statsd)
+statsd_stop(key)		@@-- [func] (statsd)
 subscribe_to_reg(domain)		@@-- [func] (ims_registrar_scscf)
 subscribe_to_reg(domain)		@@-- [func] (ims_registrar_scscf)
 subst('/re/repl/flags')		@@-- [func] (textops)
 subst('/re/repl/flags')		@@-- [func] (textops)
 subst_attr($avp_name, subst_re)		@@-- [func] (avp)
 subst_attr($avp_name, subst_re)		@@-- [func] (avp)
@@ -579,12 +651,20 @@ subst_body('/re/repl/flags')		@@-- [func] (textops)
 subst_hf(hf, subexp, flags)		@@-- [func] (textops)
 subst_hf(hf, subexp, flags)		@@-- [func] (textops)
 subst_uri('/re/repl/flags')		@@-- [func] (textops)
 subst_uri('/re/repl/flags')		@@-- [func] (textops)
 subst_user('/re/repl/flags')		@@-- [func] (textops)
 subst_user('/re/repl/flags')		@@-- [func] (textops)
+tcp_conid_alive(conid)		@@-- [func] (tcpops)
+tcp_conid_state(conid)		@@-- [func] (tcpops)
+tcp_keepalive_disable([conid])		@@-- [func] (tcpops)
+tcp_keepalive_enable([conid], idle, count, interval)		@@-- [func] (tcpops)
+tcp_set_connection_lifetime([conid], lifetime)		@@-- [func] (tcpops)
 tel2sip(uri, hostpart, result)		@@-- [func] (siputils)
 tel2sip(uri, hostpart, result)		@@-- [func] (siputils)
 term_impu_registered(domain)		@@-- [func] (ims_registrar_scscf)
 term_impu_registered(domain)		@@-- [func] (ims_registrar_scscf)
 time_period_match(period [, timestamp])		@@-- [func] (tmrec)
 time_period_match(period [, timestamp])		@@-- [func] (tmrec)
 tmrec_match(timerec [, timestamp])		@@-- [func] (tmrec)
 tmrec_match(timerec [, timestamp])		@@-- [func] (tmrec)
 to_any_gw([ip_addr, proto])		@@-- [func] (lcr)
 to_any_gw([ip_addr, proto])		@@-- [func] (lcr)
 to_gw(lcr_id[, ip_addr, proto])		@@-- [func] (lcr)
 to_gw(lcr_id[, ip_addr, proto])		@@-- [func] (lcr)
+ts_append(domain, ruri)		@@-- [func] (tsilo)
+ts_append_to(tindex, tlabel, domain, [uri])		@@-- [func] (tsilo)
+ts_store([uri])		@@-- [func] (tsilo)
 typeof(pvar, vtype)		@@-- [func] (pv)
 typeof(pvar, vtype)		@@-- [func] (pv)
 t_any_replied()		@@-- [func] (tm)
 t_any_replied()		@@-- [func] (tm)
 t_any_timeout()		@@-- [func] (tm)
 t_any_timeout()		@@-- [func] (tm)
@@ -608,6 +688,7 @@ t_is_canceled()		@@-- [func] (tm)
 t_is_expired()		@@-- [func] (tm)
 t_is_expired()		@@-- [func] (tm)
 t_is_failure_route()		@@-- [func] (tmx)
 t_is_failure_route()		@@-- [func] (tmx)
 t_is_reply_route()		@@-- [func] (tmx)
 t_is_reply_route()		@@-- [func] (tmx)
+t_is_retr_async_reply()		@@-- [func] (tm)
 t_is_set(target)		@@-- [func] (tm)
 t_is_set(target)		@@-- [func] (tm)
 t_load_contacts()		@@-- [func] (tm)
 t_load_contacts()		@@-- [func] (tm)
 t_lookup_cancel([1])		@@-- [func] (tm)
 t_lookup_cancel([1])		@@-- [func] (tm)
@@ -684,19 +765,28 @@ www_authenticate(realm, table [, method])		@@-- [func] (auth_db)
 www_authorize(realm, table)		@@-- [func] (auth_db)
 www_authorize(realm, table)		@@-- [func] (auth_db)
 www_authorize(realm, table)		@@-- [func] (uid_auth_db)
 www_authorize(realm, table)		@@-- [func] (uid_auth_db)
 www_challenge(realm, flags)		@@-- [func] (auth)
 www_challenge(realm, flags)		@@-- [func] (auth)
+xalert(format)		@@-- [func] (xlog)
+xavp_params_explode(sparams, xname)		@@-- [func] (pv)
+xbug(format)		@@-- [func] (xlog)
 xcaps_del(uri, path)		@@-- [func] (xcap_server)
 xcaps_del(uri, path)		@@-- [func] (xcap_server)
 xcaps_get(uri, path)		@@-- [func] (xcap_server)
 xcaps_get(uri, path)		@@-- [func] (xcap_server)
 xcaps_put(uri, path, doc)		@@-- [func] (xcap_server)
 xcaps_put(uri, path, doc)		@@-- [func] (xcap_server)
 xcap_auth_status(watcher_uri, presentity_uri)		@@-- [func] (utils)
 xcap_auth_status(watcher_uri, presentity_uri)		@@-- [func] (utils)
+xcrit(format)		@@-- [func] (xlog)
 xdbg(format)		@@-- [func] (xlog)
 xdbg(format)		@@-- [func] (xlog)
 xdbgl(format)		@@-- [func] (xlog)
 xdbgl(format)		@@-- [func] (xlog)
+xerr(format)		@@-- [func] (xlog)
 xhttp_reply(code, reason, ctype, body)		@@-- [func] (xhttp)
 xhttp_reply(code, reason, ctype, body)		@@-- [func] (xhttp)
+xinfo(format)		@@-- [func] (xlog)
 xlfix_attr($attribute)		@@-- [func] (avp)
 xlfix_attr($attribute)		@@-- [func] (avp)
 xlog([ [facility,] level,] format)		@@-- [func] (xlog)
 xlog([ [facility,] level,] format)		@@-- [func] (xlog)
 xlogl([ [facility,] level,] format)		@@-- [func] (xlog)
 xlogl([ [facility,] level,] format)		@@-- [func] (xlog)
+xlogm(level, format)		@@-- [func] (xlog)
 xlset_attr($attribute, xl_format)		@@-- [func] (avp)
 xlset_attr($attribute, xl_format)		@@-- [func] (avp)
 xlset_destination(xl_format)		@@-- [func] (avp)
 xlset_destination(xl_format)		@@-- [func] (avp)
 xmlrpc_reply(code, reason)		@@-- [func] (xmlrpc)
 xmlrpc_reply(code, reason)		@@-- [func] (xmlrpc)
 xmpp_send_message()		@@-- [func] (xmpp)
 xmpp_send_message()		@@-- [func] (xmpp)
+xnotice(format)		@@-- [func] (xlog)
 xpdbg(format)		@@-- [func] (xprint)
 xpdbg(format)		@@-- [func] (xprint)
 xplog(level, format)		@@-- [func] (xprint)
 xplog(level, format)		@@-- [func] (xprint)
+xwarn(format)		@@-- [func] (xlog)