aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_directed_pickup.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-11 15:52:55 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-11 15:52:55 +0000
commit6278fdcd82adba9816fe09dc35cfebde6e1860ad (patch)
tree84e7fd7755c9850db10286f5b0a858fa900d2637 /apps/app_directed_pickup.c
parentd5e7b740ec39d822004cb5901e868c1a42a3034d (diff)
update the descriptions of a couple more apps
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7073 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_directed_pickup.c')
-rwxr-xr-xapps/app_directed_pickup.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/app_directed_pickup.c b/apps/app_directed_pickup.c
index cd9c62e01..7008ff083 100755
--- a/apps/app_directed_pickup.c
+++ b/apps/app_directed_pickup.c
@@ -42,10 +42,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
static const char *tdesc = "Directed Call Pickup Application";
static const char *app = "Pickup";
-static const char *synopsis = "Directed Call Pickup application.";
+static const char *synopsis = "Directed Call Pickup";
static const char *descrip =
-" Pickup(extension@context):\n"
-"Steals any calls to a specified extension that are in a ringing state and bridges them to the current channel. Context is an optional argument.\n";
+" Pickup(extension[@context]): This application can pickup any ringing channel\n"
+"that is calling the specified extension. If no context is specified, the current\n"
+"context will be used.\n";
STANDARD_LOCAL_USER;