[Home]

Summary:ASTERISK-13200: [patch] chan_dahdi effectively ignores dahdichanname while looking for a configuration file
Reporter:Dale Sedivec (dsedivec)Labels:
Date Opened:2008-12-10 16:51:38.000-0600Date Closed:2009-03-17 15:14:18
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_dahdi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) load_from_zapata_conf.patch
Description:Zaptel-to-DAHDI.txt says:

 The configuration for the channel driver will be read from
 /etc/asterisk/chan_dahdi.conf unless 'dahdichanname' has been set to
 'no' in asterisk.conf; if that is done, then the configuration will
 be read from /etc/asterisk/zapata.conf, just as it was in previous
 versions.

Unfortunately this doesn't seem to work in 1.4.22.  Culprit seems to be a couple places where dahdi_chan_mode is not dereferenced.  Please see attached patch.
Comments:By: Dale Sedivec (dsedivec) 2008-12-22 12:39:43.000-0600

I note that my patch now says "License OK."  Is further action currently needed by me on this ticket?

By: Leif Madsen (lmadsen) 2008-12-22 12:51:21.000-0600

Issue updated to 'Confirmed'. No further action needed at this time :)

By: Digium Subversion (svnbot) 2009-03-17 15:13:41

Repository: asterisk
Revision: 182652

U   branches/1.4/apps/app_flash.c
U   branches/1.4/channels/chan_dahdi.c

------------------------------------------------------------------------
r182652 | qwell | 2009-03-17 15:13:41 -0500 (Tue, 17 Mar 2009) | 7 lines

Allow dahdichanname to work as advertised.

(closes issue ASTERISK-13200)
Reported by: dsedivec
Patches:
     load_from_zapata_conf.patch uploaded by dsedivec (license 638)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=182652

By: Digium Subversion (svnbot) 2009-03-17 15:14:18

Repository: asterisk
Revision: 182653

_U  trunk/

------------------------------------------------------------------------
r182653 | qwell | 2009-03-17 15:14:17 -0500 (Tue, 17 Mar 2009) | 13 lines

Blocked revisions 182652 via svnmerge

........
 r182652 | qwell | 2009-03-17 15:13:40 -0500 (Tue, 17 Mar 2009) | 7 lines
 
 Allow dahdichanname to work as advertised.
 
 (closes issue ASTERISK-13200)
 Reported by: dsedivec
 Patches:
       load_from_zapata_conf.patch uploaded by dsedivec (license 638)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=182653