diff --git a/apps/app_directed_pickup.c b/apps/app_directed_pickup.c index fe0f421f16..1593486501 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.