[Home]

Summary:ASTERISK-07297: Cannot build chan_zap with pri_cpe signalling
Reporter:jmls (jmls)Labels:
Date Opened:2006-07-06 07:47:40Date Closed:2006-07-06 08:36:21
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:latest versions of asterisk, libpri and zaptel do not build properly

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

I cannot load chan_zap if I haev signalling=pri_cpe in zapata.conf. I get the following error:

Jul  6 13:43:53 ERROR[16897]: chan_zap.c:10694 setup_zap: Unknown signalling method 'pri_cpe'
Jul  6 13:43:53 ERROR[16897]: chan_zap.c:10305 setup_zap: Signalling must be specified before any channels are.
Jul  6 13:43:53 WARNING[16897]: loader.c:785 __load_resource: chan_zap.so: load_module failed, returning -1
Jul  6 13:43:53 WARNING[16897]: loader.c:847 print_and_load: Loading module chan_zap.so failed!

Looking at the code of chan_zap.c, the required code is surrounded by a #if defined HAVE_LIBPRI

this HAVE_LIBPRI does not exist in the configuration script, but HAVE_PRI is

version 1199 of zaptel and 37047 of asterisk do build correctly
Comments:By: Tilghman Lesher (tilghman) 2006-07-06 08:36:21

Fixed in 37141.