summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2012-04-21 01:46:34 +0000
committerRichard Mudgett <rmudgett@digium.com>2012-04-21 01:46:34 +0000
commitc870dad57ed49202ee80f61fab39e4d430a13880 (patch)
treefbde8151de15245a95727077f98c1992e7cba6eb
parent3a874139d4ae0f38f5d2ffaf470b62d4f120dc2d (diff)
Update app_dial M and U option GOTO return value documentation.
........ Merged revisions 362997 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 362998 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@362999 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--apps/app_dial.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 84b2312c5..76f3bf36e 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -288,15 +288,14 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<value name="CONTINUE">
Hangup the called party and allow the calling party to continue dialplan execution at the next priority
</value>
- <!-- TODO: Fix this syntax up, once we've figured out how to specify the GOTO syntax -->
- <value name="GOTO:&lt;context&gt;^&lt;exten&gt;^&lt;priority&gt;">
+ <value name="GOTO:[[&lt;context&gt;^]&lt;exten&gt;^]&lt;priority&gt;">
Transfer the call to the specified destination.
</value>
</variable>
</variablelist>
<note>
<para>You cannot use any additional action post answer options in conjunction
- with this option. Also, pbx services are not run on the peer (called) channel,
+ with this option. Also, pbx services are run on the peer (called) channel,
so you will not be able to set timeouts via the TIMEOUT() function in this macro.</para>
</note>
<warning><para>Be aware of the limitations that macros have, specifically with regards to use of
@@ -405,16 +404,14 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Hangup the called party and allow the calling party
to continue dialplan execution at the next priority.
</value>
- <!-- TODO: Fix this syntax up, once we've figured out how to specify the GOTO syntax -->
- <value name="GOTO:&lt;context&gt;^&lt;exten&gt;^&lt;priority&gt;">
- Transfer the call to the specified priority. Optionally, an extension, or
- extension and priority can be specified.
+ <value name="GOTO:[[&lt;context&gt;^]&lt;exten&gt;^]&lt;priority&gt;">
+ Transfer the call to the specified destination.
</value>
</variable>
</variablelist>
<note>
<para>You cannot use any additional action post answer options in conjunction
- with this option. Also, pbx services are not run on the peer (called) channel,
+ with this option. Also, pbx services are run on the peer (called) channel,
so you will not be able to set timeouts via the TIMEOUT() function in this routine.</para>
</note>
</option>