[svn-commits] mvanbaak: branch group/appdocsxml r128327 - /team/group/appdocsxml/apps/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sat Jul 5 17:38:11 CDT 2008
Author: mvanbaak
Date: Sat Jul 5 17:38:11 2008
New Revision: 128327
URL: http://svn.digium.com/view/asterisk?view=rev&rev=128327
Log:
- revert my synopsis change
- add some newlines to the description
Modified:
team/group/appdocsxml/apps/app_dial.c
Modified: team/group/appdocsxml/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/apps/app_dial.c?view=diff&rev=128327&r1=128326&r2=128327
==============================================================================
--- team/group/appdocsxml/apps/app_dial.c (original)
+++ team/group/appdocsxml/apps/app_dial.c Sat Jul 5 17:38:11 2008
@@ -64,13 +64,16 @@
/*** DOCUMENTATION
<application name="Dial">
- <synopsis>Place a call and connect to the current channel.</synopsis>
+ <synopsis>
+ Place a call and connect to the current channel.
+ </synopsis>
<description>
This application will place calls to one or more specified channels. As soon
as one of the requested channels answers, the originating channel will be
answered, if it has not already been answered. These two channels will then
be active in a bridged call. All other channels that were requested will then
be hung up.
+
Unless there is a timeout specified, the Dial application will wait
indefinitely until one of the called channels answers, the user hangs up, or
if all of the called channels are busy or unavailable. Dialplan executing will
@@ -78,6 +81,7 @@
This application will report normal termination if the originating channel
hangs up, or if the call is bridged and either of the parties in the bridge
ends the call.
+
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
More information about the svn-commits
mailing list