[Home]

Summary:ASTERISK-05472: [patch] chan_zap does not compile without ZAPATA_PRI
Reporter:kuj (kuj)Labels:
Date Opened:2005-11-05 21:01:39.000-0600Date Closed:2008-07-17 15:27:57
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_zap
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) zap.c.txt
Description:Today's changes to chan_zap.c (1.537) cause it to not compile if ZAPATA_PRI is not defined. dsp_features is being referenced, which itself is only defined when ZAPATA_PRI is defined.
Comments:By: Mark Spencer (markster) 2005-11-05 23:47:31.000-0600

Fixed in CVS head, but we need to keep the new field.

By: Digium Subversion (svnbot) 2008-01-15 15:53:54.000-0600

Repository: asterisk
Revision: 6965

U   trunk/channels/chan_zap.c

------------------------------------------------------------------------
r6965 | markster | 2008-01-15 15:53:53 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix chan_zap build on non-PRI (bug ASTERISK-5472)

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

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

By: Digium Subversion (svnbot) 2008-07-17 15:27:57

Repository: asterisk
Revision: 131790

U   branches/1.4/channels/chan_dahdi.c

------------------------------------------------------------------------
r131790 | tilghman | 2008-07-17 15:27:56 -0500 (Thu, 17 Jul 2008) | 7 lines

Revert part of issue ASTERISK-5472 (revision 6965) as it appears that it was in error.
This should fix talk call progress on analog lines.
(closes issue ASTERISK-11608)
Reported by: michael-fig
Patches:
      20080717__bug12178.diff.txt uploaded by Corydon76 (license 14)

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

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