From: Richard Mudgett Date: Thu, 26 Apr 2012 21:10:00 +0000 (+0000) Subject: Update Pickup application documentation. (With feeling this time.) X-Git-Tag: 1.8.13.0-rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faec22add33a155412dfec7af220eaa836d58191;p=thirdparty%2Fasterisk.git Update Pickup application documentation. (With feeling this time.) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@364108 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.