diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 2955455d370bfd49b4aa9232d2a4173d9aff7dd3..3cbaf921303175a5aa260d6d2e41f292010ca7ee 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -99,6 +99,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") </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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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> ***/