Module: sip-router Branch: 3.3 Commit: 38556ad62e91467e563df2b7c5a6365297359a61 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=38556ad62e91467e563df2b7c5a6365297359a61
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: Tue Mar 19 15:32:25 2013 +0100 rtpproxy: fix spelling error in docs, reported from Victor V. Kustov, coyote at bks dot tv (cherry picked from commit a0b01f77de163cf7ea9d71d5293a1bfa20d31fa6) --- modules/rtpproxy/README | 8 ++++---- modules/rtpproxy/doc/rtpproxy_admin.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/rtpproxy/README b/modules/rtpproxy/README index 61f4720..0719e37 100644 --- a/modules/rtpproxy/README +++ b/modules/rtpproxy/README @@ -70,7 +70,7 @@ Sas Ovidiu 6. Exported Pseudo Variables - 6.1. $rtpstart + 6.1. $rtpstat 7. MI Commands @@ -136,7 +136,7 @@ Chapter 1. Admin Guide 6. Exported Pseudo Variables - 6.1. $rtpstart + 6.1. $rtpstat 7. MI Commands @@ -588,9 +588,9 @@ start_recording(); 6. Exported Pseudo Variables - 6.1. $rtpstart + 6.1. $rtpstat -6.1. $rtpstart +6.1. $rtpstat Returns the RTP-Statistics from the RTP-Proxy. The RTP-Statistics from the RTP-Proxy are provided as a string and it does contain several diff --git a/modules/rtpproxy/doc/rtpproxy_admin.xml b/modules/rtpproxy/doc/rtpproxy_admin.xml index 6b9577a..9606b3a 100644 --- a/modules/rtpproxy/doc/rtpproxy_admin.xml +++ b/modules/rtpproxy/doc/rtpproxy_admin.xml @@ -692,7 +692,7 @@ start_recording(); <section> <title>Exported Pseudo Variables</title> <section> - <title><function moreinfo="none">$rtpstart</function></title> + <title><function moreinfo="none">$rtpstat</function></title> <para> Returns the RTP-Statistics from the RTP-Proxy. The RTP-Statistics from the RTP-Proxy are provided as a string and it does contain several packet-counters. The statistics _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
