Module: kamailio Branch: master Commit: 6114cb046fc8a1e59e37c157af1cbcd55608df74 URL: https://github.com/kamailio/kamailio/commit/6114cb046fc8a1e59e37c157af1cbcd5...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-12-06T12:23:57+01:00
doc: rpc_list - use kamailio as application name
---
Modified: doc/rpc_list/Makefile Modified: doc/rpc_list/docbook/rpc_core.xml Modified: doc/rpc_list/docbook/rpc_list.xml Modified: doc/rpc_list/rpc_core.txt
---
Diff: https://github.com/kamailio/kamailio/commit/6114cb046fc8a1e59e37c157af1cbcd5... Patch: https://github.com/kamailio/kamailio/commit/6114cb046fc8a1e59e37c157af1cbcd5...
---
diff --git a/doc/rpc_list/Makefile b/doc/rpc_list/Makefile index c1f2ce6..712a9c3 100644 --- a/doc/rpc_list/Makefile +++ b/doc/rpc_list/Makefile @@ -329,10 +329,10 @@ proper: @rm -f $(txt_output_dir)/rpc_*.txt @rm -f $(docbook_output_dir)/rpc_*.xml
-repo_ver="sip-router"\ +repo_ver="Kamailio "\ "git-$(shell git rev-parse --verify --short=6 HEAD 2>/dev/null)" ifeq ($(repo_ver),git-) -repo_ver="sip-router unknown" +repo_ver="Kamailio unknown" endif
$(docbook_output_dir)/rpc_list.xml: Makefile \ diff --git a/doc/rpc_list/docbook/rpc_core.xml b/doc/rpc_list/docbook/rpc_core.xml index c6d1b84..960ec72 100644 --- a/doc/rpc_list/docbook/rpc_core.xml +++ b/doc/rpc_list/docbook/rpc_core.xml @@ -87,7 +87,7 @@ RPC Exports for core
<section id="core.uptime"><title>core.uptime</title> <para> - Returns uptime of SER server. + Returns uptime of SIP server. </para> <para> </para> @@ -95,7 +95,7 @@ RPC Exports for core
<section id="core.ps"><title>core.ps</title> <para> - Returns the description of running SER processes. + Returns the description of running processes. </para> <para> Returns an array. @@ -104,7 +104,7 @@ RPC Exports for core
<section id="core.psx"><title>core.psx</title> <para> - Returns the detailed description of running SER processes. + Returns the detailed description of running processes. </para> <para> Returns an array. @@ -113,7 +113,7 @@ RPC Exports for core
<section id="core.pwd"><title>core.pwd</title> <para> - Returns the working directory of SER server. + Returns the working directory of server. </para> <para> Returns an array. @@ -122,7 +122,7 @@ RPC Exports for core
<section id="core.arg"><title>core.arg</title> <para> - Returns the list of command line arguments used on SER startup. + Returns the list of command line arguments used on startup. </para> <para> Returns an array. @@ -131,7 +131,7 @@ RPC Exports for core
<section id="core.kill"><title>core.kill</title> <para> - Sends the given signal to SER. + Sends the given signal to server. </para> <para> </para> diff --git a/doc/rpc_list/docbook/rpc_list.xml b/doc/rpc_list/docbook/rpc_list.xml index 262b615..eb9e648 100644 --- a/doc/rpc_list/docbook/rpc_list.xml +++ b/doc/rpc_list/docbook/rpc_list.xml @@ -8,8 +8,8 @@ <book id="rpc_list" xmlns:xi="http://www.w3.org/2001/XInclude"> <title>RPC Exports List</title> <bookinfo><revhistory><revision> - <revnumber>sip-router git-fd8183</revnumber> - <date>Tue, 06 Dec 2016 11:00:08 +0100</date> + <revnumber>Kamailio git-d5369b</revnumber> + <date>Tue, 06 Dec 2016 12:09:10 +0100</date> <revremark> Automatically generated by: make -C doc/rpc_list all diff --git a/doc/rpc_list/rpc_core.txt b/doc/rpc_list/rpc_core.txt index 988d31b..7b59add 100644 --- a/doc/rpc_list/rpc_core.txt +++ b/doc/rpc_list/rpc_core.txt @@ -37,26 +37,26 @@ RPC Exports for core compiler,repository hash a.s.o.
10. core.uptime - Returns uptime of SER server. + Returns uptime of SIP server.
11. core.ps - Returns the description of running SER processes. + Returns the description of running processes. Returns an array.
12. core.psx - Returns the detailed description of running SER processes. + Returns the detailed description of running processes. Returns an array.
13. core.pwd - Returns the working directory of SER server. + Returns the working directory of server. Returns an array.
14. core.arg - Returns the list of command line arguments used on SER startup. + Returns the list of command line arguments used on startup. Returns an array.
15. core.kill - Sends the given signal to SER. + Sends the given signal to server.
16. core.shmmem Returns shared memory info. It has an optional parameter that