mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Fix missing doc tags found while fixing ASTERISK-18689
Add missing <variable></variable> tags in app_dial documentation. ........ Merged revisions 348992 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 348993 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@348994 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -476,7 +476,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<para>If the <variable>OUTBOUND_GROUP</variable> variable is set, all peer channels created by this
|
||||
application will be put into that group (as in Set(GROUP()=...).
|
||||
If the <variable>OUTBOUND_GROUP_ONCE</variable> 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 <variable>OUTBOUND_GROUP</variable>,
|
||||
however, the variable will be unset after use.</para>
|
||||
|
||||
<para>This application sets the following channel variables:</para>
|
||||
|
Reference in New Issue
Block a user