[svn-commits] jpeeler: branch 1.4 r203848 - /branches/1.4/channels/chan_dahdi.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jun 26 17:09:23 CDT 2009


Author: jpeeler
Date: Fri Jun 26 17:09:19 2009
New Revision: 203848

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=203848
Log:
Make sure to recreate the dahdi pseudo channel after dahdi restart

(closes issue #14477)
Reported by: timking

Modified:
    branches/1.4/channels/chan_dahdi.c

Modified: branches/1.4/channels/chan_dahdi.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.4/channels/chan_dahdi.c?view=diff&rev=203848&r1=203847&r2=203848
==============================================================================
--- branches/1.4/channels/chan_dahdi.c (original)
+++ branches/1.4/channels/chan_dahdi.c Fri Jun 26 17:09:19 2009
@@ -11996,7 +11996,7 @@
 	}
 	/*< \todo why check for the pseudo in the per-channel section.
 	 * Any actual use for manual setup of the pseudo channel? */
-	if (!found_pseudo && reload == 0) {
+	if (!found_pseudo && reload != 1) {
 		/* use the default configuration for a channel, so
 		   that any settings from real configured channels
 		   don't "leak" into the pseudo channel config




More information about the svn-commits mailing list