--- apps/app_dial.c.2010-11-11 2010-11-11 15:15:10.000000000 -0700 +++ apps/app_dial.c 2010-11-11 15:16:32.000000000 -0700 @@ -1429,6 +1429,7 @@ ast_channel_unlock(chan); } +/* AST_LIST_LOCK(dialed_interfaces); AST_LIST_TRAVERSE(dialed_interfaces, di, list) { if (!strcasecmp(di->interface, interface)) { @@ -1444,6 +1445,7 @@ ast_free(tmp); continue; } +*/ /* It is always ok to dial a Local interface. We only keep track of * which "real" interfaces have been dialed. The Local channel will