From: Richard Mudgett Date: Thu, 26 Apr 2012 21:10:46 +0000 (+0000) Subject: Update Pickup application documentation. (With feeling this time.) X-Git-Tag: 10.5.0-rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5478a1c003692d8d95486a2b38e3a6c1365d14a;p=thirdparty%2Fasterisk.git Update Pickup application documentation. (With feeling this time.) ........ Merged revisions 364108 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@364109 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_directed_pickup.c b/apps/app_directed_pickup.c index 3c6e8a33e9..8de631cbac 100644 --- a/apps/app_directed_pickup.c +++ b/apps/app_directed_pickup.c @@ -78,14 +78,19 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 2) If the extension is specified with a context of the special string PICKUPMARK (for example 10@PICKUPMARK), the application - will pickup a channel which has defined a channel variable + will pickup a channel which has defined the channel variable PICKUPMARK with the same value as extension (in this example, 10). 3) If the extension is specified - with a context, the channel executing at that - dialplan location will be picked up. If no context - is specified, the current context will be used. + with or without a context, the channel with a + matching extension and context + will be picked up. If no context is specified, + the current context will be used. + The extension is typically set on + matching channels by the dial application that created the channel. The + context is set on matching channels by the + channel driver for the device.