[Home]

Summary:ASTERISK-21134: On Asterisk 11.2.1 can't load chan_dahdi.so
Reporter:Franjo Briski (fbriski)Labels:
Date Opened:2013-02-16 07:48:35.000-0600Date Closed:2013-02-19 10:40:31.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:If I use Asterisk 11.2.0, Libpri 1.4.14, DAHDI 2.6.1 on Linux CentOS 6.3, everything is working fine. When I tried fresh installation of Asterisk 11.2.1, Libpri 1.4.14, DAHDI 2.6.1 on Linux CentOS 6.3, I was unable to load chan_dahdi.so.
Comments:By: Matt Jordan (mjordan) 2013-02-18 22:18:16.212-0600

Please provide a log showing the error/warnings that are displayed when {{chan_dahdi}} is not loaded.

Also: please read [Asterisk Issue Reporting Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines]; in particular, the section on "How to report a bug".


By: Franjo Briski (fbriski) 2013-02-19 07:52:00.193-0600

Problem solved.
Script for installing Libpri has error. If you install it on 64 bit Centos, drivers are put in /usr/lib instead
/usr/lib64. So you need to specify /usr/lib64 as destination directory for drivers.
Unfortunately in Asterisk 11.2.1, if you try to load chan_dahdi module, you only get message stating "module load failed". I tried same with Asterisk 1.8 and I get message that libpri driver can't be found. So I tried to find it I have found it in /usr/lib. Then I recompiled Libpri with correct path and everything is fine now