Index: channels/chan_dahdi.c =================================================================== --- channels/chan_dahdi.c (revision 390268) +++ channels/chan_dahdi.c (working copy) @@ -15173,6 +15173,7 @@ dahdi_softhangup_all(); ast_verb(4, "Final softhangup of all DAHDI channels complete.\n"); destroy_all_channels(); + memset(round_robin, 0, sizeof(round_robin)); ast_debug(1, "Channels destroyed. Now re-reading config. %d active channels remaining.\n", ast_active_channels()); ast_mutex_unlock(&monlock);