Index: apps/app_dial.c =================================================================== --- apps/app_dial.c (revision 78488) +++ apps/app_dial.c (working copy) @@ -478,7 +478,7 @@ tech = tmpchan; } else { const char *forward_context = pbx_builtin_getvar_helper(c, "FORWARD_CONTEXT"); - snprintf(tmpchan, sizeof(tmpchan), "%s@%s", c->call_forward, forward_context ? forward_context : c->context); + snprintf(tmpchan, sizeof(tmpchan), "%s@%s/n", c->call_forward, forward_context ? forward_context : c->context); stuff = tmpchan; tech = "Local"; }