[svn-commits] rmudgett: branch rmudgett/bridge_phase r393634 - in /team/rmudgett/bridge_pha...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jul 3 19:04:10 CDT 2013
Author: rmudgett
Date: Wed Jul 3 19:04:08 2013
New Revision: 393634
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=393634
Log:
Get the jump on automerge.
Modified:
team/rmudgett/bridge_phase/ (props changed)
team/rmudgett/bridge_phase/channels/chan_dahdi.c
Propchange: team/rmudgett/bridge_phase/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Propchange: team/rmudgett/bridge_phase/
------------------------------------------------------------------------------
--- bridge_phase-integrated (original)
+++ bridge_phase-integrated Wed Jul 3 19:04:08 2013
@@ -1,1 +1,1 @@
-/trunk:1-393623
+/trunk:1-393633
Modified: team/rmudgett/bridge_phase/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/bridge_phase/channels/chan_dahdi.c?view=diff&rev=393634&r1=393633&r2=393634
==============================================================================
--- team/rmudgett/bridge_phase/channels/chan_dahdi.c (original)
+++ team/rmudgett/bridge_phase/channels/chan_dahdi.c Wed Jul 3 19:04:08 2013
@@ -15617,6 +15617,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);
More information about the svn-commits
mailing list