Index: apps/app_dial.c =================================================================== --- apps/app_dial.c (revision 339085) +++ apps/app_dial.c (working copy) @@ -152,12 +152,22 @@ - 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 next priority of the current extension + 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 ('_'). + Additionally, using this option from a Macro() or GoSub() might not make sense as there would be no return points +