From daae4f673288922b547e48e1bccf958dc78472a9 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Wed, 25 Apr 2012 22:59:46 +0000 Subject: [PATCH] Update Pickup application documentation. ........ Merged revisions 363788 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@363789 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 b01ec4c691..9e01b222b1 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. -- 2.47.2