From 82eb03b915ccfc26ae453695f3de1296de7c7390 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 23 Dec 2013 16:38:43 +0000 Subject: chan_dahdi: enable ignore_failed_channels by default If ignore_failed_channels is set to "true" for a channel, the channel will continue to be configured even if configuring it has failed. This allows Asterisk to start before all the DAHDI initialization is done and thus not force the starting order dahdi -> asterisk. Review: https://reviewboard.asterisk.org/r/3063/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@404542 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_dahdi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'channels') diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index d4e2a8238..a97f3c3a2 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -961,6 +961,7 @@ static struct dahdi_chan_conf dahdi_chan_conf_default(void) .debouncetime = -1 }, .is_sig_auto = 1, + .ignore_failed_channels = 1, .smdi_port = "/dev/ttyS0", }; -- cgit v1.2.3