[Home]

Summary:ASTERISK-14250: [patch] internal timing not working if HAVE_ZAPTEL (dahdi_compat issue)
Reporter:Michael Neuhauser (mneuhauser)Labels:
Date Opened:2009-06-02 05:51:42Date Closed:2010-07-10 09:56:16
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) dahdi_compat.patch
Description:When using Zaptel (1.4.12.1) with current head of 1.4 branch, the Zaptel/DAHDI-timer is not working because in some source files the asterisk/dahdi_compat.h header is not included correctly. See patch for details.
Comments:By: Igor Goncharovsky (igorg) 2009-06-03 23:30:17

Confirmed, have this issue too

By: Leif Madsen (lmadsen) 2009-09-18 08:46:28

Marking this as Ready for Review.

IgorG: does this patch resolve the issue for you?

By: Igor Goncharovsky (igorg) 2009-09-29 12:37:27

Yes, it have fixed my issue

By: Digium Subversion (svnbot) 2010-05-13 18:08:14

Repository: asterisk
Revision: 263112

U   branches/1.4/main/channel.c
U   branches/1.4/main/file.c

------------------------------------------------------------------------
r263112 | jpeeler | 2010-05-13 18:08:13 -0500 (Thu, 13 May 2010) | 11 lines

Fix internal timing not working with Zaptel

dahdi_compat.h was not being included in channel.c when used with
Zaptel and wasn't in file.c at all.

(closes issue ASTERISK-14250)
Reported by: mneuhauser
Patches:
     dahdi_compat.patch uploaded by mneuhauser (license 425)
Tested by: IgorG

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

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

By: Digium Subversion (svnbot) 2010-07-06 17:46:36

Repository: asterisk
Revision: 274359

U   branches/1.4/main/Makefile

------------------------------------------------------------------------
r274359 | jpeeler | 2010-07-06 17:46:36 -0500 (Tue, 06 Jul 2010) | 4 lines

Ensure file.o is built correctly.

(related to issue ASTERISK-14250)

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

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