[Home]

Summary:ASTERISK-02982: wrong subroutine name in chan_zap.c
Reporter:bubster (bubster)Labels:
Date Opened:2004-12-13 17:15:35.000-0600Date Closed:2011-06-07 14:01:08
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I needed to change line 8297 in chan_zap.c to:
pri_dump_info_str(pris[span-1].pri);
instead of:
pri_dump_info(pris[span-1].pri);
I am assuming this is correct since this subroutine is in the latest libpri CVS.

****** ADDITIONAL INFORMATION ******

This caused running ./asterisk -vvvc to stop.  I have a Digium PRI card in the system.
Comments:By: Mark Spencer (markster) 2004-12-13 17:31:57.000-0600

You're running mismatched libpri / asterisk.  Either all stable or all CVS head should work -- and be sure to "make clean ; make install" before switching.  Thanks!

By: bubster (bubster) 2004-12-13 17:41:02.000-0600

I got both libpri and asterisk today via CVS, however the mismatch was still there.

By: petersv (petersv) 2004-12-14 02:35:37.000-0600

Maybe you are not using the header files from the latest libpri when compiling Asterisk?

By: Mark Spencer (markster) 2004-12-14 11:13:47.000-0600

Since you have digium hardware, just call Digium tech support.  This is definitely a compile issue.