Unable to load module chan_dahdi.so

Hello,

Does anyone has an idea what this error means (and how to get rid of it ?)


localhost*CLI> module load chan_dahdi.so
Unable to load module chan_dahdi.so
Command ‘module load chan_dahdi.so’ failed.
== Parsing ‘/etc/asterisk/chan_dahdi.conf’: == Found
– Registered channel 1, ISDN BRI Point to MultiPoint signalling

Due to this, i have some commands that are not known

example:
localhost*CLI> sip show spans
No such command ‘sip show spans’ …

KR
Sven

There is no command sip show spans.

It’s PRI show spans.

Check your /var/log/asterisk/full to see why the module load is failing.

Hello,

This is what I have in the full log:

[Nov 4 19:10:50] WARNING[4133] pbx.c: Already have an application ‘DAHDISendKeypadFacility’
[Nov 4 19:10:50] WARNING[4133] pbx.c: Already have an application ‘DAHDISendCallreroutingFacility’
[Nov 4 19:10:50] VERBOSE[4133] config.c: == Parsing ‘/etc/asterisk/chan_dahdi.conf’: [Nov 4 19:10:50] VERBOSE[4133] config.c: == Found
[Nov 4 19:10:50] ERROR[4133] chan_dahdi.c: Unknown signalling method ‘gsm’ at line 37.
[Nov 4 19:10:50] WARNING[4133] chan_dahdi.c: Unable to specify channel 1: No such device or address
[Nov 4 19:10:50] ERROR[4133] chan_dahdi.c: Unable to open channel 1: No such device or address
here = 0, tmp->channel = 1, channel = 1
[Nov 4 19:10:50] ERROR[4133] chan_dahdi.c: Unable to register channel ‘1’

But… it does not say a lot to me :slight_smile:

Teway?

You did see my comment that you had the status command wrong? SIP has nothing to do with PRI (ISDN), they are two different channel technologies.

Another point DAHDI is a digium product, this is FreePBX support.

Looking at your log you see invalid entries in your DAHDI config files. Did you edit these by hand?

I see one of the channels is set to GSM type. Did you try and install some type of GSM a

It looks like you need to examine your

/etc/asterisk/chan_dahdi.conf

There is no such signalling as gsm it is a codec.