[Home]

Summary:ASTERISK-16076: pri_cc_enable not in current libpri
Reporter:Tzafrir Cohen (tzafrir)Labels:
Date Opened:2010-05-10 13:04:24Date Closed:2010-05-26 11:13:21
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Even after using the workaround from issue 17314, I still fail to get past configure:

pri_cc_enable is not included in current branch 1.4 of libpri (rev 1675). Thus PRI_CCSS is missing and I fail to get past configure.
Comments:By: Richard Mudgett (rmudgett) 2010-05-11 11:00:42

The libpri CCSS code has not been merged to the 1.4 branch yet.
It currently lives here:
libpri/team/group/ccss

Somehow the configure script is detecting that your copy of libpri has CCSS because all of the chan_dahdi ISDN CCSS code is conditionaled by HAVE_PRI_CCSS.
The configure script should be looking for the pri_cc_enable() function in the libpri.h file.
Have you previously gotten that branch?

By: Tzafrir Cohen (tzafrir) 2010-05-12 09:08:44

The configure script will fail if I have libpri without pri_cc_enable and point to an explicit version of libpri.

Not being able to test any other feature of libpri is rather a show-stopper for me.

By: Richard Mudgett (rmudgett) 2010-05-12 09:31:22

If you are wanting to test all of the new features that I have added to libpri, you can just install this branch version:
libpri/team/rmudgett/mwi

It has all of the new libpri features except for the AOC enhancements done by dvossel.  (ECT, AOC events, call waiting, MCID, and MWI)

Is the configure script supposed to be able to use a specified library location?

By: Richard Mudgett (rmudgett) 2010-05-26 11:13:21

Merged the CCSS branch into 1.4 in -r1714.
pri_cc_enable() is now available in the 1.4 branch.
The related issue should address the configure script detection problem.