[sr-dev] git:master:21c219bc: rtpproxy: mark RPC call with proper tag and small typo fix

Mikko Lehto mslehto at iki.fi
Mon Jun 11 18:05:01 CEST 2018


Module: kamailio
Branch: master
Commit: 21c219bcdd3f74a029582cd353c5f91d91a46f3d
URL: https://github.com/kamailio/kamailio/commit/21c219bcdd3f74a029582cd353c5f91d91a46f3d

Author: Mikko Lehto <mslehto at iki.fi>
Committer: Mikko Lehto <mslehto at iki.fi>
Date: 2018-06-11T18:55:38+03:00

rtpproxy: mark RPC call with proper tag and small typo fix

---

Modified: src/modules/rtpproxy/doc/rtpproxy_admin.xml
Modified: src/modules/rtpproxy/rtpproxy.c

---

Diff:  https://github.com/kamailio/kamailio/commit/21c219bcdd3f74a029582cd353c5f91d91a46f3d.diff
Patch: https://github.com/kamailio/kamailio/commit/21c219bcdd3f74a029582cd353c5f91d91a46f3d.patch

---

diff --git a/src/modules/rtpproxy/doc/rtpproxy_admin.xml b/src/modules/rtpproxy/doc/rtpproxy_admin.xml
index 618f7938ef..d7f9b6de15 100644
--- a/src/modules/rtpproxy/doc/rtpproxy_admin.xml
+++ b/src/modules/rtpproxy/doc/rtpproxy_admin.xml
@@ -98,7 +98,7 @@
 	<section id="rtpproxy.p.rtpproxy_sock">
 		<title><varname>rtpproxy_sock</varname> (string)</title>
 		<para>
-		Used to define the list of RTPPRoxy instances to connect to.
+		Used to define the list of RTPProxy instances to connect to.
 		These can be UNIX sockets or IPv4/IPv6 UDP sockets.
 
 		Each modparam entry will insert sockets into a single set. If no set ID is given, the default set ID '0' will be used. To define multiple sets add the set number at the beginning of each parameter followed by '=='.
@@ -873,7 +873,7 @@ start_recording();
 	<section>
 		<title>RPC Commands</title>
 		<section id="rtpproxy.r.enable">
-			<title>rtpproxy.enable</title>
+			<title><function>rtpproxy.enable</function></title>
 			<para>
 			Enables a rtp proxy if parameter value is greater than 0.
 			Disables it if a zero value is given.
diff --git a/src/modules/rtpproxy/rtpproxy.c b/src/modules/rtpproxy/rtpproxy.c
index 4251a9ac82..b0b7a67fcf 100644
--- a/src/modules/rtpproxy/rtpproxy.c
+++ b/src/modules/rtpproxy/rtpproxy.c
@@ -169,7 +169,7 @@ static int_str ice_candidate_priority_avp;
 static str rtp_inst_pv_param = {NULL, 0};
 static pv_spec_t *rtp_inst_pvar = NULL;
 
-/* array with the sockets used by rtpporxy (per process)*/
+/* array with the sockets used by rtpproxy (per process)*/
 static unsigned int rtpp_no = 0;
 static int *rtpp_socks = 0;
 




More information about the sr-dev mailing list