Asterisk chan_capi Probleme

Nach einen Reboot der pbx-VM wollte heute „plötzlich“ die Asterisk nicht mehr mit meiner ISDN-Anlage kommunizieren. Ein Blick in die Asterisk cli mit asterisk -rvv brachte dann auch das Propblem zu Tage:

[Oct 14 13:32:29] WARNING[22675]: channel.c:4003 ast_request: No channel type registered for 'CAPI'
[Oct 14 13:32:29] WARNING[22675]: app_dial.c:1745 dial_exec_full: Unable to create channel of type 'CAPI' (cause 66 - Channel not implemented)

Offenbar war chan_capi nicht geladen!???

Das manuelle Laden funktioniert (natürlich) auch nicht:

pbx*CLI> module load chan_capi
Unable to load module chan_capi
Command 'module load chan_capi' failed.
[Oct 14 13:36:24] WARNING[22674]: loader.c:716 inspect_module: Module 'chan_capi.so' was not compiled with the same compile-time options as this version of Asterisk.
[Oct 14 13:36:24] WARNING[22674]: loader.c:717 inspect_module: Module 'chan_capi.so' will not be initialized as it may cause instability.
[Oct 14 13:36:24] WARNING[22674]: loader.c:800 load_resource: Module 'chan_capi' could not be loaded.

Also war wohl das chan_capi nicht mehr mit einer irgendwann mal upgedateten aber nicht neu gestarteten asterisk kompatibel. Das konnte geändert werden:

apt-get --build source asterisk-chan-capi
dpkg -i asterisk-chan-capi_1.1.4-1_i386.deb

chan_capi wurde jetzt wieder richtig geladen und die Asterisk sprach auch wieder mit der ISDN-Anlage

Schreibe einen Kommentar