aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.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_dial.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_dial.c')
-rwxr-xr-xapps/app_dial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 97196bc8c..c0e5ba9f6 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -72,7 +72,7 @@ static char *descrip =
" Unless there is a timeout specified, the Dial application will wait\n"
"indefinitely until one of the called channels answers, the user hangs up, or\n"
"if all of the called channels are busy or unavailable. Dialplan executing will\n"
-"continue if no requested channels can be called, or if the timeout expires.\n"
+"continue if no requested channels can be called, or if the timeout expires.\n\n"
" This application sets the following channel variables upon completion:\n"
" DIALEDTIME - This is the time from dialing a channel until when it\n"
" answers.\n"
@@ -89,7 +89,7 @@ static char *descrip =
"ends the call.\n"
" The optional URL will be sent to the called party if the channel supports it.\n"
" If the OUTBOUND_GROUP variable is set, all peer channels created by this\n"
-"application will be put into that group (as in Set(GROUP()=...).\n"
+"application will be put into that group (as in Set(GROUP()=...).\n\n"
" Options:\n"
" A(x) - Play an announcement to the called party, using 'x' as the file.\n"
" C - Reset the CDR for this call.\n"