mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Update Pickup application documentation.
........ Merged revisions 363788 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 363789 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@363790 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -55,25 +55,28 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
<synopsis>
|
<synopsis>
|
||||||
Directed extension call pickup.
|
Directed extension call pickup.
|
||||||
</synopsis>
|
</synopsis>
|
||||||
<syntax argsep="&">
|
<syntax>
|
||||||
<parameter name="ext" argsep="@" required="true">
|
<parameter name="targets" argsep="&">
|
||||||
<argument name="extension" required="true"/>
|
<argument name="exten" argsep="@" required="true">
|
||||||
<argument name="context" />
|
<argument name="extension" required="true"/>
|
||||||
</parameter>
|
<argument name="context" />
|
||||||
<parameter name="ext2" argsep="@" multiple="true">
|
</argument>
|
||||||
<argument name="extension2" required="true"/>
|
<argument name="exten2" argsep="@" multiple="true">
|
||||||
<argument name="context2"/>
|
<argument name="extension2" required="true"/>
|
||||||
|
<argument name="context2"/>
|
||||||
|
</argument>
|
||||||
</parameter>
|
</parameter>
|
||||||
</syntax>
|
</syntax>
|
||||||
<description>
|
<description>
|
||||||
<para>This application can pickup any ringing channel that is calling
|
<para>This application can pickup any ringing channel that is calling
|
||||||
the specified <replaceable>extension</replaceable>. If no <replaceable>context</replaceable>
|
the specified dialplan <replaceable>extension</replaceable>. If no dialplan
|
||||||
is specified, the current context will be used. If you use the special string <literal>PICKUPMARK</literal>
|
<replaceable>context</replaceable> is specified, the current context will be
|
||||||
for the context parameter, for example 10@PICKUPMARK, this application
|
used. If you use the special string <literal>PICKUPMARK</literal>
|
||||||
tries to find a channel which has defined a <variable>PICKUPMARK</variable>
|
for the context, for example 10@PICKUPMARK, this application tries to find a
|
||||||
channel variable with the same value as <replaceable>extension</replaceable>
|
channel which has defined a channel variable <variable>PICKUPMARK</variable>
|
||||||
(in this example, <literal>10</literal>). When no parameter is specified, the application
|
with the same value as <replaceable>extension</replaceable> (in this example,
|
||||||
will pickup a channel matching the pickup group of the active channel.</para>
|
<literal>10</literal>). When no parameter is specified, the application will
|
||||||
|
pickup a channel matching the pickup group of the active channel.</para>
|
||||||
</description>
|
</description>
|
||||||
</application>
|
</application>
|
||||||
<application name="PickupChan" language="en_US">
|
<application name="PickupChan" language="en_US">
|
||||||
|
Reference in New Issue
Block a user