[svn-commits] rmudgett: branch rmudgett/native_dahdi r394418 - /team/rmudgett/native_dahdi/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 15 18:28:16 CDT 2013


Author: rmudgett
Date: Mon Jul 15 18:28:14 2013
New Revision: 394418

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=394418
Log:
Fix stoping bridge when something changed.  Add svn:ignore to the dahdi directory.

Modified:
    team/rmudgett/native_dahdi/channels/dahdi/   (props changed)
    team/rmudgett/native_dahdi/channels/dahdi/bridge_native_dahdi.c

Propchange: team/rmudgett/native_dahdi/channels/dahdi/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Jul 15 18:28:14 2013
@@ -1,0 +1,2 @@
+*.o
+*.i

Modified: team/rmudgett/native_dahdi/channels/dahdi/bridge_native_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/native_dahdi/channels/dahdi/bridge_native_dahdi.c?view=diff&rev=394418&r1=394417&r2=394418
==============================================================================
--- team/rmudgett/native_dahdi/channels/dahdi/bridge_native_dahdi.c (original)
+++ team/rmudgett/native_dahdi/channels/dahdi/bridge_native_dahdi.c Mon Jul 15 18:28:14 2013
@@ -826,7 +826,7 @@
 	tech_pvt = bridge->tech_pvt;
 	if (tech_pvt->connected) {
 		if (native_bridge_changed(bridge)) {
-			native_stop(bridge);
+			native_request_stop(bridge);
 			native_request_start(bridge);
 		}
 	} else {




More information about the svn-commits mailing list