[asterisk-commits] lmadsen: branch 1.6.2 r249953 - in	/branches/1.6.2: ./ apps/app_directory.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Mar  2 13:51:11 CST 2010
    
    
  
Author: lmadsen
Date: Tue Mar  2 13:51:08 2010
New Revision: 249953
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=249953
Log:
Merged revisions 249950 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk
........
  r249950 | lmadsen | 2010-03-02 14:49:48 -0500 (Tue, 02 Mar 2010) | 4 lines
  
  Fix literal values wrapped in documentation.
  
  (closes issue #16145)
  Reported by: tilghman
........
Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/apps/app_directory.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/apps/app_directory.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/apps/app_directory.c?view=diff&rev=249953&r1=249952&r2=249953
==============================================================================
--- branches/1.6.2/apps/app_directory.c (original)
+++ branches/1.6.2/apps/app_directory.c Tue Mar  2 13:51:08 2010
@@ -49,8 +49,9 @@
 		</synopsis>
 		<syntax>
 			<parameter name="vm-context">
-				<para>This is the context within voicemail.conf to use for the Directory. If not specified and
-				<literal>searchcontexts=no</literal> in <filename>voicemail.conf</filename>, then <literal>default</literal>
+				<para>This is the context within voicemail.conf to use for the Directory. If not 
+				specified and <literal>searchcontexts=no</literal> in 
+				<filename>voicemail.conf</filename>, then <literal>default</literal> 
 				will be assumed.</para>
 			</parameter>
 			<parameter name="dial-context" required="false">
    
    
More information about the asterisk-commits
mailing list