From 12a61316531286c2d6d8ac42b103a2fa0b677324 Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Mon, 3 Oct 2011 20:07:08 +0000 Subject: [PATCH] Merged revisions 339145 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/10 ................ r339145 | lmadsen | 2011-10-03 14:55:15 -0500 (Mon, 03 Oct 2011) | 13 lines Merged revisions 339144 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r339144 | lmadsen | 2011-10-03 14:54:52 -0500 (Mon, 03 Oct 2011) | 6 lines Make documentation for Dial() options 'F' and 'F()' more clear. (Closes issue ASTERISK-18646) Reported by: Physis Heckman Tested by: Richard Mudgett ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@339146 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_dial.c | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/apps/app_dial.c b/apps/app_dial.c index a9d1079..bd17949 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -152,12 +152,21 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - When the caller hangs up, transfer the called party - to the specified destination and continue execution at that location. + When the caller hangs up, transfer the called party + to the specified destination and start execution at that location. + + Any channel variables you want the called channel to inherit from the caller channel must be + prefixed with one or two underbars ('_'). +