From 552d5f96ff80e461eef3bfe54ef9818a2d55dd73 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Sat, 21 Apr 2012 01:45:13 +0000 Subject: [PATCH] Update app_dial M and U option GOTO return value documentation. ........ Merged revisions 362997 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@362998 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_dial.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/apps/app_dial.c b/apps/app_dial.c index 352f243e3a..63bcbab544 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -288,15 +288,14 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Hangup the called party and allow the calling party to continue dialplan execution at the next priority - - + Transfer the call to the specified destination. 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. 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. - - - Transfer the call to the specified priority. Optionally, an extension, or - extension and priority can be specified. + + Transfer the call to the specified destination. 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. -- 2.47.2