mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
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
This commit is contained in:
@@ -209,6 +209,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
registered internally and does not need to be explicitly added
|
registered internally and does not need to be explicitly added
|
||||||
into the dialplan, although you should include the <literal>parkedcalls</literal>
|
into the dialplan, although you should include the <literal>parkedcalls</literal>
|
||||||
context (or the context specified in <filename>features.conf</filename>).</para>
|
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
|
<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
|
parking context, Park() will park the call on that extension, unless
|
||||||
it already exists. In that case, execution will continue at next priority.</para>
|
it already exists. In that case, execution will continue at next priority.</para>
|
||||||
|
Reference in New Issue
Block a user