[svn-commits] russell: trunk r311752 - in /trunk: ./ apps/app_voicemail.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Mar 28 17:00:50 CDT 2011


Author: russell
Date: Mon Mar 28 17:00:46 2011
New Revision: 311752

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=311752
Log:
Merged revisions 311751 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r311751 | russell | 2011-03-28 17:00:01 -0500 (Mon, 28 Mar 2011) | 2 lines
  
  Cross-reference VoiceMail() and VoiceMailMain() in the xml docs.
........

Modified:
    trunk/   (props changed)
    trunk/apps/app_voicemail.c

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

Modified: trunk/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=311752&r1=311751&r2=311752
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Mon Mar 28 17:00:46 2011
@@ -201,6 +201,9 @@
 				</variable>
 			</variablelist>
 		</description>
+		<see-also>
+			<ref type="application">VoiceMailMain</ref>
+		</see-also>
 	</application>
 	<application name="VoiceMailMain" language="en_US">
 		<synopsis>
@@ -259,6 +262,9 @@
 				</enum>
 			</enumlist>
 		</description>
+		<see-also>
+			<ref type="application">VoiceMail</ref>
+		</see-also>
 	</application>
 	<application name="MailboxExists" language="en_US">
 		<synopsis>




More information about the svn-commits mailing list