From addc30d3f1d936d785c7c7178aa0c2c74ab9ce3a Mon Sep 17 00:00:00 2001 From: Paul Belanger <paul.belanger@polybeacon.com> Date: Tue, 28 Dec 2010 19:00:04 +0000 Subject: [PATCH] Merged revisions 299865 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r299865 | pabelanger | 2010-12-28 13:53:37 -0500 (Tue, 28 Dec 2010) | 9 lines Merged revisions 299864 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r299864 | pabelanger | 2010-12-28 13:51:13 -0500 (Tue, 28 Dec 2010) | 2 lines Documentation typo ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299866 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_chanspy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c index f1b509c634..4b671df266 100644 --- a/apps/app_chanspy.c +++ b/apps/app_chanspy.c @@ -169,7 +169,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") </syntax> <description> <para>This application is used to listen to the audio from an Asterisk channel. This includes the audio - coming in and "out of the channel being spied on. If the <literal>chanprefix</literal> parameter is specified, + coming in and out of the channel being spied on. If the <literal>chanprefix</literal> parameter is specified, only channels beginning with this string will be spied upon.</para> <para>While spying, the following actions may be performed:</para> <para> - Dialing <literal>#</literal> cycles the volume level.</para> -- GitLab