From 238640dc1bcbe0293bb96e2fbb17d6d07bcde829 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Thu, 26 Apr 2012 21:11:25 +0000 Subject: Update Pickup application documentation. (With feeling this time.) ........ Merged revisions 364108 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 364109 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@364110 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_directed_pickup.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'apps/app_directed_pickup.c') diff --git a/apps/app_directed_pickup.c b/apps/app_directed_pickup.c index 5d037e7ae..77a6e46e3 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. -- cgit v1.2.3