[svn-commits] rmudgett: branch rmudgett/parking r331136 - /team/rmudgett/parking/main/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 8 19:03:26 CDT 2011


Author: rmudgett
Date: Mon Aug  8 19:03:23 2011
New Revision: 331136

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=331136
Log:
Update features XML documentation to indicate features.conf is a filename.

Modified:
    team/rmudgett/parking/main/features.c

Modified: team/rmudgett/parking/main/features.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/parking/main/features.c?view=diff&rev=331136&r1=331135&r2=331136
==============================================================================
--- team/rmudgett/parking/main/features.c (original)
+++ team/rmudgett/parking/main/features.c Mon Aug  8 19:03:23 2011
@@ -137,11 +137,11 @@
 					</option>
 					<option name="k">
 						<para>Allow the called party to enable parking of the call by sending
-						the DTMF sequence defined for call parking in features.conf.</para>
+						the DTMF sequence defined for call parking in <filename>features.conf</filename>.</para>
 					</option>
 					<option name="K">
 						<para>Allow the calling party to enable parking of the call by sending
-						 the DTMF sequence defined for call parking in features.conf.</para>
+						 the DTMF sequence defined for call parking in <filename>features.conf</filename>.</para>
 					</option>
 					<option name="L(x[:y][:z])">
 						<para>Limit the call to <replaceable>x</replaceable> ms. Play a warning
@@ -172,19 +172,19 @@
 					</option>
 					<option name="t">
 						<para>Allow the called party to transfer the calling party by sending the
-						DTMF sequence defined in features.conf.</para>
+						DTMF sequence defined in <filename>features.conf</filename>.</para>
 					</option>
 					<option name="T">
 						<para>Allow the calling party to transfer the called party by sending the
-						DTMF sequence defined in features.conf.</para>
+						DTMF sequence defined in <filename>features.conf</filename>.</para>
 					</option>
 					<option name="w">
 						<para>Allow the called party to enable recording of the call by sending
-						the DTMF sequence defined for one-touch recording in features.conf.</para>
+						the DTMF sequence defined for one-touch recording in <filename>features.conf</filename>.</para>
 					</option>
 					<option name="W">
 						<para>Allow the calling party to enable recording of the call by sending
-						the DTMF sequence defined for one-touch recording in features.conf.</para>
+						the DTMF sequence defined for one-touch recording in <filename>features.conf</filename>.</para>
 					</option>
 					<option name="x">
 						<para>Cause the called party to be hung up after the bridge, instead of being
@@ -290,7 +290,7 @@
 			parking space extension in the parking lot, Park() will attempt to park the call
 			on that extension.  If the extension is already is in use then execution
 			will continue at the next priority.</para>
-			<para>If the <literal>parkeddynamic</literal> option is enabled in features.conf
+			<para>If the <literal>parkeddynamic</literal> option is enabled in <filename>features.conf</filename>
 			the following variables can be used to dynamically create new parking lots.</para>
 			<para>If you set the <variable>PARKINGDYNAMIC</variable> variable and this parking lot
 			exists then it will be used as a template for the newly created dynamic lot.  Otherwise,




More information about the svn-commits mailing list