chan_capi # 0.4.0-PRE1 laden schlägt fehl

D-Trix

Neuer User
Mitglied seit
11 Jul 2005
Beiträge
127
Punkte für Reaktionen
0
Punkte
0
Hallo,

ich habe gerade Asterisk 1.2.0-beta1 und chan_capi # 0.4.0-PRE1 (* STABLE, CVS-HEAD) installiert und bekomme folgende Fehlermeldung:


[chan_capi.so] => (Common ISDN API for Asterisk)
Sep 15 01:14:27 WARNING[6490]: config_old.c:32 ast_load: ast_load is deprecated, use ast_config_load instead!
== ast_capi_pvt(99,,0,2) (1,2,64)
== ast_capi_pvt(99,,0,2) (1,2,64)
Sep 15 01:14:27 WARNING[6490]: config_old.c:44 ast_destroy: ast_destroy is deprecated, use ast_config_destroy instead!
-- listening on contr1 CIPmask = 0x1fff03ff
Sep 15 01:14:27 WARNING[6490]: chan_capi.c:2966 load_module: Unused contr2
Sep 15 01:14:27 WARNING[6490]: chan_capi.c:2966 load_module: Unused contr3
Sep 15 01:14:27 WARNING[6490]: chan_capi.c:2966 load_module: Unused contr4

Muss man da was neues beachten? Mit den verwendeten .confs lief mein altes Asterisk...

Hier meine Modules.conf, oder wird noch etwas anderes benötigt?


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
;
; Explicitly load the chan_modem.so early on to be sure
; it loads before any of the chan_modem_* 's afte rit
;

load => chan_modem.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
;
; Module names listed in "global" section will have symbols globally
; exported to modules loaded after them.
;

;added 
load => res_features.so
load => chan_capi.so



[global]
chan_capi.so=yes
chan_modem.so=yes
 
Das ist zwar jetzt keine Lösung für dein Problem, aber warum nimmst Du ausgerechnet diese Version? Die wird über den PRE-Status niemals rauskommen, da chan_capi von junghanns wohl nicht weiter gepflegt wird.
Ich vermute mal, dass es sich um eine inkompatiblität mit dem Asterisk handelt.
Ich würde an Deiner Stelle chan_capi_cm nutzen. Das lässt sich auf jeden Fall mit Asterisk kompilieren, und wird weiterentwickelt. Und in der Funktionalität macht es auch keine Abstriche (im Gegenteil).
 
Hallo Hupe,

danke für deinen Tipp! Ich hatte die PRE gewählt, weil die chan_capi stable sich nicht zu der neusten Asterisk Beta installieren liess.

Aber mit chan_capi_cm lief jetzt alles auf Anhieb :)
 
Kostenlos!

Statistik des Forums

Themen
248,868
Beiträge
2,303,352
Mitglieder
378,528
Neuestes Mitglied
Fullyrealized