From 0c81db6d3d8505260c81f1de8543041fbf4d190e Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Fri, 23 Dec 2011 15:25:20 +0000 Subject: [PATCH] Fix missing doc tags found while fixing ASTERISK-18689 Add missing tags in app_dial documentation. ........ Merged revisions 348992 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@348993 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_dial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_dial.c b/apps/app_dial.c index c6e693adf0..24bff278a0 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -476,7 +476,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") If the OUTBOUND_GROUP variable is set, all peer channels created by this application will be put into that group (as in Set(GROUP()=...). If the OUTBOUND_GROUP_ONCE variable is set, all peer channels created by this - application will be put into that group (as in Set(GROUP()=...). Unlike OUTBOUND_GROUP, + application will be put into that group (as in Set(GROUP()=...). Unlike OUTBOUND_GROUP, however, the variable will be unset after use. This application sets the following channel variables: -- 2.47.2