summaryrefslogtreecommitdiff
path: root/main/features.c
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2010-03-02 19:24:43 +0000
committerLeif Madsen <leif@leifmadsen.com>2010-03-02 19:24:43 +0000
commit78fdaa68654e8b185f4b23bfa817fea70e582f16 (patch)
tree2acba96c66c0af2b4cacadbf69550200c2b1b48a /main/features.c
parentb310356d93ed2cd9a46830b4824d915a3c4c8267 (diff)
Add missing description of the PARKINGLOT variable in XML documentation.
(closes issue #16743) Reported by: snuffy Patches: parkingdoc.diff uploaded by snuffy (license 35) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@249925 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/features.c')
-rw-r--r--main/features.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/features.c b/main/features.c
index 2baf79398..2d7723ea5 100644
--- a/main/features.c
+++ b/main/features.c
@@ -209,6 +209,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
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>