Prechádzať zdrojové kódy

doc: generated rpc lists

Andrei Pelinescu-Onciul 16 rokov pred
rodič
commit
0ef50eb19a

+ 41 - 0
doc/rpc_list/rpc_cfg_rpc.txt

@@ -0,0 +1,41 @@
+RPC Exports for cfg_rpc
+=======================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. cfg.set_now_int
+        Set the value of a configuration variable and commit the change
+        immediately
+
+ 2. cfg.set_now_string
+        Set the value of a configuration variable and commit the change
+        immediately
+
+ 3. cfg.set_delayed_int
+        Prepare the change of a configuration variable, but does not
+        commit the new value yet
+
+ 4. cfg.set_delayed_string
+        Prepare the change of a configuration variable, but does not
+        commit the new value yet
+
+ 5. cfg.commit
+        Commit the previously prepared configuration changes
+
+ 6. cfg.rollback
+        Drop the prepared configuration changes
+
+ 7. cfg.get
+        Get the value of a configuration variable
+
+ 8. cfg.help
+        Print the description of a configuration variable
+
+ 9. cfg.list
+        List the configuration variables
+
+10. cfg.diff
+        List the pending configuration changes that have not been
+        committed yet
+

+ 131 - 0
doc/rpc_list/rpc_core.txt

@@ -0,0 +1,131 @@
+RPC Exports for core
+====================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 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.uptime
+        Returns uptime of SER server.
+
+ 9. core.ps
+        Returns the description of running SER processes.
+        Returns an array.
+
+10. core.pwd
+        Returns the working directory of SER server.
+        Returns an array.
+
+11. core.arg
+        Returns the list of command line arguments used on SER startup.
+        Returns an array.
+
+12. core.kill
+        Sends the given signal to SER.
+
+13. core.shmmem
+        Returns shared memory info.
+
+14. core.tcp_info
+        Returns tcp related info.
+
+15. core.tcp_options
+        Returns active tcp options.
+
+16. core.sctp_options
+        Returns active sctp options.
+
+17. core.sctp_info
+        Returns sctp related info.
+
+18. dns.mem_info
+        dns cache memory info.
+
+19. dns.debug
+        dns debug  info.
+
+20. dns.debug_all
+        complete dns debug  dump
+
+21. dns.view
+        dns cache dump in a human-readable format
+
+22. dns.lookup
+        perform a dns lookup
+
+23. dns.delete_all
+        deletes all the entries from the DNS cache
+
+24. dns.add_a
+        adds an A record to the DNS cache
+
+25. dns.add_aaaa
+        adds an AAAA record to the DNS cache
+
+26. dns.add_srv
+        adds an SRV record to the DNS cache
+
+27. dns.delete_a
+        deletes an A record from the DNS cache
+
+28. dns.delete_aaaa
+        deletes an AAAA record from the DNS cache
+
+29. dns.delete_srv
+        deletes an SRV record from the DNS cache
+
+30. dns.delete_naptr
+        deletes a NAPTR record from the DNS cache
+
+31. dns.delete_cname
+        deletes a CNAME record from the DNS cache
+
+32. dns.delete_txt
+        deletes a TXT record from the DNS cache
+
+33. dns.delete_ebl
+        deletes an EBL record from the DNS cache
+
+34. dns.delete_ptr
+        deletes an PTR record from the DNS cache
+
+35. dst_blacklist.mem_info
+        dst blacklist memory usage info.
+
+36. dst_blacklist.debug
+        dst blacklist  debug  info.
+
+37. dst_blacklist.view
+        dst blacklist dump in human-readable format.
+
+38. dst_blacklist.delete_all
+        Deletes all the entries from the dst blacklist except the
+        permanent ones.
+
+39. dst_blacklist.add
+        Adds a new entry to the dst blacklist.
+

+ 15 - 0
doc/rpc_list/rpc_cpl-c.txt

@@ -0,0 +1,15 @@
+RPC Exports for cpl-c
+=====================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. cpl.load
+        Load a CPL script to the server.
+
+ 2. cpl.remove
+        Remove a CPL script from server.
+
+ 3. cpl.get
+        Return a CPL script.
+

+ 15 - 0
doc/rpc_list/rpc_ctl.txt

@@ -0,0 +1,15 @@
+RPC Exports for ctl
+===================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. ctl.who
+        list open connections
+
+ 2. ctl.connections
+        returns number of open connections
+
+ 3. ctl.listen
+        list ctl listen sockets
+

+ 9 - 0
doc/rpc_list/rpc_db_flatstore.txt

@@ -0,0 +1,9 @@
+RPC Exports for db_flatstore
+============================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. flatstore.rotate
+        Close and reopen flatrotate files during log rotation.
+

+ 12 - 0
doc/rpc_list/rpc_dispatcher.txt

@@ -0,0 +1,12 @@
+RPC Exports for dispatcher
+==========================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. dispatcher.dump
+        Dump dispatcher set configuration
+
+ 2. dispatcher.reload
+        Reload dispatcher list from file
+

+ 12 - 0
doc/rpc_list/rpc_domain.txt

@@ -0,0 +1,12 @@
+RPC Exports for domain
+======================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. domain.reload
+        Reload domain table from database
+
+ 2. domain.dump
+        Return the contents of domain table
+

+ 24 - 0
doc/rpc_list/rpc_gflags.txt

@@ -0,0 +1,24 @@
+RPC Exports for gflags
+======================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 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
+

+ 15 - 0
doc/rpc_list/rpc_lcr.txt

@@ -0,0 +1,15 @@
+RPC Exports for lcr
+===================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. lcr.reload
+        Reload gw and lcr tables from database.
+
+ 2. lcr.dump_gws
+        Dump the contents of the gw table.
+
+ 3. lcr.dump_lcrs
+        Dump the contents of the lcr table.
+

+ 22 - 0
doc/rpc_list/rpc_mi_rpc.txt

@@ -0,0 +1,22 @@
+RPC Exports for mi_rpc
+======================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. mi
+        Execute MI command
+        Returns an array.
+
+ 2. mi_fifo
+        Execute MI command
+        Returns an array.
+
+ 3. mi_dg
+        Execute MI command
+        Returns an array.
+
+ 4. mi_xmlrpc
+        Execute MI command
+        Returns an array.
+

+ 16 - 0
doc/rpc_list/rpc_pdt.txt

@@ -0,0 +1,16 @@
+RPC Exports for pdt
+===================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. pdt.add
+        Add new prefix/domain translation rule.
+
+ 2. pdt.delete
+        Delete prefix/domain translation rule.
+
+ 3. pdt.list
+        List existin prefix/domain translation rules
+        Returns an array.
+

+ 9 - 0
doc/rpc_list/rpc_pike.txt

@@ -0,0 +1,9 @@
+RPC Exports for pike
+====================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. pike.top
+        pike.top doc.
+

+ 12 - 0
doc/rpc_list/rpc_prefix_route.txt

@@ -0,0 +1,12 @@
+RPC Exports for prefix_route
+============================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. prefix_route.reload
+        Reload prefix routes from DB
+
+ 2. prefix_route.dump
+        Dump the prefix route tree
+

+ 12 - 0
doc/rpc_list/rpc_presence_b2b.txt

@@ -0,0 +1,12 @@
+RPC Exports for presence_b2b
+============================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. presence_b2b.test
+        Testing events.
+
+ 2. presence_b2b.trace
+        Trace events.
+

+ 21 - 0
doc/rpc_list/rpc_ratelimit.txt

@@ -0,0 +1,21 @@
+RPC Exports for ratelimit
+=========================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. rl.stats
+        Print ratelimit statistics
+
+ 2. rl.invite_limit
+        Set INVITEs per timer interval limit
+
+ 3. rl.register_limit
+        Set REGISTERs per timer interval limit
+
+ 4. rl.subscribe_limit
+        Set SUBSCRIBEs per timer interval limit
+
+ 5. rl.timer_interval
+        Set the ratelimit timer_interval length
+

+ 9 - 0
doc/rpc_list/rpc_rls.txt

@@ -0,0 +1,9 @@
+RPC Exports for rls
+===================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. rls.trace
+        RLS trace.
+

+ 9 - 0
doc/rpc_list/rpc_sl.txt

@@ -0,0 +1,9 @@
+RPC Exports for sl
+==================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. sl.stats
+        Print reply statistics.
+

+ 13 - 0
doc/rpc_list/rpc_tls.txt

@@ -0,0 +1,13 @@
+RPC Exports for tls
+===================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. tls.reload
+        Reload TLS configuration file
+
+ 2. tls.list
+        List currently open TLS connections
+        Returns an array.
+

+ 25 - 0
doc/rpc_list/rpc_tm.txt

@@ -0,0 +1,25 @@
+RPC Exports for tm
+==================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. tm.cancel
+        Documentation missing (rpc_cancel_doc).
+
+ 2. tm.reply
+        Documentation missing (rpc_reply_doc).
+
+ 3. tm.stats
+        Documentation missing (tm_rpc_stats_doc).
+
+ 4. tm.hash_stats
+        Documentation missing (tm_rpc_hash_stats_doc).
+
+ 5. tm.t_uac_start
+        Documentation missing (rpc_t_uac_start_doc).
+
+ 6. tm.t_uac_wait
+        Documentation missing (rpc_t_uac_wait_doc).
+        Returns an array.
+

+ 32 - 0
doc/rpc_list/rpc_usrloc.txt

@@ -0,0 +1,32 @@
+RPC Exports for usrloc
+======================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. usrloc.stats
+        Print usrloc statistics
+        Returns an array.
+
+ 2. usrloc.delete_uid
+        Delete all registered contacts for address of record.
+
+ 3. usrloc.delete_contact
+        Delete a contact if it exists.
+
+ 4. usrloc.dump
+        Print all registered contacts.
+
+ 5. usrloc.dump_file
+        Print all registered contacts into a file.
+
+ 6. usrloc.flush
+        Flush cache into database.
+
+ 7. usrloc.add_contact
+        Create a new contact.
+
+ 8. usrloc.show_contacts
+        List all registered contacts for address of record
+        Returns an array.
+