From 0986873128aad74cd7b385ecef8568c0204d752a Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Wed, 25 Apr 2012 23:00:26 +0000 Subject: [PATCH] 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 --- apps/app_directed_pickup.c | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/apps/app_directed_pickup.c b/apps/app_directed_pickup.c index fe0f421..1593486 100644 --- a/apps/app_directed_pickup.c +++ b/apps/app_directed_pickup.c @@ -55,25 +55,28 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Directed extension call pickup. - - - - - - - - + + + + + + + + + + This application can pickup any ringing channel that is calling - the specified extension. If no context - is specified, the current context will be used. If you use the special string PICKUPMARK - for the context parameter, for example 10@PICKUPMARK, this application - tries to find a channel which has defined a PICKUPMARK - channel variable with the same value as extension - (in this example, 10). When no parameter is specified, the application - will pickup a channel matching the pickup group of the active channel. + the specified dialplan extension. If no dialplan + context is specified, the current context will be + used. If you use the special string PICKUPMARK + for the context, for example 10@PICKUPMARK, this application tries to find a + channel which has defined a channel variable PICKUPMARK + with the same value as extension (in this example, + 10). When no parameter is specified, the application will + pickup a channel matching the pickup group of the active channel. -- 1.7.9.5