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 --- UPGRADE-12.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'UPGRADE-12.txt') diff --git a/UPGRADE-12.txt b/UPGRADE-12.txt index 360e28d93..354e1070e 100644 --- a/UPGRADE-12.txt +++ b/UPGRADE-12.txt @@ -220,6 +220,11 @@ chan_dahdi: - Added mwi_vm_boxes that also must be configured for ISDN MWI to be enabled. + - ignore_failed_channels now defaults to True: the channel will continue to + be configured even if configuring it has failed. This is generally a + better setup for systems with not more than one DAHDI device or with DAHDI + >= 2.8.0 . + chan_local: - The /b option has been removed. -- cgit v1.2.3