[svn-commits] elguero: branch 11 r408537 - in /branches/11: ./ apps/app_chanspy.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 20 18:47:49 CST 2014


Author: elguero
Date: Thu Feb 20 18:47:47 2014
New Revision: 408537

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=408537
Log:
app_chanspy: Documentation Update To Clarify "x" Option

When using the "x" option (specify a DTMF digit to exit the application), it is
not obvious in the documentation that this only works when spying on a channel.
If a channel being used to spy on other channels is waiting to connect to a
channel or is no longer attached to a channel, the DTMF is ignored.

As noted on the issue tracker, since there are workarounds available and this is
a rarely used option we are opting for a documentation change here.

(closes issue ASTERISK-22661)
Reported by: Chris Hillman
Patches:
    asterisk-22661-doc-clarify-chan_spy.diff uploaded by Michael L. Young

Review: https://reviewboard.asterisk.org/r/2990/
........

Merged revisions 408536 from http://svn.asterisk.org/svn/asterisk/branches/1.8

Modified:
    branches/11/   (props changed)
    branches/11/apps/app_chanspy.c

Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/11/apps/app_chanspy.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/apps/app_chanspy.c?view=diff&rev=408537&r1=408536&r2=408537
==============================================================================
--- branches/11/apps/app_chanspy.c (original)
+++ branches/11/apps/app_chanspy.c Thu Feb 20 18:47:47 2014
@@ -158,7 +158,9 @@
 					</option>
 					<option name="x">
 						<argument name="digit" required="true">
-							<para>Specify a DTMF digit that can be used to exit the application.</para>
+							<para>Specify a DTMF digit that can be used to exit the application while actively
+							spying on a channel. If there is no channel being spied on, the DTMF digit will be
+							ignored.</para>
 						</argument>
 					</option>
 					<option name="X">
@@ -295,7 +297,9 @@
 					</option>
 					<option name="x">
 						<argument name="digit" required="true">
-							<para>Specify a DTMF digit that can be used to exit the application.</para>
+							<para>Specify a DTMF digit that can be used to exit the application while actively
+							spying on a channel. If there is no channel being spied on, the DTMF digit will be
+							ignored.</para>
 						</argument>
 					</option>
 					<option name="X">




More information about the svn-commits mailing list