[svn-commits] eliel: trunk r154798 - /trunk/apps/app_mixmonitor.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Nov 5 12:50:03 CST 2008
Author: eliel
Date: Wed Nov 5 12:50:02 2008
New Revision: 154798
URL: http://svn.digium.com/view/asterisk?view=rev&rev=154798
Log:
Add more [see also] references based on TFOT.
Modified:
trunk/apps/app_mixmonitor.c
Modified: trunk/apps/app_mixmonitor.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_mixmonitor.c?view=diff&rev=154798&r1=154797&r2=154798
==============================================================================
--- trunk/apps/app_mixmonitor.c (original)
+++ trunk/apps/app_mixmonitor.c Wed Nov 5 12:50:02 2008
@@ -99,6 +99,12 @@
</variable>
</variablelist>
</description>
+ <see-also>
+ <ref type="application">Monitor</ref>
+ <ref type="application">StopMixMonitor</ref>
+ <ref type="application">PauseMonitor</ref>
+ <ref type="application">UnpauseMonitor</ref>
+ </see-also>
</application>
<application name="StopMixMonitor" language="en_US">
<synopsis>
@@ -109,6 +115,9 @@
<para>Stops the audio recording that was started with a call to <literal>MixMonitor()</literal>
on the current channel.</para>
</description>
+ <see-also>
+ <ref type="application">MixMonitor</ref>
+ </see-also>
</application>
***/
More information about the svn-commits
mailing list