- Mitglied seit
- 23 Okt 2007
- Beiträge
- 16
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo! Ich habe eine Trixbox 2.2.4, für welche ich die Fritzbox als ISDN Gateway nehmen wollte. Capi läuft sauber. Bekomme die Controller über capiinfo angezeigt. Nur will Asterisk (1.4.x) mit chan_capi nicht klarkommen.
wenn ich in die full log schaue steht immer wieder drin
Ich habe die Versionen chan_capi-Head und die 1.0.2 und außerdem die im Paketmanager probiert. Überall das gleiche Ergebnis.
Hier meine modules.conf
Müsste doch soweit alles stimmen oder?
Ich hab nun lange gegoogelt und nicht wirklich was gefunden. In manchen englischen Foren ist zu lesen, dass diese Module, welche solche Fehler produzieren, nicht zur 1.4 kompatibel seien. Glaube ich aber nicht dran, weil es andere hier auch so laufen haben.
Kann mir da jmd. helden? Danke schonmal.
wenn ich in die full log schaue steht immer wieder drin
Code:
"Module chan_capi.so did nit register itself" Module could not be loaded
Ich habe die Versionen chan_capi-Head und die 1.0.2 und außerdem die im Paketmanager probiert. Überall das gleiche Ergebnis.
Hier meine modules.conf
Code:
;
; Asterisk configuration file
;
; Module Loader configuration file
;
[modules]
autoload=yes
;
; If you want, load the GTK console right away.
; Don't load the KDE console since
; it's not as sophisticated right now.
;
noload => pbx_gtkconsole.so
;load => pbx_gtkconsole.so
noload => pbx_kdeconsole.so
;
; Intercom application is obsoleted by
; chan_oss. Don't load it.
;
noload => app_intercom.so
;
; DON'T load the chan_modem.so, as they are obsolete in * 1.2
noload => chan_modem.so
noload => chan_modem_aopen.so
noload => chan_modem_bestdata.so
noload => chan_modem_i4l.so
; Trunkisavail is a broken module supplied by Trixbox
noload => app_trunkisavail.so
; Ensure that format_* modules are loaded before res_musiconhold
;load => format_ogg_vorbis.so
load => format_wav.so
load => format_pcm.so
load => format_au.so
; This isn't part of 'asterisk' iteslf, it's part of asterisk-addons. If this isn't
; installed, asterisk will fail to start. But it does need to go here for native MOH
; to work using mp3's.
load => format_mp3.so
load => res_musiconhold.so
;
; Load either OSS or ALSA, not both
; By default, load OSS only (automatically) and do not load ALSA
;
noload => chan_alsa.so
noload => chan_oss.so
load => res_features.so
load => chan_capi.so
;
; Module names listed in "global" section will have symbols globally
; exported to modules loaded after them.
;
[global]
chan_capi.so=yes
Müsste doch soweit alles stimmen oder?
Ich hab nun lange gegoogelt und nicht wirklich was gefunden. In manchen englischen Foren ist zu lesen, dass diese Module, welche solche Fehler produzieren, nicht zur 1.4 kompatibel seien. Glaube ich aber nicht dran, weil es andere hier auch so laufen haben.
Kann mir da jmd. helden? Danke schonmal.