[svn-commits] lmadsen: trunk r249925 - /trunk/main/features.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 2 13:24:49 CST 2010


Author: lmadsen
Date: Tue Mar  2 13:24:43 2010
New Revision: 249925

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=249925
Log:
Add missing description of the PARKINGLOT variable in XML documentation.

(closes issue #16743)
Reported by: snuffy
Patches: 
      parkingdoc.diff uploaded by snuffy (license 35)

Modified:
    trunk/main/features.c

Modified: trunk/main/features.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/features.c?view=diff&rev=249925&r1=249924&r2=249925
==============================================================================
--- trunk/main/features.c (original)
+++ trunk/main/features.c Tue Mar  2 13:24:43 2010
@@ -209,6 +209,9 @@
 			registered internally and does not need to be explicitly added
 			into the dialplan, although you should include the <literal>parkedcalls</literal>
 			context (or the context specified in <filename>features.conf</filename>).</para>
+			<para>If you set the <variable>PARKINGLOT</variable> variable, the call will be parked
+			in the specifed parking context. Note setting this variable overrides the <variable>
+			PARKINGLOT</variable> set by the <literal>CHANNEL</literal> function.</para>
 			<para>If you set the <variable>PARKINGEXTEN</variable> variable to an extension in your
 			parking context, Park() will park the call on that extension, unless
 			it already exists. In that case, execution will continue at next priority.</para>




More information about the svn-commits mailing list