*** app_dial.c.orig Thu Jun 17 20:15:57 2010 --- app_dial.c Thu Jun 17 20:26:55 2010 *************** *** 513,519 **** if (ast_strlen_zero(forward_context)) { forward_context = NULL; } ! snprintf(tmpchan, sizeof(tmpchan), "%s@%s", c->call_forward, forward_context ? forward_context : c->context); stuff = tmpchan; tech = "Local"; } --- 513,520 ---- if (ast_strlen_zero(forward_context)) { forward_context = NULL; } ! /* TURBY */ ! snprintf(tmpchan, sizeof(tmpchan), "%s@%s/n", c->call_forward, forward_context ? forward_context : c->context); stuff = tmpchan; tech = "Local"; }