summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-11-11 15:52:55 +0000
committerRussell Bryant <russell@russellbryant.com>2005-11-11 15:52:55 +0000
commit45c75892843bf50ad45ff6cafa44a64a44b16894 (patch)
tree84e7fd7755c9850db10286f5b0a858fa900d2637 /apps/app_dial.c
parent78d740290a7504f93b692f30173c51429818d30d (diff)
update the descriptions of a couple more apps
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7073 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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"