diff --git a/doc/tutorials/rpc_list/docbook/rpc_app_jsdt.xml b/doc/tutorials/rpc_list/docbook/rpc_app_jsdt.xml new file mode 100644 index 00000000000..40ab18dd0b7 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_app_jsdt.xml @@ -0,0 +1,27 @@ + + + + + +RPC Exports for app_jsdt + + + +
app_jsdt.reload + + Documentation missing (app_jsdt_rpc_reload_doc). + + + +
+ +
app_jsdt.api_list + + Documentation missing (app_jsdt_rpc_api_list_doc). + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_app_lua.xml b/doc/tutorials/rpc_list/docbook/rpc_app_lua.xml index 998139863d6..4fd0287d6a4 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_app_lua.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_app_lua.xml @@ -10,7 +10,7 @@ RPC Exports for app_lua
app_lua.reload - Documentation missing (app_lua_rpc_reload_doc). + Reload lua script diff --git a/doc/tutorials/rpc_list/docbook/rpc_app_sqlang.xml b/doc/tutorials/rpc_list/docbook/rpc_app_sqlang.xml new file mode 100644 index 00000000000..3f47e52abbb --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_app_sqlang.xml @@ -0,0 +1,27 @@ + + + + + +RPC Exports for app_sqlang + + + +
app_sqlang.reload + + Documentation missing (app_sqlang_rpc_reload_doc). + + + +
+ +
app_sqlang.api_list + + Documentation missing (app_sqlang_rpc_api_list_doc). + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_auth_ephemeral.xml b/doc/tutorials/rpc_list/docbook/rpc_auth_ephemeral.xml new file mode 100644 index 00000000000..ce76ab9f199 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_auth_ephemeral.xml @@ -0,0 +1,36 @@ + + + + + +RPC Exports for auth_ephemeral + + + +
autheph.dump_secrets + + Documentation missing (autheph_rpc_dump_secrets_doc). + + + Returns an array. + +
+ +
autheph.add_secret + + Add a secret + + + +
+ +
autheph.rm_secret + + Remove a secret + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_benchmark.xml b/doc/tutorials/rpc_list/docbook/rpc_benchmark.xml new file mode 100644 index 00000000000..b87ba35359a --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_benchmark.xml @@ -0,0 +1,43 @@ + + + + + +RPC Exports for benchmark + + + +
benchmark.enable_global + + Enable/disable benchmarking + + + +
+ +
benchmark.enable_timer + + Enable/disable a benchmark timer + + + +
+ +
benchmark.granularity + + Set benchmarking granularity + + + +
+ +
benchmark.loglevel + + Set benchmarking log level + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_call_obj.xml b/doc/tutorials/rpc_list/docbook/rpc_call_obj.xml new file mode 100644 index 00000000000..2b2810da91e --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_call_obj.xml @@ -0,0 +1,44 @@ + + + + + +RPC Exports for call_obj + + + +
call_obj.free + + Free an object so it can be assigned again + + + +
+ +
call_obj.stats + + Show statistics about module objects + + + +
+ +
call_obj.free_all + + Documentation missing (rpc_call_obj_free_all_doc). + + + +
+ +
call_obj.list + + Get a list of objects with a longer duration (in seconds) than + a number + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_carrierroute.xml b/doc/tutorials/rpc_list/docbook/rpc_carrierroute.xml index c424a8fb015..5116f9f2c9b 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_carrierroute.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_carrierroute.xml @@ -16,4 +16,12 @@ RPC Exports for carrierroute
+
cr.dump_routes + + Dump routes + + + +
+ diff --git a/doc/tutorials/rpc_list/docbook/rpc_cfgutils.xml b/doc/tutorials/rpc_list/docbook/rpc_cfgutils.xml index ba79ea537ce..1d42532370c 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_cfgutils.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_cfgutils.xml @@ -10,7 +10,7 @@ RPC Exports for cfgutils
cfgutils.is_gflag - Documentation missing (is_gflag_doc). + Documentation missing (cfgutils_rpc_is_gflag_doc). @@ -18,7 +18,15 @@ RPC Exports for cfgutils
cfgutils.set_gflag - Documentation missing (set_gflag_doc). + Documentation missing (cfgutils_rpc_set_gflag_doc). + + + +
+ +
cfgutils.get_gflags + + Documentation missing (cfgutils_rpc_get_gflags_doc). @@ -26,7 +34,47 @@ RPC Exports for cfgutils
cfgutils.reset_gflag - Documentation missing (reset_gflag_doc). + Documentation missing (cfgutils_rpc_reset_gflag_doc). + + + +
+ +
cfgutils.rand_set_prob + + Documentation missing (cfgutils_rpc_set_prob_doc). + + + +
+ +
cfgutils.rand_reset_prob + + Documentation missing (cfgutils_rpc_reset_prob_doc). + + + +
+ +
cfgutils.rand_get_prob + + Documentation missing (cfgutils_rpc_get_prob_doc). + + + +
+ +
cfgutils.get_config_hash + + Documentation missing (cfgutils_rpc_get_hash_doc). + + + +
+ +
cfgutils.check_config_hash + + Documentation missing (cfgutils_rpc_check_hash_doc). diff --git a/doc/tutorials/rpc_list/docbook/rpc_cnxcc.xml b/doc/tutorials/rpc_list/docbook/rpc_cnxcc.xml index 03f6085b20b..6890361468e 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_cnxcc.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_cnxcc.xml @@ -32,4 +32,12 @@ RPC Exports for cnxcc
+
cnxcc.stats + + List credit control stats + + + +
+ diff --git a/doc/tutorials/rpc_list/docbook/rpc_counters.xml b/doc/tutorials/rpc_list/docbook/rpc_counters.xml index f37e361c494..091950f97e0 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_counters.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_counters.xml @@ -32,6 +32,15 @@ RPC Exports for counters
+
cnt.list_groups + + Documentation missing (cnt_grps_list_doc). + + + Returns an array. + +
+
cnt.grps_list Documentation missing (cnt_grps_list_doc). @@ -41,6 +50,15 @@ RPC Exports for counters
+
cnt.list_vars + + Documentation missing (cnt_var_list_doc). + + + Returns an array. + +
+
cnt.var_list Documentation missing (cnt_var_list_doc). @@ -50,6 +68,14 @@ RPC Exports for counters
+
cnt.get_vars + + Documentation missing (cnt_grp_get_all_doc). + + + +
+
cnt.grp_get_all Documentation missing (cnt_grp_get_all_doc). diff --git a/doc/tutorials/rpc_list/docbook/rpc_cplc.xml b/doc/tutorials/rpc_list/docbook/rpc_cplc.xml new file mode 100644 index 00000000000..dabe6196509 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_cplc.xml @@ -0,0 +1,35 @@ + + + + + +RPC Exports for cplc + + + +
cpl.load + + Documentation missing (cpl_rpc_load_doc). + + + +
+ +
cpl.remove + + Documentation missing (cpl_rpc_remove_doc). + + + +
+ +
cpl.get + + Documentation missing (cpl_rpc_get_doc). + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_ctl.xml b/doc/tutorials/rpc_list/docbook/rpc_ctl.xml index de6bade2edb..79b03ed152e 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_ctl.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_ctl.xml @@ -10,7 +10,7 @@ RPC Exports for ctl
ctl.who - list open connections + Documentation missing (io_listen_who_doc). diff --git a/doc/tutorials/rpc_list/docbook/rpc_db_berkeley.xml b/doc/tutorials/rpc_list/docbook/rpc_db_berkeley.xml new file mode 100644 index 00000000000..b1416191347 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_db_berkeley.xml @@ -0,0 +1,19 @@ + + + + + +RPC Exports for db_berkeley + + + +
db_berkeley.reload + + Reload a berkeley db or env + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_db_text.xml b/doc/tutorials/rpc_list/docbook/rpc_db_text.xml index ba99147e09b..ff64805028f 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_db_text.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_db_text.xml @@ -16,4 +16,12 @@ RPC Exports for db_text
+
db_text.query + + Perform Live Query + + + +
+ diff --git a/doc/tutorials/rpc_list/docbook/rpc_dialog.xml b/doc/tutorials/rpc_list/docbook/rpc_dialog.xml index ff38f202a31..fa6d13e5262 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_dialog.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_dialog.xml @@ -28,7 +28,7 @@ RPC Exports for dialog
dlg.dlg_list - Print dialog based on callid and fromtag + Print dialog based on callid and optionally fromtag @@ -37,7 +37,7 @@ RPC Exports for dialog
dlg.dlg_list_ctx Print dialog with associated context based on callid and - fromtag + optionally fromtag diff --git a/doc/tutorials/rpc_list/docbook/rpc_imc.xml b/doc/tutorials/rpc_list/docbook/rpc_imc.xml new file mode 100644 index 00000000000..1353b2267d1 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_imc.xml @@ -0,0 +1,28 @@ + + + + + +RPC Exports for imc + + + +
imc.list_rooms + + List imc rooms. + + + Returns an array. + +
+ +
imc.list_members + + List members in an imc room. + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_jsonrpcs.xml b/doc/tutorials/rpc_list/docbook/rpc_jsonrpcs.xml new file mode 100644 index 00000000000..7daa479cef3 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_jsonrpcs.xml @@ -0,0 +1,20 @@ + + + + + +RPC Exports for jsonrpcs + + + +
jsonrpc.echo + + Documentation missing (jsonrpc_rpc_echo_doc). + + + Returns an array. + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_keepalive.xml b/doc/tutorials/rpc_list/docbook/rpc_keepalive.xml new file mode 100644 index 00000000000..fdb81ef8d3b --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_keepalive.xml @@ -0,0 +1,19 @@ + + + + + +RPC Exports for keepalive + + + +
keepalive.list + + Documentation missing (keepalive_rpc_list_doc). + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_lcr.xml b/doc/tutorials/rpc_list/docbook/rpc_lcr.xml index 3662eb940a1..353e7b0753a 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_lcr.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_lcr.xml @@ -40,4 +40,17 @@ RPC Exports for lcr
+
lcr.load_gws + + Load matching gateways and prints their ids in priority order. + Mandatory parameters are lcr_id and uri_user followed by + optional parameters caller_uri and request_uri. Error is + reported if an lcr_rule with matching prefix and from_uri has + non-null request_uri and request_uri parameter has not been + given. + + + +
+ diff --git a/doc/tutorials/rpc_list/docbook/rpc_list.html b/doc/tutorials/rpc_list/docbook/rpc_list.html new file mode 100644 index 00000000000..5c8af0b4431 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_list.html @@ -0,0 +1,8190 @@ + + + + + + RPC Commands List + + + + + + +
+
+
+
+

RPC Commands List

+
+
+
+
+

Kamailio Development Team

+
+ https://www.kamailio.org
+
+
+
+
+
+ +
+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. +RPC Exports for core + + +
+
+ + 2. +RPC Exports for app_jsdt + + +
+
+ + 3. +RPC Exports for app_lua + + +
+
+ + 4. +RPC Exports for app_perl + + +
+
+ + 5. +RPC Exports for app_sqlang + + +
+
+ + 6. +RPC Exports for auth_ephemeral + + +
+
+ + 7. +RPC Exports for auth_xkeys + + +
+
+ + 8. +RPC Exports for benchmark + + +
+
+ + 9. +RPC Exports for call_obj + + +
+
+ + 10. +RPC Exports for carrierroute + + +
+
+ + 11. +RPC Exports for cdp + + +
+
+ + 12. +RPC Exports for cfg_rpc + + +
+
+ + 13. +RPC Exports for cfgt + + +
+
+ + 14. +RPC Exports for cfgutils + + +
+
+ + 15. +RPC Exports for cnxcc + + +
+
+ + 16. +RPC Exports for corex + + +
+
+ + 17. +RPC Exports for counters + + +
+
+ + 18. +RPC Exports for cplc + + +
+
+ + 19. +RPC Exports for ctl + + +
+
+ + 20. +RPC Exports for db_berkeley + + +
+
+ + 21. +RPC Exports for db_flatstore + + +
+
+ + 22. +RPC Exports for db_flatstore + + +
+
+ + 23. +RPC Exports for db_text + + +
+
+ + 24. +RPC Exports for debugger + + +
+
+ + 25. +RPC Exports for dialog + + +
+
+ + 26. +RPC Exports for dialplan + + +
+
+ + 27. +RPC Exports for dispatcher + + +
+
+ + 28. +RPC Exports for dmq + + +
+
+ + 29. +RPC Exports for domain + + +
+
+ + 30. +RPC Exports for drouting + + +
+
+ + 31. +RPC Exports for htable + + +
+
+ + 32. +RPC Exports for http_client + + +
+
+ + 33. +RPC Exports for imc + + +
+
+ + 34. +RPC Exports for ims_dialog + + +
+
+ + 35. +RPC Exports for ims_registrar_scscf + + +
+
+ + 36. +RPC Exports for ims_usrloc_pcscf + + +
+
+ + 37. +RPC Exports for ims_usrloc_scscf + + +
+
+ + 38. +RPC Exports for jsonrpcs + + +
+
+ + 39. +RPC Exports for keepalive + + +
+
+ + 40. +RPC Exports for kex + + +
+
+ + 41. +RPC Exports for kex + + +
+
+ + 42. +RPC Exports for kex + + +
+
+ + 43. +RPC Exports for lcr + + +
+
+ + 44. +RPC Exports for malloc_test + + +
+
+ + 45. +RPC Exports for matrix + + +
+
+ + 46. +RPC Exports for mqueue + + +
+
+ + 47. +RPC Exports for msrp + + +
+
+ + 48. +RPC Exports for mtree + + +
+
+ + 49. +RPC Exports for nathelper + + +
+
+ + 50. +RPC Exports for pdb + + +
+
+ + 51. +RPC Exports for pdt + + +
+
+ + 52. +RPC Exports for permissions + + +
+
+ + 53. +RPC Exports for pike + + +
+
+ + 54. +RPC Exports for pipelimit + + +
+
+ + 55. +RPC Exports for prefix_route + + +
+
+ + 56. +RPC Exports for presence + + +
+
+ + 57. +RPC Exports for pua + + +
+
+ + 58. +RPC Exports for pua_rpc + + +
+
+ + 59. +RPC Exports for pv + + +
+
+ + 60. +RPC Exports for ratelimit + + +
+
+ + 61. +RPC Exports for regex + + +
+
+ + 62. +RPC Exports for rls + + +
+
+ + 63. +RPC Exports for rtpengine + + +
+
+ + 64. +RPC Exports for rtpproxy + + +
+
+ + 65. +RPC Exports for sca + + +
+
+ + 66. +RPC Exports for sctp + + +
+
+ + 67. +RPC Exports for sipcapture + + +
+
+ + 68. +RPC Exports for siptrace + + +
+
+ + 69. +RPC Exports for sl + + +
+
+ + 70. +RPC Exports for statsc + + +
+
+ + 71. +RPC Exports for tls + + +
+
+ + 72. +RPC Exports for tm + + +
+
+ + 73. +RPC Exports for tsilo + + +
+
+ + 74. +RPC Exports for uac + + +
+
+ + 75. +RPC Exports for uid_domain + + +
+
+ + 76. +RPC Exports for uid_gflags + + +
+
+ + 77. +RPC Exports for userblacklist + + +
+
+ + 78. +RPC Exports for usrloc + + +
+
+ + 79. +RPC Exports for websocket + + +
+
+ + 80. +RPC Exports for xcap_client + + +
+
+ + 81. +RPC Exports for xhttp_pi + + +
+
+
+
+
+
+
+

Chapter 1.  +RPC Exports for core +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. system.listMethods + +
+
+ + 2. system.methodSignature + +
+
+ + 3. system.methodHelp + +
+
+ + 4. core.prints + +
+
+ + 5. core.printi + +
+
+ + 6. core.echo + +
+
+ + 7. core.version + +
+
+ + 8. core.flags + +
+
+ + 9. core.info + +
+
+ + 10. core.uptime + +
+
+ + 11. core.ps + +
+
+ + 12. core.psx + +
+
+ + 13. core.pwd + +
+
+ + 14. core.arg + +
+
+ + 15. core.kill + +
+
+ + 16. core.shmmem + +
+
+ + 17. core.tcp_info + +
+
+ + 18. core.tcp_options + +
+
+ + 19. core.tcp_list + +
+
+ + 20. core.udp4_raw_info + +
+
+ + 21. core.aliases_list + +
+
+ + 22. core.sockets_list + +
+
+ + 23. dns.mem_info + +
+
+ + 24. dns.debug + +
+
+ + 25. dns.debug_all + +
+
+ + 26. dns.view + +
+
+ + 27. dns.lookup + +
+
+ + 28. dns.delete_all + +
+
+ + 29. dns.delete_all_force + +
+
+ + 30. dns.add_a + +
+
+ + 31. dns.add_aaaa + +
+
+ + 32. dns.add_srv + +
+
+ + 33. dns.delete_a + +
+
+ + 34. dns.delete_aaaa + +
+
+ + 35. dns.delete_srv + +
+
+ + 36. dns.delete_naptr + +
+
+ + 37. dns.delete_cname + +
+
+ + 38. dns.delete_txt + +
+
+ + 39. dns.delete_ebl + +
+
+ + 40. dns.delete_ptr + +
+
+ + 41. dst_blacklist.mem_info + +
+
+ + 42. dst_blacklist.debug + +
+
+ + 43. dst_blacklist.view + +
+
+ + 44. dst_blacklist.delete_all + +
+
+ + 45. dst_blacklist.add + +
+
+
+
+
+
+
+

1. system.listMethods

+
+
+
+

+ Lists all RPC methods supported by the server. +

+

+ Returns an array. +

+
+
+
+
+
+

2. system.methodSignature

+
+
+
+

+ Returns signature of given method. +

+

+

+
+
+
+
+
+

3. system.methodHelp

+
+
+
+

+ Print the help string for given method. +

+

+

+
+
+
+
+
+

4. core.prints

+
+
+
+

+ Returns the strings given as parameters. +

+

+ Returns an array. +

+
+
+
+
+
+

5. core.printi

+
+
+
+

+ Returns the integers given as parameters. +

+

+ Returns an array. +

+
+
+
+
+
+

6. core.echo

+
+
+
+

+ Returns back its parameters. +

+

+ Returns an array. +

+
+
+
+
+
+

7. core.version

+
+
+
+

+ Returns the version string of the server. +

+

+

+
+
+
+
+
+

8. core.flags

+
+
+
+

+ Returns the compile flags. +

+

+

+
+
+
+
+
+

9. core.info

+
+
+
+

+ Verbose info, including version number, compile flags, + compiler,repository hash a.s.o. +

+

+

+
+
+
+
+
+

10. core.uptime

+
+
+
+

+ Returns uptime of SIP server. +

+

+

+
+
+
+
+
+

11. core.ps

+
+
+
+

+ Returns the description of running processes. +

+

+ Returns an array. +

+
+
+
+
+
+

12. core.psx

+
+
+
+

+ Returns the detailed description of running processes. +

+

+ Returns an array. +

+
+
+
+
+
+

13. core.pwd

+
+
+
+

+ Returns the working directory of server. +

+

+ Returns an array. +

+
+
+
+
+
+

14. core.arg

+
+
+
+

+ Returns the list of command line arguments used on startup. +

+

+ Returns an array. +

+
+
+
+
+
+

15. core.kill

+
+
+
+

+ Sends the given signal to server. +

+

+

+
+
+
+
+
+

16. core.shmmem

+
+
+
+

+ Returns shared memory info. It has an optional parameter that + specifies the measuring unit: b - bytes (default), k or kb, m + or mb, g or gb. Note: when using something different from + bytes, the value is truncated. +

+

+

+
+
+
+
+
+

17. core.tcp_info

+
+
+
+

+ Returns tcp related info. +

+

+

+
+
+
+
+
+

18. core.tcp_options

+
+
+
+

+ Returns active tcp options. +

+

+

+
+
+
+
+
+

19. core.tcp_list

+
+
+
+

+ Returns tcp connections details. +

+

+

+
+
+
+
+
+

20. core.udp4_raw_info

+
+
+
+

+ Returns udp4_raw related info. +

+

+

+
+
+
+
+
+

21. core.aliases_list

+
+
+
+

+ List local SIP server host aliases +

+

+

+
+
+
+
+
+

22. core.sockets_list

+
+
+
+

+ List local SIP server listen sockets +

+

+

+
+
+
+
+
+

23. dns.mem_info

+
+
+
+

+ dns cache memory info. +

+

+

+
+
+
+
+
+

24. dns.debug

+
+
+
+

+ dns debug info. +

+

+

+
+
+
+
+
+

25. dns.debug_all

+
+
+
+

+ complete dns debug dump +

+

+

+
+
+
+
+
+

26. dns.view

+
+
+
+

+ dns cache dump in a human-readable format +

+

+

+
+
+
+
+
+

27. dns.lookup

+
+
+
+

+ perform a dns lookup +

+

+

+
+
+
+
+
+

28. dns.delete_all

+
+
+
+

+ deletes all the non-permanent entries from the DNS cache +

+

+

+
+
+
+
+
+

29. dns.delete_all_force

+
+
+
+

+ deletes all the entries from the DNS cache including the + permanent ones +

+

+

+
+
+
+
+
+

30. dns.add_a

+
+
+
+

+ adds an A record to the DNS cache +

+

+

+
+
+
+
+
+

31. dns.add_aaaa

+
+
+
+

+ adds an AAAA record to the DNS cache +

+

+

+
+
+
+
+
+

32. dns.add_srv

+
+
+
+

+ adds an SRV record to the DNS cache +

+

+

+
+
+
+
+
+

33. dns.delete_a

+
+
+
+

+ deletes an A record from the DNS cache +

+

+

+
+
+
+
+
+

34. dns.delete_aaaa

+
+
+
+

+ deletes an AAAA record from the DNS cache +

+

+

+
+
+
+
+
+

35. dns.delete_srv

+
+
+
+

+ deletes an SRV record from the DNS cache +

+

+

+
+
+
+
+
+

36. dns.delete_naptr

+
+
+
+

+ deletes a NAPTR record from the DNS cache +

+

+

+
+
+
+
+
+

37. dns.delete_cname

+
+
+
+

+ deletes a CNAME record from the DNS cache +

+

+

+
+
+
+
+
+

38. dns.delete_txt

+
+
+
+

+ deletes a TXT record from the DNS cache +

+

+

+
+
+
+
+
+

39. dns.delete_ebl

+
+
+
+

+ deletes an EBL record from the DNS cache +

+

+

+
+
+
+
+
+

40. dns.delete_ptr

+
+
+
+

+ deletes an PTR record from the DNS cache +

+

+

+
+
+
+
+
+

41. dst_blacklist.mem_info

+
+
+
+

+ dst blacklist memory usage info. +

+

+

+
+
+
+
+
+

42. dst_blacklist.debug

+
+
+
+

+ dst blacklist debug info. +

+

+

+
+
+
+
+
+

43. dst_blacklist.view

+
+
+
+

+ dst blacklist dump in human-readable format. +

+

+

+
+
+
+
+
+

44. dst_blacklist.delete_all

+
+
+
+

+ Deletes all the entries from the dst blacklist except the + permanent ones. +

+

+

+
+
+
+
+
+

45. dst_blacklist.add

+
+
+
+

+ Adds a new entry to the dst blacklist. +

+

+

+
+
+
+
+
+
+

Chapter 2.  +RPC Exports for app_jsdt +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. app_jsdt.reload + +
+
+ + 2. app_jsdt.api_list + +
+
+
+
+
+
+
+

1. app_jsdt.reload

+
+
+
+

+ Documentation missing (app_jsdt_rpc_reload_doc). +

+

+

+
+
+
+
+
+

2. app_jsdt.api_list

+
+
+
+

+ Documentation missing (app_jsdt_rpc_api_list_doc). +

+

+

+
+
+
+
+
+
+

Chapter 3.  +RPC Exports for app_lua +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. app_lua.reload + +
+
+ + 2. app_lua.list + +
+
+ + 3. app_lua.api_list + +
+
+
+
+
+
+
+

1. app_lua.reload

+
+
+
+

+ Reload lua script +

+

+

+
+
+
+
+
+

2. app_lua.list

+
+
+
+

+ list lua scripts +

+

+

+
+
+
+
+
+

3. app_lua.api_list

+
+
+
+

+ list kemi exports to lua +

+

+

+
+
+
+
+
+
+

Chapter 4.  +RPC Exports for app_perl +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. app_perl.set_reset_cycles + +
+
+ + 2. app_perl.get_reset_cycles + +
+
+
+
+
+
+
+

1. app_perl.set_reset_cycles

+
+
+
+

+ Set the value for reset_cycles +

+

+

+
+
+
+
+
+

2. app_perl.get_reset_cycles

+
+
+
+

+ Get the value for reset_cycles +

+

+

+
+
+
+
+
+
+

Chapter 5.  +RPC Exports for app_sqlang +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. app_sqlang.reload + +
+
+ + 2. app_sqlang.api_list + +
+
+
+
+
+
+
+

1. app_sqlang.reload

+
+
+
+

+ Documentation missing (app_sqlang_rpc_reload_doc). +

+

+

+
+
+
+
+
+

2. app_sqlang.api_list

+
+
+
+

+ Documentation missing (app_sqlang_rpc_api_list_doc). +

+

+

+
+
+
+
+
+
+

Chapter 6.  +RPC Exports for auth_ephemeral +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. autheph.dump_secrets + +
+
+ + 2. autheph.add_secret + +
+
+ + 3. autheph.rm_secret + +
+
+
+
+
+
+
+

1. autheph.dump_secrets

+
+
+
+

+ Documentation missing (autheph_rpc_dump_secrets_doc). +

+

+ Returns an array. +

+
+
+
+
+
+

2. autheph.add_secret

+
+
+
+

+ Add a secret +

+

+

+
+
+
+
+
+

3. autheph.rm_secret

+
+
+
+

+ Remove a secret +

+

+

+
+
+
+
+
+
+

Chapter 7.  +RPC Exports for auth_xkeys +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. auth_xkeys_.list + +
+
+ + 2. auth_xkeys_.set + +
+
+
+
+
+
+
+

1. auth_xkeys_.list

+
+
+
+

+ Documentation missing (auth_xkeys_rpc_list_doc). +

+

+

+
+
+
+
+
+

2. auth_xkeys_.set

+
+
+
+

+ Documentation missing (auth_xkeys_rpc_set_doc). +

+

+

+
+
+
+
+
+
+

Chapter 8.  +RPC Exports for benchmark +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. benchmark.enable_global + +
+
+ + 2. benchmark.enable_timer + +
+
+ + 3. benchmark.granularity + +
+
+ + 4. benchmark.loglevel + +
+
+
+
+
+
+
+

1. benchmark.enable_global

+
+
+
+

+ Enable/disable benchmarking +

+

+

+
+
+
+
+
+

2. benchmark.enable_timer

+
+
+
+

+ Enable/disable a benchmark timer +

+

+

+
+
+
+
+
+

3. benchmark.granularity

+
+
+
+

+ Set benchmarking granularity +

+

+

+
+
+
+
+
+

4. benchmark.loglevel

+
+
+
+

+ Set benchmarking log level +

+

+

+
+
+
+
+
+
+

Chapter 9.  +RPC Exports for call_obj +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. call_obj.free + +
+
+ + 2. call_obj.stats + +
+
+ + 3. call_obj.free_all + +
+
+ + 4. call_obj.list + +
+
+
+
+
+
+
+

1. call_obj.free

+
+
+
+

+ Free an object so it can be assigned again +

+

+

+
+
+
+
+
+

2. call_obj.stats

+
+
+
+

+ Show statistics about module objects +

+

+

+
+
+
+
+
+

3. call_obj.free_all

+
+
+
+

+ Documentation missing (rpc_call_obj_free_all_doc). +

+

+

+
+
+
+
+
+

4. call_obj.list

+
+
+
+

+ Get a list of objects with a longer duration (in seconds) than + a number +

+

+

+
+
+
+
+
+
+

Chapter 10.  +RPC Exports for carrierroute +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. cr.reload_routes + +
+
+ + 2. cr.dump_routes + +
+
+
+
+
+
+
+

1. cr.reload_routes

+
+
+
+

+ Reload routes +

+

+

+
+
+
+
+
+

2. cr.dump_routes

+
+
+
+

+ Dump routes +

+

+

+
+
+
+
+
+
+

Chapter 11.  +RPC Exports for cdp +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. cdp.disable_peer + +
+
+ + 2. cdp.enable_peer + +
+
+ + 3. cdp.list_peers + +
+
+
+
+
+
+
+

1. cdp.disable_peer

+
+
+
+

+ Documentation missing (cdp_rpc_disable_peer_doc). +

+

+

+
+
+
+
+
+

2. cdp.enable_peer

+
+
+
+

+ Documentation missing (cdp_rpc_enable_peer_doc). +

+

+

+
+
+
+
+
+

3. cdp.list_peers

+
+
+
+

+ Documentation missing (cdp_rpc_list_peers_doc). +

+

+

+
+
+
+
+
+
+

Chapter 12.  +RPC Exports for cfg_rpc +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. cfg.set + +
+
+ + 2. cfg.set_now_int + +
+
+ + 3. cfg.seti + +
+
+ + 4. cfg.set_now_string + +
+
+ + 5. cfg.sets + +
+
+ + 6. cfg.del + +
+
+ + 7. cfg.set_delayed + +
+
+ + 8. cfg.set_delayed_int + +
+
+ + 9. cfg.set_delayed_string + +
+
+ + 10. cfg.del_delayed + +
+
+ + 11. cfg.commit + +
+
+ + 12. cfg.rollback + +
+
+ + 13. cfg.get + +
+
+ + 14. cfg.help + +
+
+ + 15. cfg.list + +
+
+ + 16. cfg.diff + +
+
+ + 17. cfg.add_group_inst + +
+
+ + 18. cfg.del_group_inst + +
+
+
+
+
+
+
+

1. cfg.set

+
+
+
+

+ Documentation missing (rpc_set_now_doc). +

+

+

+
+
+
+
+
+

2. cfg.set_now_int

+
+
+
+

+ Documentation missing (rpc_set_now_doc). +

+

+

+
+
+
+
+
+

3. cfg.seti

+
+
+
+

+ Documentation missing (rpc_set_now_doc). +

+

+

+
+
+
+
+
+

4. cfg.set_now_string

+
+
+
+

+ Documentation missing (rpc_set_now_doc). +

+

+

+
+
+
+
+
+

5. cfg.sets

+
+
+
+

+ Documentation missing (rpc_set_now_doc). +

+

+

+
+
+
+
+
+

6. cfg.del

+
+
+
+

+ Documentation missing (rpc_del_now_doc). +

+

+

+
+
+
+
+
+

7. cfg.set_delayed

+
+
+
+

+ Documentation missing (rpc_set_delayed_doc). +

+

+

+
+
+
+
+
+

8. cfg.set_delayed_int

+
+
+
+

+ Documentation missing (rpc_set_delayed_doc). +

+

+

+
+
+
+
+
+

9. cfg.set_delayed_string

+
+
+
+

+ Documentation missing (rpc_set_delayed_doc). +

+

+

+
+
+
+
+
+

10. cfg.del_delayed

+
+
+
+

+ Documentation missing (rpc_del_delayed_doc). +

+

+

+
+
+
+
+
+

11. cfg.commit

+
+
+
+

+ Documentation missing (rpc_commit_doc). +

+

+

+
+
+
+
+
+

12. cfg.rollback

+
+
+
+

+ Documentation missing (rpc_rollback_doc). +

+

+

+
+
+
+
+
+

13. cfg.get

+
+
+
+

+ Documentation missing (rpc_get_doc). +

+

+

+
+
+
+
+
+

14. cfg.help

+
+
+
+

+ Documentation missing (rpc_help_doc). +

+

+

+
+
+
+
+
+

15. cfg.list

+
+
+
+

+ Documentation missing (rpc_list_doc). +

+

+

+
+
+
+
+
+

16. cfg.diff

+
+
+
+

+ Documentation missing (rpc_diff_doc). +

+

+

+
+
+
+
+
+

17. cfg.add_group_inst

+
+
+
+

+ Documentation missing (rpc_add_group_inst_doc). +

+

+

+
+
+
+
+
+

18. cfg.del_group_inst

+
+
+
+

+ Documentation missing (rpc_del_group_inst_doc). +

+

+

+
+
+
+
+
+
+

Chapter 13.  +RPC Exports for cfgt +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. dbg.mask + +
+
+
+
+
+
+
+

1. dbg.mask

+
+
+
+

+ Specify module mask +

+

+

+
+
+
+
+
+
+

Chapter 14.  +RPC Exports for cfgutils +

+
+
+
+ +
+
+
+
+

1. cfgutils.is_gflag

+
+
+
+

+ Documentation missing (cfgutils_rpc_is_gflag_doc). +

+

+

+
+
+
+
+
+

2. cfgutils.set_gflag

+
+
+
+

+ Documentation missing (cfgutils_rpc_set_gflag_doc). +

+

+

+
+
+
+
+
+

3. cfgutils.get_gflags

+
+
+
+

+ Documentation missing (cfgutils_rpc_get_gflags_doc). +

+

+

+
+
+
+
+
+

4. cfgutils.reset_gflag

+
+
+
+

+ Documentation missing (cfgutils_rpc_reset_gflag_doc). +

+

+

+
+
+
+
+
+

5. cfgutils.rand_set_prob

+
+
+
+

+ Documentation missing (cfgutils_rpc_set_prob_doc). +

+

+

+
+
+
+
+
+

6. cfgutils.rand_reset_prob

+
+
+
+

+ Documentation missing (cfgutils_rpc_reset_prob_doc). +

+

+

+
+
+
+
+
+

7. cfgutils.rand_get_prob

+
+
+
+

+ Documentation missing (cfgutils_rpc_get_prob_doc). +

+

+

+
+
+
+
+
+

8. cfgutils.get_config_hash

+
+
+
+

+ Documentation missing (cfgutils_rpc_get_hash_doc). +

+

+

+
+
+
+
+
+

9. cfgutils.check_config_hash

+
+
+
+

+ Documentation missing (cfgutils_rpc_check_hash_doc). +

+

+

+
+
+
+
+
+
+

Chapter 15.  +RPC Exports for cnxcc +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. cnxcc.active_clients + +
+
+ + 2. cnxcc.check_client + +
+
+ + 3. cnxcc.kill_call + +
+
+ + 4. cnxcc.stats + +
+
+
+
+
+
+
+

1. cnxcc.active_clients

+
+
+
+

+ List of clients with active calls +

+

+

+
+
+
+
+
+

2. cnxcc.check_client

+
+
+
+

+ Check specific client calls +

+

+

+
+
+
+
+
+

3. cnxcc.kill_call

+
+
+
+

+ Kill call using its call ID +

+

+

+
+
+
+
+
+

4. cnxcc.stats

+
+
+
+

+ List credit control stats +

+

+

+
+
+
+
+
+
+

Chapter 16.  +RPC Exports for corex +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. corex.list_sockets + +
+
+ + 2. corex.list_aliases + +
+
+ + 3. corex.shm_status + +
+
+ + 4. corex.shm_summary + +
+
+ + 5. corex.pkg_summary + +
+
+
+
+
+
+
+

1. corex.list_sockets

+
+
+
+

+ Documentation missing (corex_rpc_list_sockets_doc). +

+

+ Returns an array. +

+
+
+
+
+
+

2. corex.list_aliases

+
+
+
+

+ Documentation missing (corex_rpc_list_aliases_doc). +

+

+ Returns an array. +

+
+
+
+
+
+

3. corex.shm_status

+
+
+
+

+ Trigger shm status dump to syslog +

+

+

+
+
+
+
+
+

4. corex.shm_summary

+
+
+
+

+ Trigger shm summary dump to syslog +

+

+

+
+
+
+
+
+

5. corex.pkg_summary

+
+
+
+

+ Trigger shm summary dump to syslog +

+

+

+
+
+
+
+
+
+

Chapter 17.  +RPC Exports for counters +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. cnt.get + +
+
+ + 2. cnt.reset + +
+
+ + 3. cnt.get_raw + +
+
+ + 4. cnt.list_groups + +
+
+ + 5. cnt.grps_list + +
+
+ + 6. cnt.list_vars + +
+
+ + 7. cnt.var_list + +
+
+ + 8. cnt.get_vars + +
+
+ + 9. cnt.grp_get_all + +
+
+ + 10. cnt.help + +
+
+
+
+
+
+
+

1. cnt.get

+
+
+
+

+ Documentation missing (cnt_get_doc). +

+

+

+
+
+
+
+
+

2. cnt.reset

+
+
+
+

+ Documentation missing (cnt_reset_doc). +

+

+

+
+
+
+
+
+

3. cnt.get_raw

+
+
+
+

+ Documentation missing (cnt_get_raw_doc). +

+

+

+
+
+
+
+
+

4. cnt.list_groups

+
+
+
+

+ Documentation missing (cnt_grps_list_doc). +

+

+ Returns an array. +

+
+
+
+
+
+

5. cnt.grps_list

+
+
+
+

+ Documentation missing (cnt_grps_list_doc). +

+

+ Returns an array. +

+
+
+
+
+
+

6. cnt.list_vars

+
+
+
+

+ Documentation missing (cnt_var_list_doc). +

+

+ Returns an array. +

+
+
+
+
+
+

7. cnt.var_list

+
+
+
+

+ Documentation missing (cnt_var_list_doc). +

+

+ Returns an array. +

+
+
+
+
+
+

8. cnt.get_vars

+
+
+
+

+ Documentation missing (cnt_grp_get_all_doc). +

+

+

+
+
+
+
+
+

9. cnt.grp_get_all

+
+
+
+

+ Documentation missing (cnt_grp_get_all_doc). +

+

+

+
+
+
+
+
+

10. cnt.help

+
+
+
+

+ Documentation missing (cnt_help_doc). +

+

+

+
+
+
+
+
+
+

Chapter 18.  +RPC Exports for cplc +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. cpl.load + +
+
+ + 2. cpl.remove + +
+
+ + 3. cpl.get + +
+
+
+
+
+
+
+

1. cpl.load

+
+
+
+

+ Documentation missing (cpl_rpc_load_doc). +

+

+

+
+
+
+
+
+

2. cpl.remove

+
+
+
+

+ Documentation missing (cpl_rpc_remove_doc). +

+

+

+
+
+
+
+
+

3. cpl.get

+
+
+
+

+ Documentation missing (cpl_rpc_get_doc). +

+

+

+
+
+
+
+
+
+

Chapter 19.  +RPC Exports for ctl +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. ctl.who + +
+
+ + 2. ctl.connections + +
+
+ + 3. ctl.listen + +
+
+
+
+
+
+
+

1. ctl.who

+
+
+
+

+ Documentation missing (io_listen_who_doc). +

+

+

+
+
+
+
+
+

2. ctl.connections

+
+
+
+

+ returns number of open connections +

+

+

+
+
+
+
+
+

3. ctl.listen

+
+
+
+

+ list ctl listen sockets +

+

+

+
+
+
+
+
+
+

Chapter 20.  +RPC Exports for db_berkeley +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. db_berkeley.reload + +
+
+
+
+
+
+
+

1. db_berkeley.reload

+
+
+
+

+ Reload a berkeley db or env +

+

+

+
+
+
+
+
+
+

Chapter 21.  +RPC Exports for db_flatstore +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. flatstore.k_rotate + +
+
+
+
+
+
+
+

1. flatstore.k_rotate

+
+
+
+

+ Close and reopen flatrotate files during log rotation. +

+

+

+
+
+
+
+
+
+

Chapter 22.  +RPC Exports for db_flatstore +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. flatstore.k_rotate + +
+
+
+
+
+
+
+

1. flatstore.k_rotate

+
+
+
+

+ Close and reopen flatrotate files during log rotation. +

+

+

+
+
+
+
+
+
+

Chapter 23.  +RPC Exports for db_text +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. db_text.dump + +
+
+ + 2. db_text.query + +
+
+
+
+
+
+
+

1. db_text.dump

+
+
+
+

+ Write back to disk modified tables +

+

+

+
+
+
+
+
+

2. db_text.query

+
+
+
+

+ Perform Live Query +

+

+

+
+
+
+
+
+
+

Chapter 24.  +RPC Exports for debugger +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. dbg.bp + +
+
+ + 2. dbg.ls + +
+
+ + 3. dbg.trace + +
+
+ + 4. dbg.set_mod_level + +
+
+ + 5. dbg.set_mod_facility + +
+
+ + 6. dbg.get_mod_level + +
+
+ + 7. dbg.get_mod_facility + +
+
+ + 8. dbg.reset_msgid + +
+
+
+
+
+
+
+

1. dbg.bp

+
+
+
+

+ Documentation missing (dbg_rpc_bp_doc). +

+

+

+
+
+
+
+
+

2. dbg.ls

+
+
+
+

+ List debugging process array +

+

+

+
+
+
+
+
+

3. dbg.trace

+
+
+
+

+ Config trace command +

+

+

+
+
+
+
+
+

4. dbg.set_mod_level

+
+
+
+

+ Set module log level +

+

+

+
+
+
+
+
+

5. dbg.set_mod_facility

+
+
+
+

+ Set module log facility +

+

+

+
+
+
+
+
+

6. dbg.get_mod_level

+
+
+
+

+ Get module log level +

+

+

+
+
+
+
+
+

7. dbg.get_mod_facility

+
+
+
+

+ Get module log facility +

+

+

+
+
+
+
+
+

8. dbg.reset_msgid

+
+
+
+

+ Reset msgid on all process +

+

+

+
+
+
+
+
+
+

Chapter 25.  +RPC Exports for dialog +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. dlg.list + +
+
+ + 2. dlg.list_ctx + +
+
+ + 3. dlg.dlg_list + +
+
+ + 4. dlg.dlg_list_ctx + +
+
+ + 5. dlg.end_dlg + +
+
+ + 6. dlg.profile_get_size + +
+
+ + 7. dlg.profile_list + +
+
+ + 8. dlg.bridge_dlg + +
+
+ + 9. dlg.terminate_dlg + +
+
+
+
+
+
+
+

1. dlg.list

+
+
+
+

+ Print all dialogs +

+

+ Returns an array. +

+
+
+
+
+
+

2. dlg.list_ctx

+
+
+
+

+ Print all dialogs with associated context +

+

+ Returns an array. +

+
+
+
+
+
+

3. dlg.dlg_list

+
+
+
+

+ Print dialog based on callid and optionally fromtag +

+

+

+
+
+
+
+
+

4. dlg.dlg_list_ctx

+
+
+
+

+ Print dialog with associated context based on callid and + optionally fromtag +

+

+

+
+
+
+
+
+

5. dlg.end_dlg

+
+
+
+

+ End a given dialog based on [h_entry] [h_id] +

+

+

+
+
+
+
+
+

6. dlg.profile_get_size

+
+
+
+

+ Returns the number of dialogs belonging to a profile +

+

+

+
+
+
+
+
+

7. dlg.profile_list

+
+
+
+

+ Lists all the dialogs belonging to a profile +

+

+ Returns an array. +

+
+
+
+
+
+

8. dlg.bridge_dlg

+
+
+
+

+ Bridge two SIP addresses in a call using INVITE(hold)-REFER-BYE + mechanism: to, from, [outbound SIP proxy] +

+

+

+
+
+
+
+
+

9. dlg.terminate_dlg

+
+
+
+

+ End a given dialog based on callid +

+

+

+
+
+
+
+
+
+

Chapter 26.  +RPC Exports for dialplan +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. dialplan.reload + +
+
+ + 2. dialplan.translate + +
+
+ + 3. dialplan.dump + +
+
+
+
+
+
+
+

1. dialplan.reload

+
+
+
+

+ Reload dialplan table from database +

+

+

+
+
+
+
+
+

2. dialplan.translate

+
+
+
+

+ Perform dialplan translation +

+

+

+
+
+
+
+
+

3. dialplan.dump

+
+
+
+

+ Dump dialplan content +

+

+

+
+
+
+
+
+
+

Chapter 27.  +RPC Exports for dispatcher +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. dispatcher.reload + +
+
+ + 2. dispatcher.list + +
+
+ + 3. dispatcher.set_state + +
+
+ + 4. dispatcher.ping_active + +
+
+
+
+
+
+
+

1. dispatcher.reload

+
+
+
+

+ Reload dispatcher destination sets +

+

+

+
+
+
+
+
+

2. dispatcher.list

+
+
+
+

+ Return the content of dispatcher sets +

+

+

+
+
+
+
+
+

3. dispatcher.set_state

+
+
+
+

+ Set the state of a destination address +

+

+

+
+
+
+
+
+

4. dispatcher.ping_active

+
+
+
+

+ Manage setting on/off the pinging (keepalive) of destinations +

+

+

+
+
+
+
+
+
+

Chapter 28.  +RPC Exports for dmq +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. dmq.list_nodes + +
+
+
+
+
+
+
+

1. dmq.list_nodes

+
+
+
+

+ Print all nodes +

+

+ Returns an array. +

+
+
+
+
+
+
+

Chapter 29.  +RPC Exports for domain +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. domain.reload + +
+
+ + 2. domain.dump + +
+
+
+
+
+
+
+

1. domain.reload

+
+
+
+

+ Documentation missing (domain_rpc_reload_doc). +

+

+

+
+
+
+
+
+

2. domain.dump

+
+
+
+

+ Return the contents of domain and domain_attrs tables +

+

+

+
+
+
+
+
+
+

Chapter 30.  +RPC Exports for drouting +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. drouting.reload + +
+
+
+
+
+
+
+

1. drouting.reload

+
+
+
+

+ Write back to disk modified tables +

+

+

+
+
+
+
+
+
+

Chapter 31.  +RPC Exports for htable +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. htable.dump + +
+
+ + 2. htable.delete + +
+
+ + 3. htable.get + +
+
+ + 4. htable.sets + +
+
+ + 5. htable.seti + +
+
+ + 6. htable.listTables + +
+
+ + 7. htable.reload + +
+
+ + 8. htable.stats + +
+
+
+
+
+
+
+

1. htable.dump

+
+
+
+

+ Dump the contents of hash table. +

+

+ Returns an array. +

+
+
+
+
+
+

2. htable.delete

+
+
+
+

+ Delete one key from a hash table. +

+

+

+
+
+
+
+
+

3. htable.get

+
+
+
+

+ Get one key from a hash table. +

+

+

+
+
+
+
+
+

4. htable.sets

+
+
+
+

+ Set one key in a hash table to a string value. +

+

+

+
+
+
+
+
+

5. htable.seti

+
+
+
+

+ Set one key in a hash table to an integer value. +

+

+

+
+
+
+
+
+

6. htable.listTables

+
+
+
+

+ List all htables. +

+

+ Returns an array. +

+
+
+
+
+
+

7. htable.reload

+
+
+
+

+ Reload hash table. +

+

+

+
+
+
+
+
+

8. htable.stats

+
+
+
+

+ Statistics about htables. +

+

+ Returns an array. +

+
+
+
+
+
+
+

Chapter 32.  +RPC Exports for http_client +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. httpclient.listcon + +
+
+
+
+
+
+
+

1. httpclient.listcon

+
+
+
+

+ Documentation missing (curl_rpc_listcon_doc). +

+

+

+
+
+
+
+
+
+

Chapter 33.  +RPC Exports for imc +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. imc.list_rooms + +
+
+ + 2. imc.list_members + +
+
+
+
+
+
+
+

1. imc.list_rooms

+
+
+
+

+ List imc rooms. +

+

+ Returns an array. +

+
+
+
+
+
+

2. imc.list_members

+
+
+
+

+ List members in an imc room. +

+

+

+
+
+
+
+
+
+

Chapter 34.  +RPC Exports for ims_dialog +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. dlg2.list + +
+
+ + 2. dlg2.end_dlg + +
+
+ + 3. dlg2.end_all_active_dlg + +
+
+
+
+
+
+
+

1. dlg2.list

+
+
+
+

+ Print all dialogs +

+

+

+
+
+
+
+
+

2. dlg2.end_dlg

+
+
+
+

+ End a given dialog based on [h_entry] [h_id] +

+

+

+
+
+
+
+
+

3. dlg2.end_all_active_dlg

+
+
+
+

+ End all ACTIVE dialogs +

+

+

+
+
+
+
+
+
+

Chapter 35.  +RPC Exports for ims_registrar_scscf +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. regscscf.dereg_impu + +
+
+
+
+
+
+
+

1. regscscf.dereg_impu

+
+
+
+

+ De-register IMPU from S-CSCF +

+

+

+
+
+
+
+
+
+

Chapter 36.  +RPC Exports for ims_usrloc_pcscf +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. ulpcscf.status + +
+
+
+
+
+
+
+

1. ulpcscf.status

+
+
+
+

+ Dump PCSCF contacts and associated identitites +

+

+

+
+
+
+
+
+
+

Chapter 37.  +RPC Exports for ims_usrloc_scscf +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. ulscscf.status + +
+
+ + 2. ulscscf.showimpu + +
+
+ + 3. ulscscf.snapshot + +
+
+
+
+
+
+
+

1. ulscscf.status

+
+
+
+

+ Dump SCSCF user location tables +

+

+

+
+
+
+
+
+

2. ulscscf.showimpu

+
+
+
+

+ Dump SCSCF IMPU information +

+

+

+
+
+
+
+
+

3. ulscscf.snapshot

+
+
+
+

+ Dump snapshot of SCSCF usrloc to file +

+

+

+
+
+
+
+
+
+

Chapter 38.  +RPC Exports for jsonrpcs +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. jsonrpc.echo + +
+
+
+
+
+
+
+

1. jsonrpc.echo

+
+
+
+

+ Documentation missing (jsonrpc_rpc_echo_doc). +

+

+ Returns an array. +

+
+
+
+
+
+
+

Chapter 39.  +RPC Exports for keepalive +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. keepalive.list + +
+
+
+
+
+
+
+

1. keepalive.list

+
+
+
+

+ Documentation missing (keepalive_rpc_list_doc). +

+

+

+
+
+
+
+
+
+

Chapter 40.  +RPC Exports for kex +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. pkg.stats + +
+
+
+
+
+
+
+

1. pkg.stats

+
+
+
+

+ Documentation missing (rpc_pkg_stats_doc). +

+

+ Returns an array. +

+
+
+
+
+
+
+

Chapter 41.  +RPC Exports for kex +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. pkg.stats + +
+
+
+
+
+
+
+

1. pkg.stats

+
+
+
+

+ Documentation missing (rpc_pkg_stats_doc). +

+

+ Returns an array. +

+
+
+
+
+
+
+

Chapter 42.  +RPC Exports for kex +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. pkg.stats + +
+
+
+
+
+
+
+

1. pkg.stats

+
+
+
+

+ Documentation missing (rpc_pkg_stats_doc). +

+

+ Returns an array. +

+
+
+
+
+
+
+

Chapter 43.  +RPC Exports for lcr +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. lcr.reload + +
+
+ + 2. lcr.dump_gws + +
+
+ + 3. lcr.dump_rules + +
+
+ + 4. lcr.defunct_gw + +
+
+ + 5. lcr.load_gws + +
+
+
+
+
+
+
+

1. lcr.reload

+
+
+
+

+ Reload lcr tables from database. +

+

+

+
+
+
+
+
+

2. lcr.dump_gws

+
+
+
+

+ Dump the contents of lcr_gws table. +

+

+

+
+
+
+
+
+

3. lcr.dump_rules

+
+
+
+

+ Dump the contents of the lcr_rules table. +

+

+

+
+
+
+
+
+

4. lcr.defunct_gw

+
+
+
+

+ Defunct gateway until specified time (Unix timestamp). +

+

+

+
+
+
+
+
+

5. lcr.load_gws

+
+
+
+

+ Load matching gateways and prints their ids in priority order. + Mandatory parameters are lcr_id and uri_user followed by + optional parameters caller_uri and request_uri. Error is + reported if an lcr_rule with matching prefix and from_uri has + non-null request_uri and request_uri parameter has not been + given. +

+

+

+
+
+
+
+
+
+

Chapter 44.  +RPC Exports for malloc_test +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. mt.mem_alloc + +
+
+ + 2. mt.mem_free + +
+
+ + 3. mt.mem_realloc + +
+
+ + 4. mt.mem_used + +
+
+ + 5. mt.mem_rnd_alloc + +
+
+ + 6. mt.mem_test_start + +
+
+ + 7. mt.mem_test_stop + +
+
+ + 8. mt.mem_test_destroy + +
+
+ + 9. mt.mem_test_destroy_all + +
+
+ + 10. mt.mem_test_list + +
+
+
+
+
+
+
+

1. mt.mem_alloc

+
+
+
+

+ Allocates the specified number of bytes (debugging/test + function).Use b|k|m|g to specify the desired size unit +

+

+

+
+
+
+
+
+

2. mt.mem_free

+
+
+
+

+ Frees the specified number of bytes, previously allocated by + one of the other malloc_test functions (e.g. mt.mem_alloc or + the script mt_mem_alloc). Use b|k|m|g to specify the desired + size unit.Returns the number of bytes freed (can be higher or + smaller then the requested size) +

+

+

+
+
+
+
+
+

3. mt.mem_realloc

+
+
+
+

+ Reallocates the specified number of bytes from a pre-allocated + randomly selected memory chunk. If no pre-allocated memory + chunks exists, it will fail. Make sure mt.mem_used is non 0 or + call mt.mem_alloc prior to calling this function. Returns the + difference in bytes (<0 if bytes were freed, >0 if more + bytes were allocated).Use b|k|m|g to specify the desired size + unit +

+

+

+
+
+
+
+
+

4. mt.mem_used

+
+
+
+

+ Returns how many memory chunks and how many bytes are currently + allocated via the mem_alloc module functions. Use b|k|m|g to + specify the desired size unit. +

+

+

+
+
+
+
+
+

5. mt.mem_rnd_alloc

+
+
+
+

+ Takes 4 parameters: min, max, total_size and an optional unit + (b|k|m|g). It will allocate total_size memory, in pieces of + random size betweenmin .. max (inclusive). +

+

+

+
+
+
+
+
+

6. mt.mem_test_start

+
+
+
+

+ Takes 7 parameters: min, max, total_size, min_interval, + max_interval, test_time and an optional size unit (b|k|m|g). + All the time units are ms. It will run a memory allocation test + for test_time ms. At a random interval between min_interval and + max_interval ms. it will allocate a memory chunk with random + size, between min and max. Each time total_size is reached, it + will free all the memory allocated and start again.Returns the + test id (integer) +

+

+

+
+
+
+
+
+

7. mt.mem_test_stop

+
+
+
+

+ Takes 1 parameter: the test id. It will stop the corresponding + test.Note: the test is stopped, but not destroyed. +

+

+

+
+
+
+
+
+

8. mt.mem_test_destroy

+
+
+
+

+ Takes 1 parameter: the test id. It will destroy the + corresponding test. +

+

+

+
+
+
+
+
+

9. mt.mem_test_destroy_all

+
+
+
+

+ It will destroy all the tests (running or stopped). +

+

+

+
+
+
+
+
+

10. mt.mem_test_list

+
+
+
+

+ If a test id parameter is provided it will list the + corresponding test, else it will list all of them. Use b |k | m + | g as a second parameter for the size units (default bytes) +

+

+

+
+
+
+
+
+
+

Chapter 45.  +RPC Exports for matrix +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. matrix.reload + +
+
+
+
+
+
+
+

1. matrix.reload

+
+
+
+

+ Documentation missing (matrix_rpc_reload_doc). +

+

+

+
+
+
+
+
+
+

Chapter 46.  +RPC Exports for mqueue +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. mqueue.get_size + +
+
+
+
+
+
+
+

1. mqueue.get_size

+
+
+
+

+ Documentation missing (mqueue_rpc_get_size_doc). +

+

+

+
+
+
+
+
+
+

Chapter 47.  +RPC Exports for msrp +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. msrp.cmaplist + +
+
+
+
+
+
+
+

1. msrp.cmaplist

+
+
+
+

+ Documentation missing (msrp_cmap_rpc_list_doc). +

+

+

+
+
+
+
+
+
+

Chapter 48.  +RPC Exports for mtree +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. mtree.summary + +
+
+ + 2. mtree.reload + +
+
+ + 3. mtree.match + +
+
+ + 4. mtree.list + +
+
+
+
+
+
+
+

1. mtree.summary

+
+
+
+

+ Print summary of loaded mtree tables +

+

+ Returns an array. +

+
+
+
+
+
+

2. mtree.reload

+
+
+
+

+ Reload mtrees from database to memory +

+

+

+
+
+
+
+
+

3. mtree.match

+
+
+
+

+ Match prefix value against mtree +

+

+

+
+
+
+
+
+

4. mtree.list

+
+
+
+

+ List the content of one or all trees +

+

+ Returns an array. +

+
+
+
+
+
+
+

Chapter 49.  +RPC Exports for nathelper +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. nathelper.enable_ping + +
+
+
+
+
+
+
+

1. nathelper.enable_ping

+
+
+
+

+ Set (enable/disable) nat ping +

+

+

+
+
+
+
+
+
+

Chapter 50.  +RPC Exports for pdb +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. pdb.status + +
+
+ + 2. pdb.activate + +
+
+ + 3. pdb.deactivate + +
+
+
+
+
+
+
+

1. pdb.status

+
+
+
+

+ Documentation missing (pdb_rpc_status_doc). +

+

+

+
+
+
+
+
+

2. pdb.activate

+
+
+
+

+ Documentation missing (pdb_rpc_activate_doc). +

+

+

+
+
+
+
+
+

3. pdb.deactivate

+
+
+
+

+ Documentation missing (pdb_rpc_deactivate_doc). +

+

+

+
+
+
+
+
+
+

Chapter 51.  +RPC Exports for pdt +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. pdt.reload + +
+
+ + 2. pdt.list + +
+
+
+
+
+
+
+

1. pdt.reload

+
+
+
+

+ Reload PDT database records +

+

+

+
+
+
+
+
+

2. pdt.list

+
+
+
+

+ List PDT memory records +

+

+

+
+
+
+
+
+
+

Chapter 52.  +RPC Exports for permissions +

+
+
+
+ +
+
+
+
+

1. permissions.trustedReload

+
+
+
+

+ Documentation missing (rpc_trusted_reload_doc). +

+

+

+
+
+
+
+
+

2. permissions.addressReload

+
+
+
+

+ Documentation missing (rpc_address_reload_doc). +

+

+

+
+
+
+
+
+

3. permissions.trustedDump

+
+
+
+

+ Documentation missing (rpc_trusted_dump_doc). +

+

+

+
+
+
+
+
+

4. permissions.addressDump

+
+
+
+

+ Documentation missing (rpc_address_dump_doc). +

+

+ Returns an array. +

+
+
+
+
+
+

5. permissions.subnetDump

+
+
+
+

+ Documentation missing (rpc_subnet_dump_doc). +

+

+ Returns an array. +

+
+
+
+
+
+

6. permissions.domainDump

+
+
+
+

+ Documentation missing (rpc_domain_name_dump_doc). +

+

+

+
+
+
+
+
+

7. permissions.testUri

+
+
+
+

+ Documentation missing (rpc_test_uri_doc). +

+

+

+
+
+
+
+
+

8. permissions.allowUri

+
+
+
+

+ Documentation missing (rpc_test_uri_doc). +

+

+

+
+
+
+
+
+
+

Chapter 53.  +RPC Exports for pike +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. pike.top + +
+
+ + 2. pike.list + +
+
+
+
+
+
+
+

1. pike.top

+
+
+
+

+ Documentation missing (pike_top_doc). +

+

+

+
+
+
+
+
+

2. pike.list

+
+
+
+

+ Documentation missing (pike_top_doc). +

+

+

+
+
+
+
+
+
+

Chapter 54.  +RPC Exports for pipelimit +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. pl.stats + +
+
+ + 2. pl.get_pipes + +
+
+ + 3. pl.set_pipe + +
+
+ + 4. pl.get_pid + +
+
+ + 5. pl.set_pid + +
+
+ + 6. pl.push_load + +
+
+
+
+
+
+
+

1. pl.stats

+
+
+
+

+ Documentation missing (rpc_pl_stats_doc). +

+

+ Returns an array. +

+
+
+
+
+
+

2. pl.get_pipes

+
+
+
+

+ Documentation missing (rpc_pl_get_pipes_doc). +

+

+ Returns an array. +

+
+
+
+
+
+

3. pl.set_pipe

+
+
+
+

+ Documentation missing (rpc_pl_set_pipe_doc). +

+

+

+
+
+
+
+
+

4. pl.get_pid

+
+
+
+

+ Print PID Controller parameters for the FEEDBACK algorithm: + <ki> <kp> <kd> +

+

+

+
+
+
+
+
+

5. pl.set_pid

+
+
+
+

+ Sets the PID Controller parameters for the FEEDBACK algorithm: + <ki> <kp> <kd> +

+

+

+
+
+
+
+
+

6. pl.push_load

+
+
+
+

+ Force the value of the load parameter for FEEDBACK algorithm: + <load> +

+

+

+
+
+
+
+
+
+

Chapter 55.  +RPC Exports for prefix_route +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. prefix_route.reload + +
+
+ + 2. prefix_route.dump + +
+
+
+
+
+
+
+

1. prefix_route.reload

+
+
+
+

+ Documentation missing (rpc_reload_doc). +

+

+

+
+
+
+
+
+

2. prefix_route.dump

+
+
+
+

+ Documentation missing (rpc_dump_doc). +

+

+

+
+
+
+
+
+
+

Chapter 56.  +RPC Exports for presence +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. presence.cleanup + +
+
+ + 2. presence.refreshWatchers + +
+
+
+
+
+
+
+

1. presence.cleanup

+
+
+
+

+ Manually triggers the cleanup functions for the + active_watchers, presentity, and watchers tables. +

+

+

+
+
+
+
+
+

2. presence.refreshWatchers

+
+
+
+

+ Trigger refresh of watchers +

+

+

+
+
+
+
+
+
+

Chapter 57.  +RPC Exports for pua +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. pua.cleanup + +
+
+
+
+
+
+
+

1. pua.cleanup

+
+
+
+

+ Execute pua cleanup. +

+

+

+
+
+
+
+
+
+

Chapter 58.  +RPC Exports for pua_rpc +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. pua.publish + +
+
+ + 2. pua.subscribe + +
+
+
+
+
+
+
+

1. pua.publish

+
+
+
+

+ Documentation missing (pua_rpc_publish_doc). +

+

+

+
+
+
+
+
+

2. pua.subscribe

+
+
+
+

+ Documentation missing (pua_rpc_subscribe_doc). +

+

+

+
+
+
+
+
+
+

Chapter 59.  +RPC Exports for pv +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. pv.shvSet + +
+
+ + 2. pv.shvGet + +
+
+
+
+
+
+
+

1. pv.shvSet

+
+
+
+

+ Documentation missing (rpc_shv_set_doc). +

+

+

+
+
+
+
+
+

2. pv.shvGet

+
+
+
+

+ Documentation missing (rpc_shv_get_doc). +

+

+

+
+
+
+
+
+
+

Chapter 60.  +RPC Exports for ratelimit +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. rl.stats + +
+
+ + 2. rl.get_pipes + +
+
+ + 3. rl.set_pipe + +
+
+ + 4. rl.get_queues + +
+
+ + 5. rl.set_queue + +
+
+ + 6. rl.get_pid + +
+
+ + 7. rl.set_pid + +
+
+ + 8. rl.push_load + +
+
+ + 9. rl.set_dbg + +
+
+
+
+
+
+
+

1. rl.stats

+
+
+
+

+ Print ratelimit statistics: PIPE[<pipe_id>]: + <last_counter>/<pipe_limit> (drop rate: + <drop_rate>) +

+

+

+
+
+
+
+
+

2. rl.get_pipes

+
+
+
+

+ Print pipes info: PIPE[<pipe_id>]: + <pipe_algo_id>:<pipe_algo> + <last_counter>/<pipe_limit> (drop rate: + <drop_rate>) [<current_counter>] +

+

+

+
+
+
+
+
+

3. rl.set_pipe

+
+
+
+

+ Sets a pipe params: <pipe_id> <pipe_algorithm> + <pipe_limit> +

+

+

+
+
+
+
+
+

4. rl.get_queues

+
+
+
+

+ Print queues info: QUEUE[queue_id]: + <pipe_id>:<queue_method> +

+

+

+
+
+
+
+
+

5. rl.set_queue

+
+
+
+

+ Sets queue params: <quue_id> <queue_method> + <pipe_id> +

+

+

+
+
+
+
+
+

6. rl.get_pid

+
+
+
+

+ Print PID Controller parameters for the FEEDBACK algorithm: + <ki> <kp> <kd> +

+

+

+
+
+
+
+
+

7. rl.set_pid

+
+
+
+

+ Sets the PID Controller parameters for the FEEDBACK algorithm: + <ki> <kp> <kd> +

+

+

+
+
+
+
+
+

8. rl.push_load

+
+
+
+

+ Force the value of the load parameter for FEEDBACK algorithm: + <load> +

+

+

+
+
+
+
+
+

9. rl.set_dbg

+
+
+
+

+ Sets the ratelimit debug/monitoing logs: 0-off 1-on +

+

+

+
+
+
+
+
+
+

Chapter 61.  +RPC Exports for regex +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. regex.reload + +
+
+
+
+
+
+
+

1. regex.reload

+
+
+
+

+ Reload regex file +

+

+

+
+
+
+
+
+
+

Chapter 62.  +RPC Exports for rls +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. rls.cleanup + +
+
+
+
+
+
+
+

1. rls.cleanup

+
+
+
+

+ Documentation missing (rls_rpc_cleanup_doc). +

+

+

+
+
+
+
+
+
+

Chapter 63.  +RPC Exports for rtpengine +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. rtpengine.reload + +
+
+ + 2. rtpengine.ping + +
+
+ + 3. rtpengine.show + +
+
+ + 4. rtpengine.enable + +
+
+ + 5. rtpengine.get_hash_total + +
+
+
+
+
+
+
+

1. rtpengine.reload

+
+
+
+

+ Documentation missing (rtpengine_rpc_reload_doc). +

+

+

+
+
+
+
+
+

2. rtpengine.ping

+
+
+
+

+ Documentation missing (rtpengine_rpc_ping_doc). +

+

+

+
+
+
+
+
+

3. rtpengine.show

+
+
+
+

+ Documentation missing (rtpengine_rpc_show_doc). +

+

+ Returns an array. +

+
+
+
+
+
+

4. rtpengine.enable

+
+
+
+

+ Documentation missing (rtpengine_rpc_enable_doc). +

+

+

+
+
+
+
+
+

5. rtpengine.get_hash_total

+
+
+
+

+ Documentation missing (rtpengine_rpc_get_hash_total_doc). +

+

+

+
+
+
+
+
+
+

Chapter 64.  +RPC Exports for rtpproxy +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. rtpproxy.list + +
+
+ + 2. rtpproxy.enable + +
+
+
+
+
+
+
+

1. rtpproxy.list

+
+
+
+

+ List rtp proxies. +

+

+ Returns an array. +

+
+
+
+
+
+

2. rtpproxy.enable

+
+
+
+

+ Set state (enable/disable) for a rtp proxy. +

+

+

+
+
+
+
+
+
+

Chapter 65.  +RPC Exports for sca +

+
+
+
+ +
+
+
+
+

1. sca.all_subscriptions

+
+
+
+

+ Documentation missing (sca_rpc_show_all_subscriptions_doc). +

+

+

+
+
+
+
+
+

2. sca.subscription_count

+
+
+
+

+ Documentation missing (sca_rpc_subscription_count_doc). +

+

+

+
+
+
+
+
+

3. sca.show_subscription

+
+
+
+

+ Documentation missing (sca_rpc_show_subscription_doc). +

+

+

+
+
+
+
+
+

4. sca.subscribers

+
+
+
+

+ Documentation missing (sca_rpc_show_subscribers_doc). +

+

+

+
+
+
+
+
+

5. sca.deactivate_all_subscriptions

+
+
+
+

+ Documentation missing + (sca_rpc_deactivate_all_subscriptions_doc). +

+

+

+
+
+
+
+
+

6. sca.deactivate_subscription

+
+
+
+

+ Documentation missing (sca_rpc_deactivate_subscription_doc). +

+

+

+
+
+
+
+
+

7. sca.all_appearances

+
+
+
+

+ Documentation missing (sca_rpc_show_all_appearances_doc). +

+

+

+
+
+
+
+
+

8. sca.show_appearance

+
+
+
+

+ Documentation missing (sca_rpc_show_appearance_doc). +

+

+

+
+
+
+
+
+

9. sca.seize_appearance

+
+
+
+

+ Documentation missing (sca_rpc_seize_appearance_doc). +

+

+

+
+
+
+
+
+

10. sca.update_appearance

+
+
+
+

+ Documentation missing (sca_rpc_update_appearance_doc). +

+

+

+
+
+
+
+
+

11. sca.release_appearance

+
+
+
+

+ Documentation missing (sca_rpc_release_appearance_doc). +

+

+

+
+
+
+
+
+
+

Chapter 66.  +RPC Exports for sctp +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. sctp.options + +
+
+ + 2. sctp.info + +
+
+
+
+
+
+
+

1. sctp.options

+
+
+
+

+ Documentation missing (core_sctp_options_doc). +

+

+

+
+
+
+
+
+

2. sctp.info

+
+
+
+

+ Documentation missing (core_sctpinfo_doc). +

+

+

+
+
+
+
+
+
+

Chapter 67.  +RPC Exports for sipcapture +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. sipcapture.status + +
+
+
+
+
+
+
+

1. sipcapture.status

+
+
+
+

+ Get status or turn on/off sipcapture. +

+

+

+
+
+
+
+
+
+

Chapter 68.  +RPC Exports for siptrace +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. siptrace.status + +
+
+
+
+
+
+
+

1. siptrace.status

+
+
+
+

+ Get status or turn on/off siptrace. Parameters: on, off or + check. +

+

+

+
+
+
+
+
+
+

Chapter 69.  +RPC Exports for sl +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. sl.stats + +
+
+
+
+
+
+
+

1. sl.stats

+
+
+
+

+ Documentation missing (rpc_stats_doc). +

+

+

+
+
+
+
+
+
+

Chapter 70.  +RPC Exports for statsc +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. statsc.report + +
+
+
+
+
+
+
+

1. statsc.report

+
+
+
+

+ Documentation missing (statsc_rpc_report_doc). +

+

+

+
+
+
+
+
+
+

Chapter 71.  +RPC Exports for tls +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. tls.reload + +
+
+ + 2. tls.list + +
+
+ + 3. tls.info + +
+
+ + 4. tls.options + +
+
+
+
+
+
+
+

1. tls.reload

+
+
+
+

+ Documentation missing (tls_reload_doc). +

+

+

+
+
+
+
+
+

2. tls.list

+
+
+
+

+ Documentation missing (tls_list_doc). +

+

+ Returns an array. +

+
+
+
+
+
+

3. tls.info

+
+
+
+

+ Documentation missing (tls_info_doc). +

+

+

+
+
+
+
+
+

4. tls.options

+
+
+
+

+ Documentation missing (tls_options_doc). +

+

+

+
+
+
+
+
+
+

Chapter 72.  +RPC Exports for tm +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. tm.cancel + +
+
+ + 2. tm.reply + +
+
+ + 3. tm.reply_callid + +
+
+ + 4. tm.stats + +
+
+ + 5. tm.hash_stats + +
+
+ + 6. tm.t_uac_start + +
+
+ + 7. tm.t_uac_wait + +
+
+
+
+
+
+
+

1. tm.cancel

+
+
+
+

+ Documentation missing (rpc_cancel_doc). +

+

+

+
+
+
+
+
+

2. tm.reply

+
+
+
+

+ Documentation missing (rpc_reply_doc). +

+

+

+
+
+
+
+
+

3. tm.reply_callid

+
+
+
+

+ Documentation missing (rpc_reply_callid_doc). +

+

+

+
+
+
+
+
+

4. tm.stats

+
+
+
+

+ Documentation missing (tm_rpc_stats_doc). +

+

+

+
+
+
+
+
+

5. tm.hash_stats

+
+
+
+

+ Documentation missing (tm_rpc_hash_stats_doc). +

+

+

+
+
+
+
+
+

6. tm.t_uac_start

+
+
+
+

+ Documentation missing (rpc_t_uac_start_doc). +

+

+

+
+
+
+
+
+

7. tm.t_uac_wait

+
+
+
+

+ Documentation missing (rpc_t_uac_wait_doc). +

+

+ Returns an array. +

+
+
+
+
+
+
+

Chapter 73.  +RPC Exports for tsilo +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. ts.dump + +
+
+ + 2. ts.lookup + +
+
+
+
+
+
+
+

1. ts.dump

+
+
+
+

+ Documentation missing (rpc_tsilo_dump_doc). +

+

+

+
+
+
+
+
+

2. ts.lookup

+
+
+
+

+ Documentation missing (rpc_tsilo_lookup_doc). +

+

+

+
+
+
+
+
+
+

Chapter 74.  +RPC Exports for uac +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. uac.reg_dump + +
+
+ + 2. uac.reg_info + +
+
+ + 3. uac.reg_enable + +
+
+ + 4. uac.reg_disable + +
+
+ + 5. uac.reg_reload + +
+
+ + 6. uac.reg_refresh + +
+
+ + 7. uac.reg_remove + +
+
+ + 8. uac.reg_add + +
+
+
+
+
+
+
+

1. uac.reg_dump

+
+
+
+

+ Documentation missing (rpc_uac_reg_dump_doc). +

+

+ Returns an array. +

+
+
+
+
+
+

2. uac.reg_info

+
+
+
+

+ Documentation missing (rpc_uac_reg_info_doc). +

+

+

+
+
+
+
+
+

3. uac.reg_enable

+
+
+
+

+ Documentation missing (rpc_uac_reg_enable_doc). +

+

+

+
+
+
+
+
+

4. uac.reg_disable

+
+
+
+

+ Documentation missing (rpc_uac_reg_disable_doc). +

+

+

+
+
+
+
+
+

5. uac.reg_reload

+
+
+
+

+ Documentation missing (rpc_uac_reg_reload_doc). +

+

+

+
+
+
+
+
+

6. uac.reg_refresh

+
+
+
+

+ Documentation missing (rpc_uac_reg_refresh_doc). +

+

+

+
+
+
+
+
+

7. uac.reg_remove

+
+
+
+

+ Documentation missing (rpc_uac_reg_remove_doc). +

+

+

+
+
+
+
+
+

8. uac.reg_add

+
+
+
+

+ Add a record to memory. +

+

+

+
+
+
+
+
+
+

Chapter 75.  +RPC Exports for uid_domain +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. domain.reload + +
+
+ + 2. domain.dump + +
+
+
+
+
+
+
+

1. domain.reload

+
+
+
+

+ Documentation missing (domain_reload_doc). +

+

+

+
+
+
+
+
+

2. domain.dump

+
+
+
+

+ Documentation missing (domain_dump_doc). +

+

+

+
+
+
+
+
+
+

Chapter 76.  +RPC Exports for uid_gflags +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. gflags.set + +
+
+ + 2. gflags.is_set + +
+
+ + 3. gflags.reset + +
+
+ + 4. gflags.flush + +
+
+ + 5. gflags.dump + +
+
+ + 6. global.reload + +
+
+
+
+
+
+
+

1. gflags.set

+
+
+
+

+ Load a CPL script to the server. +

+

+

+
+
+
+
+
+

2. gflags.is_set

+
+
+
+

+ Load a CPL script to the server. +

+

+

+
+
+
+
+
+

3. gflags.reset

+
+
+
+

+ Load a CPL script to the server. +

+

+

+
+
+
+
+
+

4. gflags.flush

+
+
+
+

+ Load a CPL script to the server. +

+

+

+
+
+
+
+
+

5. gflags.dump

+
+
+
+

+ Load a CPL script to the server. +

+

+

+
+
+
+
+
+

6. global.reload

+
+
+
+

+ Reload global attributes from database +

+

+

+
+
+
+
+
+
+

Chapter 77.  +RPC Exports for userblacklist +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. userblacklist.reload_blacklist + +
+
+
+
+
+
+
+

1. userblacklist.reload_blacklist

+
+
+
+

+ Documentation missing (ubl_rpc_reload_blacklist_doc). +

+

+

+
+
+
+
+
+
+

Chapter 78.  +RPC Exports for usrloc +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. ul.dump + +
+
+ + 2. ul.lookup + +
+
+ + 3. ul.rm + +
+
+ + 4. ul.rm_contact + +
+
+ + 5. ul.flush + +
+
+ + 6. ul.add + +
+
+ + 7. ul.db_users + +
+
+ + 8. ul.db_contacts + +
+
+ + 9. ul.db_expired_contacts + +
+
+
+
+
+
+
+

1. ul.dump

+
+
+
+

+ Dump user location tables +

+

+

+
+
+
+
+
+

2. ul.lookup

+
+
+
+

+ Lookup one AOR in the usrloc location table +

+

+

+
+
+
+
+
+

3. ul.rm

+
+
+
+

+ Delete a address of record including its contacts +

+

+

+
+
+
+
+
+

4. ul.rm_contact

+
+
+
+

+ Delete a contact from an AOR record +

+

+

+
+
+
+
+
+

5. ul.flush

+
+
+
+

+ Flush the usrloc memory cache to DB +

+

+

+
+
+
+
+
+

6. ul.add

+
+
+
+

+ Add a new contact for an address of record +

+

+

+
+
+
+
+
+

7. ul.db_users

+
+
+
+

+ Tell number of different unexpired users (AoRs) in database + table (db_mode!=0 only) +

+

+

+
+
+
+
+
+

8. ul.db_contacts

+
+
+
+

+ Tell number of unexpired contacts in database table (db_mode=3 + only) +

+

+

+
+
+
+
+
+

9. ul.db_expired_contacts

+
+
+
+

+ Tell number of expired contacts in database table (db_mode=3 + only) +

+

+

+
+
+
+
+
+
+

Chapter 79.  +RPC Exports for websocket +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. ws.dump + +
+
+ + 2. ws.close + +
+
+ + 3. ws.ping + +
+
+ + 4. ws.pong + +
+
+ + 5. ws.enable + +
+
+ + 6. ws.disable + +
+
+
+
+
+
+
+

1. ws.dump

+
+
+
+

+ List websocket connections +

+

+

+
+
+
+
+
+

2. ws.close

+
+
+
+

+ Close a websocket connection by id +

+

+

+
+
+
+
+
+

3. ws.ping

+
+
+
+

+ Send ping on a websocket connection by id +

+

+

+
+
+
+
+
+

4. ws.pong

+
+
+
+

+ Send pong on a websocket connection by id +

+

+

+
+
+
+
+
+

5. ws.enable

+
+
+
+

+ Enable websocket connection handling +

+

+

+
+
+
+
+
+

6. ws.disable

+
+
+
+

+ Disable websocket connection handling +

+

+

+
+
+
+
+
+
+

Chapter 80.  +RPC Exports for xcap_client +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. xcap_client.refreshXcapDoc + +
+
+
+
+
+
+
+

1. xcap_client.refreshXcapDoc

+
+
+
+

+ Documentation missing (xcap_client_refreshXcapDoc_doc). +

+

+

+
+
+
+
+
+
+

Chapter 81.  +RPC Exports for xhttp_pi +

+
+
+
+
+

+ Table of Contents +

+
+
+ + 1. xhttp_pi.reload + +
+
+
+
+
+
+
+

1. xhttp_pi.reload

+
+
+
+

+ Reload the xml framework +

+

+

+
+
+
+ + diff --git a/doc/tutorials/rpc_list/docbook/rpc_list.xml b/doc/tutorials/rpc_list/docbook/rpc_list.xml index eb9e6487626..bf7ea2e4432 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_list.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_list.xml @@ -6,19 +6,31 @@ "xmlns:xi CDATA #FIXED 'http://www.w3.org/2001/XInclude'">] > - RPC Exports List - - Kamailio git-d5369b - Tue, 06 Dec 2016 12:09:10 +0100 - - Automatically generated by: - make -C doc/rpc_list all - - + RPC Commands List + + kamailio.org + + + Kamailio + Development Team + https://www.kamailio.org +
sr-dev@lists.kamailio.org
+
+
+ + 2008-2017 + Kamailio Project + +
+ + + + + @@ -27,7 +39,9 @@ + + @@ -40,27 +54,38 @@ + - + + - + + + + + + + + + + @@ -73,6 +98,9 @@ + + +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_matrix.xml b/doc/tutorials/rpc_list/docbook/rpc_matrix.xml new file mode 100644 index 00000000000..e1fbda58238 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_matrix.xml @@ -0,0 +1,19 @@ + + + + + +RPC Exports for matrix + + + +
matrix.reload + + Documentation missing (matrix_rpc_reload_doc). + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_mqueue.xml b/doc/tutorials/rpc_list/docbook/rpc_mqueue.xml new file mode 100644 index 00000000000..48d2a3e3a85 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_mqueue.xml @@ -0,0 +1,19 @@ + + + + + +RPC Exports for mqueue + + + +
mqueue.get_size + + Documentation missing (mqueue_rpc_get_size_doc). + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_mtree.xml b/doc/tutorials/rpc_list/docbook/rpc_mtree.xml index e504ea25748..8c49b1103c1 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_mtree.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_mtree.xml @@ -10,7 +10,7 @@ RPC Exports for mtree
mtree.summary - Documentation missing (rpc_mtree_summary_doc). + Print summary of loaded mtree tables Returns an array. @@ -19,7 +19,7 @@ RPC Exports for mtree
mtree.reload - Documentation missing (rpc_mtree_reload_doc). + Reload mtrees from database to memory @@ -33,4 +33,13 @@ RPC Exports for mtree
+
mtree.list + + List the content of one or all trees + + + Returns an array. + +
+ diff --git a/doc/tutorials/rpc_list/docbook/rpc_nathelper.xml b/doc/tutorials/rpc_list/docbook/rpc_nathelper.xml new file mode 100644 index 00000000000..f634586d2a7 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_nathelper.xml @@ -0,0 +1,19 @@ + + + + + +RPC Exports for nathelper + + + +
nathelper.enable_ping + + Set (enable/disable) nat ping + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_pdb.xml b/doc/tutorials/rpc_list/docbook/rpc_pdb.xml new file mode 100644 index 00000000000..d12631d28a8 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_pdb.xml @@ -0,0 +1,35 @@ + + + + + +RPC Exports for pdb + + + +
pdb.status + + Documentation missing (pdb_rpc_status_doc). + + + +
+ +
pdb.activate + + Documentation missing (pdb_rpc_activate_doc). + + + +
+ +
pdb.deactivate + + Documentation missing (pdb_rpc_deactivate_doc). + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_permissions.xml b/doc/tutorials/rpc_list/docbook/rpc_permissions.xml index 0867114252e..f88f196a008 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_permissions.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_permissions.xml @@ -66,4 +66,12 @@ RPC Exports for permissions
+
permissions.allowUri + + Documentation missing (rpc_test_uri_doc). + + + +
+ diff --git a/doc/tutorials/rpc_list/docbook/rpc_pike.xml b/doc/tutorials/rpc_list/docbook/rpc_pike.xml index 1caf121e568..a4b3eb9d56b 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_pike.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_pike.xml @@ -16,4 +16,12 @@ RPC Exports for pike
+
pike.list + + Documentation missing (pike_top_doc). + + + +
+ diff --git a/doc/tutorials/rpc_list/docbook/rpc_pipelimit.xml b/doc/tutorials/rpc_list/docbook/rpc_pipelimit.xml index 01c92f0f895..4e020e38f88 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_pipelimit.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_pipelimit.xml @@ -10,8 +10,7 @@ RPC Exports for pipelimit
pl.stats - Print pipelimit statistics: <id> <load> - <counter> + Documentation missing (rpc_pl_stats_doc). Returns an array. @@ -20,8 +19,7 @@ RPC Exports for pipelimit
pl.get_pipes - Print pipes info: <id> <algorithm> <limit> - <counter> + Documentation missing (rpc_pl_get_pipes_doc). Returns an array. @@ -30,8 +28,7 @@ RPC Exports for pipelimit
pl.set_pipe - Sets a pipe params: <pipe_id> <pipe_algorithm> - <pipe_limit> + Documentation missing (rpc_pl_set_pipe_doc). diff --git a/doc/tutorials/rpc_list/docbook/rpc_presence.xml b/doc/tutorials/rpc_list/docbook/rpc_presence.xml index 07279b3a76a..490c65a9392 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_presence.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_presence.xml @@ -17,4 +17,12 @@ RPC Exports for presence
+
presence.refreshWatchers + + Trigger refresh of watchers + + + +
+ diff --git a/doc/tutorials/rpc_list/docbook/rpc_pua.xml b/doc/tutorials/rpc_list/docbook/rpc_pua.xml new file mode 100644 index 00000000000..5ed33a73390 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_pua.xml @@ -0,0 +1,19 @@ + + + + + +RPC Exports for pua + + + +
pua.cleanup + + Execute pua cleanup. + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_pua_rpc.xml b/doc/tutorials/rpc_list/docbook/rpc_pua_rpc.xml new file mode 100644 index 00000000000..828e043f813 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_pua_rpc.xml @@ -0,0 +1,27 @@ + + + + + +RPC Exports for pua_rpc + + + +
pua.publish + + Documentation missing (pua_rpc_publish_doc). + + + +
+ +
pua.subscribe + + Documentation missing (pua_rpc_subscribe_doc). + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_pv.xml b/doc/tutorials/rpc_list/docbook/rpc_pv.xml index c0ef27753dc..d265d3bb2f6 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_pv.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_pv.xml @@ -10,7 +10,7 @@ RPC Exports for pv
pv.shvSet - Set a shared variable (args: name type value) + Documentation missing (rpc_shv_set_doc). @@ -18,7 +18,7 @@ RPC Exports for pv
pv.shvGet - Get the value of a shared variable. If no argument, dumps all + Documentation missing (rpc_shv_get_doc). diff --git a/doc/tutorials/rpc_list/docbook/rpc_regex.xml b/doc/tutorials/rpc_list/docbook/rpc_regex.xml new file mode 100644 index 00000000000..b7b26053067 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_regex.xml @@ -0,0 +1,19 @@ + + + + + +RPC Exports for regex + + + +
regex.reload + + Reload regex file + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_rls.xml b/doc/tutorials/rpc_list/docbook/rpc_rls.xml new file mode 100644 index 00000000000..67e5e487010 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_rls.xml @@ -0,0 +1,19 @@ + + + + + +RPC Exports for rls + + + +
rls.cleanup + + Documentation missing (rls_rpc_cleanup_doc). + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_rtpengine.xml b/doc/tutorials/rpc_list/docbook/rpc_rtpengine.xml new file mode 100644 index 00000000000..ed77f1033e9 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_rtpengine.xml @@ -0,0 +1,52 @@ + + + + + +RPC Exports for rtpengine + + + +
rtpengine.reload + + Documentation missing (rtpengine_rpc_reload_doc). + + + +
+ +
rtpengine.ping + + Documentation missing (rtpengine_rpc_ping_doc). + + + +
+ +
rtpengine.show + + Documentation missing (rtpengine_rpc_show_doc). + + + Returns an array. + +
+ +
rtpengine.enable + + Documentation missing (rtpengine_rpc_enable_doc). + + + +
+ +
rtpengine.get_hash_total + + Documentation missing (rtpengine_rpc_get_hash_total_doc). + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_rtpproxy.xml b/doc/tutorials/rpc_list/docbook/rpc_rtpproxy.xml new file mode 100644 index 00000000000..052f7c55cf6 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_rtpproxy.xml @@ -0,0 +1,28 @@ + + + + + +RPC Exports for rtpproxy + + + +
rtpproxy.list + + List rtp proxies. + + + Returns an array. + +
+ +
rtpproxy.enable + + Set state (enable/disable) for a rtp proxy. + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_tm.xml b/doc/tutorials/rpc_list/docbook/rpc_tm.xml index 9147b1f4a88..9b3bba37a96 100644 --- a/doc/tutorials/rpc_list/docbook/rpc_tm.xml +++ b/doc/tutorials/rpc_list/docbook/rpc_tm.xml @@ -24,6 +24,14 @@ RPC Exports for tm
+
tm.reply_callid + + Documentation missing (rpc_reply_callid_doc). + + + +
+
tm.stats Documentation missing (tm_rpc_stats_doc). diff --git a/doc/tutorials/rpc_list/docbook/rpc_userblacklist.xml b/doc/tutorials/rpc_list/docbook/rpc_userblacklist.xml new file mode 100644 index 00000000000..a92e4950e05 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_userblacklist.xml @@ -0,0 +1,19 @@ + + + + + +RPC Exports for userblacklist + + + +
userblacklist.reload_blacklist + + Documentation missing (ubl_rpc_reload_blacklist_doc). + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_websocket.xml b/doc/tutorials/rpc_list/docbook/rpc_websocket.xml new file mode 100644 index 00000000000..f053d31b55c --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_websocket.xml @@ -0,0 +1,59 @@ + + + + + +RPC Exports for websocket + + + +
ws.dump + + List websocket connections + + + +
+ +
ws.close + + Close a websocket connection by id + + + +
+ +
ws.ping + + Send ping on a websocket connection by id + + + +
+ +
ws.pong + + Send pong on a websocket connection by id + + + +
+ +
ws.enable + + Enable websocket connection handling + + + +
+ +
ws.disable + + Disable websocket connection handling + + + +
+ +
diff --git a/doc/tutorials/rpc_list/docbook/rpc_xcap_client.xml b/doc/tutorials/rpc_list/docbook/rpc_xcap_client.xml new file mode 100644 index 00000000000..c2cc984c823 --- /dev/null +++ b/doc/tutorials/rpc_list/docbook/rpc_xcap_client.xml @@ -0,0 +1,19 @@ + + + + + +RPC Exports for xcap_client + + + +
xcap_client.refreshXcapDoc + + Documentation missing (xcap_client_refreshXcapDoc_doc). + + + +
+ +
diff --git a/doc/tutorials/rpc_list/rpc_app_jsdt.txt b/doc/tutorials/rpc_list/rpc_app_jsdt.txt new file mode 100644 index 00000000000..b7adfc8c396 --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_app_jsdt.txt @@ -0,0 +1,12 @@ +RPC Exports for app_jsdt +======================== + + [ this file is autogenerated, do not edit ] + + + 1. app_jsdt.reload + Documentation missing (app_jsdt_rpc_reload_doc). + + 2. app_jsdt.api_list + Documentation missing (app_jsdt_rpc_api_list_doc). + diff --git a/doc/tutorials/rpc_list/rpc_app_lua.txt b/doc/tutorials/rpc_list/rpc_app_lua.txt index 4b07b18d815..821bff53879 100644 --- a/doc/tutorials/rpc_list/rpc_app_lua.txt +++ b/doc/tutorials/rpc_list/rpc_app_lua.txt @@ -5,7 +5,7 @@ RPC Exports for app_lua 1. app_lua.reload - Documentation missing (app_lua_rpc_reload_doc). + Reload lua script 2. app_lua.list list lua scripts diff --git a/doc/tutorials/rpc_list/rpc_app_sqlang.txt b/doc/tutorials/rpc_list/rpc_app_sqlang.txt new file mode 100644 index 00000000000..b9778db3ff5 --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_app_sqlang.txt @@ -0,0 +1,12 @@ +RPC Exports for app_sqlang +========================== + + [ this file is autogenerated, do not edit ] + + + 1. app_sqlang.reload + Documentation missing (app_sqlang_rpc_reload_doc). + + 2. app_sqlang.api_list + Documentation missing (app_sqlang_rpc_api_list_doc). + diff --git a/doc/tutorials/rpc_list/rpc_auth_ephemeral.txt b/doc/tutorials/rpc_list/rpc_auth_ephemeral.txt new file mode 100644 index 00000000000..78d96a6d70b --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_auth_ephemeral.txt @@ -0,0 +1,16 @@ +RPC Exports for auth_ephemeral +============================== + + [ this file is autogenerated, do not edit ] + + + 1. autheph.dump_secrets + Documentation missing (autheph_rpc_dump_secrets_doc). + Returns an array. + + 2. autheph.add_secret + Add a secret + + 3. autheph.rm_secret + Remove a secret + diff --git a/doc/tutorials/rpc_list/rpc_benchmark.txt b/doc/tutorials/rpc_list/rpc_benchmark.txt new file mode 100644 index 00000000000..a16d565638c --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_benchmark.txt @@ -0,0 +1,18 @@ +RPC Exports for benchmark +========================= + + [ this file is autogenerated, do not edit ] + + + 1. benchmark.enable_global + Enable/disable benchmarking + + 2. benchmark.enable_timer + Enable/disable a benchmark timer + + 3. benchmark.granularity + Set benchmarking granularity + + 4. benchmark.loglevel + Set benchmarking log level + diff --git a/doc/tutorials/rpc_list/rpc_call_obj.txt b/doc/tutorials/rpc_list/rpc_call_obj.txt new file mode 100644 index 00000000000..2ea253a8460 --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_call_obj.txt @@ -0,0 +1,19 @@ +RPC Exports for call_obj +======================== + + [ this file is autogenerated, do not edit ] + + + 1. call_obj.free + Free an object so it can be assigned again + + 2. call_obj.stats + Show statistics about module objects + + 3. call_obj.free_all + Documentation missing (rpc_call_obj_free_all_doc). + + 4. call_obj.list + Get a list of objects with a longer duration (in seconds) than + a number + diff --git a/doc/tutorials/rpc_list/rpc_carrierroute.txt b/doc/tutorials/rpc_list/rpc_carrierroute.txt index 80a250b0e35..f2f89257af1 100644 --- a/doc/tutorials/rpc_list/rpc_carrierroute.txt +++ b/doc/tutorials/rpc_list/rpc_carrierroute.txt @@ -7,3 +7,6 @@ RPC Exports for carrierroute 1. cr.reload_routes Reload routes + 2. cr.dump_routes + Dump routes + diff --git a/doc/tutorials/rpc_list/rpc_cfgutils.txt b/doc/tutorials/rpc_list/rpc_cfgutils.txt index f39749f2cff..0b45e080f11 100644 --- a/doc/tutorials/rpc_list/rpc_cfgutils.txt +++ b/doc/tutorials/rpc_list/rpc_cfgutils.txt @@ -5,11 +5,29 @@ RPC Exports for cfgutils 1. cfgutils.is_gflag - Documentation missing (is_gflag_doc). + Documentation missing (cfgutils_rpc_is_gflag_doc). 2. cfgutils.set_gflag - Documentation missing (set_gflag_doc). + Documentation missing (cfgutils_rpc_set_gflag_doc). - 3. cfgutils.reset_gflag - Documentation missing (reset_gflag_doc). + 3. cfgutils.get_gflags + Documentation missing (cfgutils_rpc_get_gflags_doc). + + 4. cfgutils.reset_gflag + Documentation missing (cfgutils_rpc_reset_gflag_doc). + + 5. cfgutils.rand_set_prob + Documentation missing (cfgutils_rpc_set_prob_doc). + + 6. cfgutils.rand_reset_prob + Documentation missing (cfgutils_rpc_reset_prob_doc). + + 7. cfgutils.rand_get_prob + Documentation missing (cfgutils_rpc_get_prob_doc). + + 8. cfgutils.get_config_hash + Documentation missing (cfgutils_rpc_get_hash_doc). + + 9. cfgutils.check_config_hash + Documentation missing (cfgutils_rpc_check_hash_doc). diff --git a/doc/tutorials/rpc_list/rpc_cnxcc.txt b/doc/tutorials/rpc_list/rpc_cnxcc.txt index f8af0add203..bfb63b2405b 100644 --- a/doc/tutorials/rpc_list/rpc_cnxcc.txt +++ b/doc/tutorials/rpc_list/rpc_cnxcc.txt @@ -13,3 +13,6 @@ RPC Exports for cnxcc 3. cnxcc.kill_call Kill call using its call ID + 4. cnxcc.stats + List credit control stats + diff --git a/doc/tutorials/rpc_list/rpc_counters.txt b/doc/tutorials/rpc_list/rpc_counters.txt index fc195327751..dab8b1d5b51 100644 --- a/doc/tutorials/rpc_list/rpc_counters.txt +++ b/doc/tutorials/rpc_list/rpc_counters.txt @@ -13,17 +13,28 @@ RPC Exports for counters 3. cnt.get_raw Documentation missing (cnt_get_raw_doc). - 4. cnt.grps_list + 4. cnt.list_groups Documentation missing (cnt_grps_list_doc). Returns an array. - 5. cnt.var_list + 5. cnt.grps_list + Documentation missing (cnt_grps_list_doc). + Returns an array. + + 6. cnt.list_vars + Documentation missing (cnt_var_list_doc). + Returns an array. + + 7. cnt.var_list Documentation missing (cnt_var_list_doc). Returns an array. - 6. cnt.grp_get_all + 8. cnt.get_vars + Documentation missing (cnt_grp_get_all_doc). + + 9. cnt.grp_get_all Documentation missing (cnt_grp_get_all_doc). - 7. cnt.help +10. cnt.help Documentation missing (cnt_help_doc). diff --git a/doc/tutorials/rpc_list/rpc_cplc.txt b/doc/tutorials/rpc_list/rpc_cplc.txt new file mode 100644 index 00000000000..054b8d7cfab --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_cplc.txt @@ -0,0 +1,15 @@ +RPC Exports for cplc +==================== + + [ this file is autogenerated, do not edit ] + + + 1. cpl.load + Documentation missing (cpl_rpc_load_doc). + + 2. cpl.remove + Documentation missing (cpl_rpc_remove_doc). + + 3. cpl.get + Documentation missing (cpl_rpc_get_doc). + diff --git a/doc/tutorials/rpc_list/rpc_ctl.txt b/doc/tutorials/rpc_list/rpc_ctl.txt index 4d23bc286a2..4f76b964833 100644 --- a/doc/tutorials/rpc_list/rpc_ctl.txt +++ b/doc/tutorials/rpc_list/rpc_ctl.txt @@ -5,7 +5,7 @@ RPC Exports for ctl 1. ctl.who - list open connections + Documentation missing (io_listen_who_doc). 2. ctl.connections returns number of open connections diff --git a/doc/tutorials/rpc_list/rpc_db_berkeley.txt b/doc/tutorials/rpc_list/rpc_db_berkeley.txt new file mode 100644 index 00000000000..3d8b5f2354d --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_db_berkeley.txt @@ -0,0 +1,9 @@ +RPC Exports for db_berkeley +=========================== + + [ this file is autogenerated, do not edit ] + + + 1. db_berkeley.reload + Reload a berkeley db or env + diff --git a/doc/tutorials/rpc_list/rpc_db_text.txt b/doc/tutorials/rpc_list/rpc_db_text.txt index 4f682f49441..d60d79c77d2 100644 --- a/doc/tutorials/rpc_list/rpc_db_text.txt +++ b/doc/tutorials/rpc_list/rpc_db_text.txt @@ -7,3 +7,6 @@ RPC Exports for db_text 1. db_text.dump Write back to disk modified tables + 2. db_text.query + Perform Live Query + diff --git a/doc/tutorials/rpc_list/rpc_dialog.txt b/doc/tutorials/rpc_list/rpc_dialog.txt index c1d0798d7ae..8bbde4a5638 100644 --- a/doc/tutorials/rpc_list/rpc_dialog.txt +++ b/doc/tutorials/rpc_list/rpc_dialog.txt @@ -13,11 +13,11 @@ RPC Exports for dialog Returns an array. 3. dlg.dlg_list - Print dialog based on callid and fromtag + Print dialog based on callid and optionally fromtag 4. dlg.dlg_list_ctx Print dialog with associated context based on callid and - fromtag + optionally fromtag 5. dlg.end_dlg End a given dialog based on [h_entry] [h_id] diff --git a/doc/tutorials/rpc_list/rpc_imc.txt b/doc/tutorials/rpc_list/rpc_imc.txt new file mode 100644 index 00000000000..d208d68d07a --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_imc.txt @@ -0,0 +1,13 @@ +RPC Exports for imc +=================== + + [ this file is autogenerated, do not edit ] + + + 1. imc.list_rooms + List imc rooms. + Returns an array. + + 2. imc.list_members + List members in an imc room. + diff --git a/doc/tutorials/rpc_list/rpc_jsonrpcs.txt b/doc/tutorials/rpc_list/rpc_jsonrpcs.txt new file mode 100644 index 00000000000..4133c30ba74 --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_jsonrpcs.txt @@ -0,0 +1,10 @@ +RPC Exports for jsonrpcs +======================== + + [ this file is autogenerated, do not edit ] + + + 1. jsonrpc.echo + Documentation missing (jsonrpc_rpc_echo_doc). + Returns an array. + diff --git a/doc/tutorials/rpc_list/rpc_keepalive.txt b/doc/tutorials/rpc_list/rpc_keepalive.txt new file mode 100644 index 00000000000..292b49d707e --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_keepalive.txt @@ -0,0 +1,9 @@ +RPC Exports for keepalive +========================= + + [ this file is autogenerated, do not edit ] + + + 1. keepalive.list + Documentation missing (keepalive_rpc_list_doc). + diff --git a/doc/tutorials/rpc_list/rpc_lcr.txt b/doc/tutorials/rpc_list/rpc_lcr.txt index 1de7652d4f8..8e8dacd799a 100644 --- a/doc/tutorials/rpc_list/rpc_lcr.txt +++ b/doc/tutorials/rpc_list/rpc_lcr.txt @@ -16,3 +16,11 @@ RPC Exports for lcr 4. lcr.defunct_gw Defunct gateway until specified time (Unix timestamp). + 5. lcr.load_gws + Load matching gateways and prints their ids in priority order. + Mandatory parameters are lcr_id and uri_user followed by + optional parameters caller_uri and request_uri. Error is + reported if an lcr_rule with matching prefix and from_uri has + non-null request_uri and request_uri parameter has not been + given. + diff --git a/doc/tutorials/rpc_list/rpc_matrix.txt b/doc/tutorials/rpc_list/rpc_matrix.txt new file mode 100644 index 00000000000..8101dc2790f --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_matrix.txt @@ -0,0 +1,9 @@ +RPC Exports for matrix +====================== + + [ this file is autogenerated, do not edit ] + + + 1. matrix.reload + Documentation missing (matrix_rpc_reload_doc). + diff --git a/doc/tutorials/rpc_list/rpc_mqueue.txt b/doc/tutorials/rpc_list/rpc_mqueue.txt new file mode 100644 index 00000000000..94df688d06c --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_mqueue.txt @@ -0,0 +1,9 @@ +RPC Exports for mqueue +====================== + + [ this file is autogenerated, do not edit ] + + + 1. mqueue.get_size + Documentation missing (mqueue_rpc_get_size_doc). + diff --git a/doc/tutorials/rpc_list/rpc_mtree.txt b/doc/tutorials/rpc_list/rpc_mtree.txt index fec074f1967..e20b86c6daa 100644 --- a/doc/tutorials/rpc_list/rpc_mtree.txt +++ b/doc/tutorials/rpc_list/rpc_mtree.txt @@ -5,12 +5,16 @@ RPC Exports for mtree 1. mtree.summary - Documentation missing (rpc_mtree_summary_doc). + Print summary of loaded mtree tables Returns an array. 2. mtree.reload - Documentation missing (rpc_mtree_reload_doc). + Reload mtrees from database to memory 3. mtree.match Match prefix value against mtree + 4. mtree.list + List the content of one or all trees + Returns an array. + diff --git a/doc/tutorials/rpc_list/rpc_nathelper.txt b/doc/tutorials/rpc_list/rpc_nathelper.txt new file mode 100644 index 00000000000..d887f07921a --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_nathelper.txt @@ -0,0 +1,9 @@ +RPC Exports for nathelper +========================= + + [ this file is autogenerated, do not edit ] + + + 1. nathelper.enable_ping + Set (enable/disable) nat ping + diff --git a/doc/tutorials/rpc_list/rpc_pdb.txt b/doc/tutorials/rpc_list/rpc_pdb.txt new file mode 100644 index 00000000000..c0efdd5d5fb --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_pdb.txt @@ -0,0 +1,15 @@ +RPC Exports for pdb +=================== + + [ this file is autogenerated, do not edit ] + + + 1. pdb.status + Documentation missing (pdb_rpc_status_doc). + + 2. pdb.activate + Documentation missing (pdb_rpc_activate_doc). + + 3. pdb.deactivate + Documentation missing (pdb_rpc_deactivate_doc). + diff --git a/doc/tutorials/rpc_list/rpc_permissions.txt b/doc/tutorials/rpc_list/rpc_permissions.txt index dbd0e463bb2..eeae3509278 100644 --- a/doc/tutorials/rpc_list/rpc_permissions.txt +++ b/doc/tutorials/rpc_list/rpc_permissions.txt @@ -27,3 +27,6 @@ RPC Exports for permissions 7. permissions.testUri Documentation missing (rpc_test_uri_doc). + 8. permissions.allowUri + Documentation missing (rpc_test_uri_doc). + diff --git a/doc/tutorials/rpc_list/rpc_pike.txt b/doc/tutorials/rpc_list/rpc_pike.txt index c95d8e70256..071c82d5054 100644 --- a/doc/tutorials/rpc_list/rpc_pike.txt +++ b/doc/tutorials/rpc_list/rpc_pike.txt @@ -7,3 +7,6 @@ RPC Exports for pike 1. pike.top Documentation missing (pike_top_doc). + 2. pike.list + Documentation missing (pike_top_doc). + diff --git a/doc/tutorials/rpc_list/rpc_pipelimit.txt b/doc/tutorials/rpc_list/rpc_pipelimit.txt index 124debf4492..da78fc650d1 100644 --- a/doc/tutorials/rpc_list/rpc_pipelimit.txt +++ b/doc/tutorials/rpc_list/rpc_pipelimit.txt @@ -5,15 +5,15 @@ RPC Exports for pipelimit 1. pl.stats - Print pipelimit statistics: + Documentation missing (rpc_pl_stats_doc). Returns an array. 2. pl.get_pipes - Print pipes info: + Documentation missing (rpc_pl_get_pipes_doc). Returns an array. 3. pl.set_pipe - Sets a pipe params: + Documentation missing (rpc_pl_set_pipe_doc). 4. pl.get_pid Print PID Controller parameters for the FEEDBACK algorithm: diff --git a/doc/tutorials/rpc_list/rpc_presence.txt b/doc/tutorials/rpc_list/rpc_presence.txt index c7338c62acf..c10ce493346 100644 --- a/doc/tutorials/rpc_list/rpc_presence.txt +++ b/doc/tutorials/rpc_list/rpc_presence.txt @@ -8,3 +8,6 @@ RPC Exports for presence Manually triggers the cleanup functions for the active_watchers, presentity, and watchers tables. + 2. presence.refreshWatchers + Trigger refresh of watchers + diff --git a/doc/tutorials/rpc_list/rpc_pua.txt b/doc/tutorials/rpc_list/rpc_pua.txt new file mode 100644 index 00000000000..2c3377322af --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_pua.txt @@ -0,0 +1,9 @@ +RPC Exports for pua +=================== + + [ this file is autogenerated, do not edit ] + + + 1. pua.cleanup + Execute pua cleanup. + diff --git a/doc/tutorials/rpc_list/rpc_pua_rpc.txt b/doc/tutorials/rpc_list/rpc_pua_rpc.txt new file mode 100644 index 00000000000..c86254f7b42 --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_pua_rpc.txt @@ -0,0 +1,12 @@ +RPC Exports for pua_rpc +======================= + + [ this file is autogenerated, do not edit ] + + + 1. pua.publish + Documentation missing (pua_rpc_publish_doc). + + 2. pua.subscribe + Documentation missing (pua_rpc_subscribe_doc). + diff --git a/doc/tutorials/rpc_list/rpc_pv.txt b/doc/tutorials/rpc_list/rpc_pv.txt index effd93875cc..5da3b7d1180 100644 --- a/doc/tutorials/rpc_list/rpc_pv.txt +++ b/doc/tutorials/rpc_list/rpc_pv.txt @@ -5,8 +5,8 @@ RPC Exports for pv 1. pv.shvSet - Set a shared variable (args: name type value) + Documentation missing (rpc_shv_set_doc). 2. pv.shvGet - Get the value of a shared variable. If no argument, dumps all + Documentation missing (rpc_shv_get_doc). diff --git a/doc/tutorials/rpc_list/rpc_regex.txt b/doc/tutorials/rpc_list/rpc_regex.txt new file mode 100644 index 00000000000..754bd24863c --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_regex.txt @@ -0,0 +1,9 @@ +RPC Exports for regex +===================== + + [ this file is autogenerated, do not edit ] + + + 1. regex.reload + Reload regex file + diff --git a/doc/tutorials/rpc_list/rpc_rls.txt b/doc/tutorials/rpc_list/rpc_rls.txt new file mode 100644 index 00000000000..d20208ed893 --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_rls.txt @@ -0,0 +1,9 @@ +RPC Exports for rls +=================== + + [ this file is autogenerated, do not edit ] + + + 1. rls.cleanup + Documentation missing (rls_rpc_cleanup_doc). + diff --git a/doc/tutorials/rpc_list/rpc_rtpengine.txt b/doc/tutorials/rpc_list/rpc_rtpengine.txt new file mode 100644 index 00000000000..5aa6c54772d --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_rtpengine.txt @@ -0,0 +1,22 @@ +RPC Exports for rtpengine +========================= + + [ this file is autogenerated, do not edit ] + + + 1. rtpengine.reload + Documentation missing (rtpengine_rpc_reload_doc). + + 2. rtpengine.ping + Documentation missing (rtpengine_rpc_ping_doc). + + 3. rtpengine.show + Documentation missing (rtpengine_rpc_show_doc). + Returns an array. + + 4. rtpengine.enable + Documentation missing (rtpengine_rpc_enable_doc). + + 5. rtpengine.get_hash_total + Documentation missing (rtpengine_rpc_get_hash_total_doc). + diff --git a/doc/tutorials/rpc_list/rpc_rtpproxy.txt b/doc/tutorials/rpc_list/rpc_rtpproxy.txt new file mode 100644 index 00000000000..efd70b46ac6 --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_rtpproxy.txt @@ -0,0 +1,13 @@ +RPC Exports for rtpproxy +======================== + + [ this file is autogenerated, do not edit ] + + + 1. rtpproxy.list + List rtp proxies. + Returns an array. + + 2. rtpproxy.enable + Set state (enable/disable) for a rtp proxy. + diff --git a/doc/tutorials/rpc_list/rpc_tm.txt b/doc/tutorials/rpc_list/rpc_tm.txt index 177ff056ec5..952938a4f28 100644 --- a/doc/tutorials/rpc_list/rpc_tm.txt +++ b/doc/tutorials/rpc_list/rpc_tm.txt @@ -10,16 +10,19 @@ RPC Exports for tm 2. tm.reply Documentation missing (rpc_reply_doc). - 3. tm.stats + 3. tm.reply_callid + Documentation missing (rpc_reply_callid_doc). + + 4. tm.stats Documentation missing (tm_rpc_stats_doc). - 4. tm.hash_stats + 5. tm.hash_stats Documentation missing (tm_rpc_hash_stats_doc). - 5. tm.t_uac_start + 6. tm.t_uac_start Documentation missing (rpc_t_uac_start_doc). - 6. tm.t_uac_wait + 7. tm.t_uac_wait Documentation missing (rpc_t_uac_wait_doc). Returns an array. diff --git a/doc/tutorials/rpc_list/rpc_userblacklist.txt b/doc/tutorials/rpc_list/rpc_userblacklist.txt new file mode 100644 index 00000000000..32e56444c0c --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_userblacklist.txt @@ -0,0 +1,9 @@ +RPC Exports for userblacklist +============================= + + [ this file is autogenerated, do not edit ] + + + 1. userblacklist.reload_blacklist + Documentation missing (ubl_rpc_reload_blacklist_doc). + diff --git a/doc/tutorials/rpc_list/rpc_websocket.txt b/doc/tutorials/rpc_list/rpc_websocket.txt new file mode 100644 index 00000000000..49063aec168 --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_websocket.txt @@ -0,0 +1,24 @@ +RPC Exports for websocket +========================= + + [ this file is autogenerated, do not edit ] + + + 1. ws.dump + List websocket connections + + 2. ws.close + Close a websocket connection by id + + 3. ws.ping + Send ping on a websocket connection by id + + 4. ws.pong + Send pong on a websocket connection by id + + 5. ws.enable + Enable websocket connection handling + + 6. ws.disable + Disable websocket connection handling + diff --git a/doc/tutorials/rpc_list/rpc_xcap_client.txt b/doc/tutorials/rpc_list/rpc_xcap_client.txt new file mode 100644 index 00000000000..0998fc304e2 --- /dev/null +++ b/doc/tutorials/rpc_list/rpc_xcap_client.txt @@ -0,0 +1,9 @@ +RPC Exports for xcap_client +=========================== + + [ this file is autogenerated, do not edit ] + + + 1. xcap_client.refreshXcapDoc + Documentation missing (xcap_client_refreshXcapDoc_doc). +