Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: richardsmith on October 09, 2014, 09:16:05 PM

Title: ISDN Issues after reboot
Post by: richardsmith on October 09, 2014, 09:16:05 PM
Hi

I have a system running SME8 and Sail v4 with an ISDN BRI card in (OpenVox I think) and every time the pbx needs to be rebooted I have to manually run "load module chan_dahdi.so" in order for the ISDN to work. Should this be necessary or am I missing something?

Thanks,

Richard
Title: Re: ISDN Issues after reboot
Post by: guest22 on October 09, 2014, 11:15:15 PM
It sounds like that the chan_dahdi module is excluded in /etc/asterisk/modules.conf.

Could that be?

Also the log files in /var/log/asterisk dir can tell you more.

guest
Title: Re: ISDN Issues after reboot
Post by: SARK devs on October 10, 2014, 10:34:02 PM
should just work

How did you install dahdi ?

Regards
S
Title: Re: ISDN Issues after reboot
Post by: richardsmith on October 10, 2014, 11:12:31 PM
It was a standard install from an iso image and just followed the usual process for generating the config for the hardware.
Title: Re: ISDN Issues after reboot
Post by: richardsmith on October 11, 2014, 10:21:01 PM
Have checked modules.conf and nothing unusual there and nothing obvious in the log files either. Would adding a specific request to load chan_dahdi.so in the modules.conf file solve the problem by getting it to load after asterisk?
Title: Re: ISDN Issues after reboot
Post by: guest22 on October 11, 2014, 10:22:17 PM
Have checked modules.conf and nothing unusual there and nothing obvious in the log files either. Would adding a specific request to load chan_dahdi.so in the modules.conf file solve the problem by getting it to load after asterisk?


I would certainly give that a try.


And report back ;-)
Title: Re: ISDN Issues after reboot
Post by: richardsmith on October 13, 2014, 10:05:42 PM

I would certainly give that a try.


And report back ;-)

Nope, didn't make any difference. I don't know how to work out if it's being loaded but dies some point after or not actually loading in the 1st place?